summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-24 22:52:24 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-24 22:52:24 +0200
commit0fa11f6b15185fc2f4d820ddf9b6878c66c1ab38 (patch)
tree1c789d10cfcc8b9dbdad88159b8008383c652be3
parentf673b6b8154c0d4d85a474a60f3896db681dd25c (diff)
downloadmad-0fa11f6b15185fc2f4d820ddf9b6878c66c1ab38.tar
mad-0fa11f6b15185fc2f4d820ddf9b6878c66c1ab38.zip
.hgignore durch .gitignore ersetzt
-rw-r--r--.gitignore15
-rw-r--r--.hgignore22
2 files changed, 15 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eabd1ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+CMakeFiles
+CMakeCache.txt
+cmake_install.cmake
+Makefile
+
+*.a
+*.so
+
+/.project
+/.cproject
+
+/config.h
+/src/mad
+/src/madc
+/src/mad-server
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 86af86b..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,22 +0,0 @@
-
-syntax: regexp
-^\.project$
-syntax: regexp
-^\.cproject$
-^.settings/
-
-syntax: regexp
-^src/mad-server\.log$
-^CMakeFiles/
-/CMakeFiles/
-^Makefile$
-/Makefile$
-^cmake_install.cmake$
-/cmake_install.cmake$
-^CMakeCache.txt$
-^config.h$
-^src/mad-server$
-^src/mad$
-^src/madc$
-\.a$
-\.so$