mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add .gitignore with build artifacts and data.zip
This commit is contained in:
committed by
Ethan Lee
parent
a9b1ff737c
commit
7d95e3298b
11
desktop_version/.gitignore
vendored
Normal file
11
desktop_version/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Build objects
|
||||||
|
build/
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
Makefile
|
||||||
|
vvvvvv.*
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Game data
|
||||||
|
data.zip
|
||||||
Reference in New Issue
Block a user