gitignore: some update
authorJean Privat <jean@pryen.org>
Thu, 24 Jul 2014 13:59:36 +0000 (09:59 -0400)
committerJean Privat <jean@pryen.org>
Thu, 24 Jul 2014 13:59:36 +0000 (09:59 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitignore
tests/.gitignore [new file with mode: 0644]
tests/README

index eed3179..9b98202 100644 (file)
@@ -10,13 +10,11 @@ EIFGENs
 bin/nit*
 doc/stdlib
 doc/nitc
-doc/newmodel
 
 *.aux
 *.log
 *.out
 *.toc
-doc/nit_version.sty
 
 src/parser/.nit.sablecc3
 src/parser/.nit.sablecc3.dump
@@ -28,6 +26,7 @@ src/*.dot
 src/*.dat
 src/*.gnu
 src/*.bin
+src/nitg_0
 
 c_src/*.o
 c_src/*.cksum
@@ -47,6 +46,7 @@ tests/alt
 tests/errlist
 tests/out
 tests/*.xml
+tests/nitunit
 
 *.stub.nit.[ch]
 
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..68eac53
--- /dev/null
@@ -0,0 +1,14 @@
+example.org
+fulltest
+listtest.sh
+modifs
+nit.html
+nitcc0.lr.dot
+nitcc_lexer.nit
+nitcc_parser.nit
+sometests
+test.db
+test_jvm/Queue.class
+test_jvm/Test2.class
+test_jvm/TestJvm.class
+test_nity.db
index c41d71d..7042a5c 100644 (file)
@@ -5,3 +5,8 @@ This directory contains small NIT programs divided in some categories:
 * 'example' are examples 
 * 'test' are others tests
 * 'shootout' are benchmarks from http://shootout.alioth.debian.org/
+
+The .gitignore contains specific artefacts produced by some tests.
+However, it is better to produce these artifacts in the `out` directory instead,
+because `out` is cleaned before runing tests (so that old artefacts do not
+interfere with new executions of tests)