diff --git a/.gitignore b/.gitignore index ddf7b24..760c25e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile b/Makefile index 738d141..3bf79e9 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/platform-test.exe b/platform-test.exe new file mode 100644 index 0000000..4bce408 Binary files /dev/null and b/platform-test.exe differ