From a47255e08891e56ed539cdf44f2544890263c586 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Sat, 27 Dec 2008 19:06:56 -0500 Subject: [PATCH] Update SCM ignore rules. --- .gitignore | 18 ++++++++++++++++++ .hgignore | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6a2697 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/.hgignore b/.hgignore index 7cfde26..011a9e8 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,6 @@ syntax: glob *.bak -.nit_compile +.nit_compile* *.orig nitc nitdoc -- 1.7.9.5