From 1b3f7082ac6c339bc4a2b7a0cb830a78ac235d97 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 24 Jul 2014 09:59:36 -0400 Subject: [PATCH] gitignore: some update Signed-off-by: Jean Privat --- .gitignore | 4 ++-- tests/.gitignore | 14 ++++++++++++++ tests/README | 5 +++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index eed3179..9b98202 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 0000000..68eac53 --- /dev/null +++ b/tests/.gitignore @@ -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 diff --git a/tests/README b/tests/README index c41d71d..7042a5c 100644 --- a/tests/README +++ b/tests/README @@ -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) -- 1.7.9.5