Update SCM ignore rules.
authorJean Privat <jean@pryen.org>
Sun, 28 Dec 2008 00:06:56 +0000 (19:06 -0500)
committerJean Privat <jean@pryen.org>
Sun, 28 Dec 2008 00:06:56 +0000 (19:06 -0500)
.gitignore [new file with mode: 0644]
.hgignore

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a6a2697
--- /dev/null
@@ -0,0 +1,18 @@
+*.bak
+.nit_compile*
+*.orig
+nitc
+nitdoc
+doc/stdlib
+
+src/nitc
+src/nitc_?
+
+c_src/*.o
+c_src/*.cksum
+
+tests/*.res
+tests/*.log
+tests/*.bin
+tests/*.err
+tests/alt
index 7cfde26..011a9e8 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,6 @@
 syntax: glob
 *.bak
-.nit_compile
+.nit_compile*
 *.orig
 nitc
 nitdoc