Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-16 05:51:57 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-16 05:51:57 +0300
commitb3183bb6087fb174c782833fcb934fb04db6040b (patch)
treeeeda9118593b44a2997b084ec5dd862d4877ff8c
parent34c7066032aba28ea033357cd1911dce3d397c56 (diff)
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.
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
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