Add .gitignore with build artifacts and data.zip

This commit is contained in:
Rémi Verschelde 2020-01-11 01:38:04 +01:00 committed by Ethan Lee
parent a9b1ff737c
commit 7d95e3298b
1 changed files with 11 additions and 0 deletions

11
desktop_version/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Build objects
build/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
vvvvvv.*
*.a
# Game data
data.zip