Modified .gitignore file to make git status output clearer
parent
b5a7708f99
commit
602273e04a
|
@ -1,9 +1,19 @@
|
||||||
# Ignore the documentation folder
|
# Ignore the documentation folder
|
||||||
/doc
|
/doc
|
||||||
|
|
||||||
# Ignore the CMake build files
|
# We don't want anyone to checkin /data folder
|
||||||
/CMakeFiles
|
/data
|
||||||
/CMakeCache.txt
|
|
||||||
/cmake_install.cmake
|
|
||||||
/Makefile
|
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
|
Loading…
Reference in New Issue