From 602273e04a16a1ab0fe5fa977f229b51bad48ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Fri, 5 Oct 2012 22:05:49 +0200 Subject: Modified .gitignore file to make git status output clearer --- .gitignore | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 86157a0..4f78a85 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3-1-g7c22