.gitignore and Makefile update
This commit is contained in:
parent
e94936ec99
commit
326c4d1c03
|
@ -30,36 +30,9 @@ reated by https://www.gitignore.io/api/vim,c++,linux
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
### Linux ###
|
|
||||||
*~
|
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
||||||
.fuse_hidden*
|
|
||||||
|
|
||||||
# KDE directory preferences
|
|
||||||
.directory
|
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
|
||||||
.nfs*
|
|
||||||
|
|
||||||
### Vim ###
|
|
||||||
# swap
|
|
||||||
[._]*.s[a-v][a-z]
|
|
||||||
[._]*.sw[a-p]
|
|
||||||
[._]s[a-v][a-z]
|
|
||||||
[._]sw[a-p]
|
|
||||||
# session
|
|
||||||
Session.vim
|
|
||||||
# temporary
|
|
||||||
.netrwhist
|
|
||||||
|
|
||||||
### CodeBlocks ###
|
### CodeBlocks ###
|
||||||
# specific to CodeBlocks IDE
|
# specific to CodeBlocks IDE
|
||||||
*.cbp
|
*.cbp
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
#Old Makefile, do not use
|
||||||
|
|
||||||
#-*- Makefile -*-
|
#-*- Makefile -*-
|
||||||
|
|
||||||
OBJS = main.o player.o dt.o block.o entity.o camera.o texture.o powerup.o core.o
|
OBJS = main.o player.o dt.o block.o entity.o camera.o texture.o powerup.o core.o
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue