summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-19 09:13:35 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-19 09:13:35 +0200
commitbadc0da3b74d99c90b7b28180d08cd6d08830254 (patch)
treebf4acef89fd445b0e406c0bebbf60fc7ff467fce /.hgignore
parent1cfbc7298525656701f32224e1ed42a3e835835a (diff)
downloadmad-badc0da3b74d99c90b7b28180d08cd6d08830254.tar
mad-badc0da3b74d99c90b7b28180d08cd6d08830254.zip
Make-Prozess auf CMake umgestellt
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore48
1 files changed, 11 insertions, 37 deletions
diff --git a/.hgignore b/.hgignore
index fb14945..0321260 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,45 +3,19 @@ syntax: regexp
^\.project$
syntax: regexp
^\.cproject$
+^.settings/
+
syntax: regexp
-^config\.log$
-syntax: regexp
-^config\.status$
-syntax: regexp
-^libtool$
-syntax: regexp
+^src/mad-server\.log$
+^CMakeFiles/
+/CMakeFiles/
^Makefile$
-syntax: regexp
-^config\.h$
-syntax: regexp
/Makefile$
-syntax: regexp
-^stamp-h1$
-syntax: regexp
-/.deps/
-/.libs/
-syntax: regexp
-\.o$
-syntax: regexp
+^cmake_install.cmake$
+/cmake_install.cmake$
+^CMakeCache.txt$
+^config.h$
+^src/mad-server$
^src/mad$
-syntax: regexp
^src/madc$
-syntax: regexp
-^src/mad-server$
-syntax: regexp
-\.lo$
-syntax: regexp
-\.la$
-syntax: regexp
-^autom4te\.cache/
-~$
-^.settings/
-
-syntax: regexp
-^configure\.lineno$
-^src/mad-server\.log$
-
-syntax: regexp
-^lib/time\.h$
-syntax: regexp
-^lib/glthread/\.dirstamp$ \ No newline at end of file
+\.a$