.gitignore and Makefile update

This commit is contained in:
Pòsweg 2017-06-16 17:26:46 +02:00
parent e94936ec99
commit 326c4d1c03
3 changed files with 2 additions and 27 deletions

27
.gitignore vendored
View File

@ -30,36 +30,9 @@ reated by https://www.gitignore.io/api/vim,c++,linux
*.lib
# Executables
*.exe
*.out
*.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 ###
# specific to CodeBlocks IDE
*.cbp

View File

@ -1,3 +1,5 @@
#Old Makefile, do not use
#-*- Makefile -*-
OBJS = main.o player.o dt.o block.o entity.o camera.o texture.o powerup.o core.o

BIN
platform-test.exe Normal file

Binary file not shown.