From b3183bb6087fb174c782833fcb934fb04db6040b Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Sat, 16 May 2015 09:51:57 +0700 Subject: Adding .gitignore file. CMake produces a lot of artefacts that we shouldn't have to care about. Leaving one kind of artefact in place: files named "-MT". We need to fix the Makefiles so they don't produce this. It's a wrong compiler option, seemingly passed in a broken attempt to produce dependency files. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..989949a --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +mgizapp/CMakeCache.txt +mgizapp/CMakeFiles +mgizapp/Makefile +mgizapp/bin +mgizapp/cmake_install.cmake +mgizapp/lib +mgizapp/scripts/CMakeFiles +mgizapp/scripts/Makefile +mgizapp/scripts/cmake_install.cmake +mgizapp/src/CMakeFiles +mgizapp/src/Makefile +mgizapp/src/cmake_install.cmake +mgizapp/src/mkcls/CMakeFiles +mgizapp/src/mkcls/Makefile +mgizapp/src/mkcls/cmake_install.cmake -- cgit v1.2.3