Modified .gitignore file to make git status output clearer

dev-ui
Michał Zieliński 2012-10-05 22:05:49 +02:00
parent b5a7708f99
commit 602273e04a
1 changed files with 15 additions and 5 deletions

20
.gitignore vendored
View File

@ -1,9 +1,19 @@
# Ignore the documentation folder
/doc
# Ignore the CMake build files
/CMakeFiles
/CMakeCache.txt
/cmake_install.cmake
/Makefile
# We don't want anyone to checkin /data folder
/data
# Ignore local data
/colobot.ini
/savegame
# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake
/src/CBot/tests/CBot_console/bin/