summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-17 13:27:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-17 13:27:55 (GMT)
commitf261ec42ded318eef8c229e9e0c556809b728b9b (patch)
treeb41937d967a4dfdc17b5f3fd337fa37c60b56f51
parent28eca3e8d0e9f74c7fe3ac7c3ff3f2225e25c620 (diff)
Add .hgignore file.
List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status. (transplanted from befdb88324e18e1e80260906d0459a56ea0eb37a)
-rw-r--r--.hgignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..50f7a5d
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,25 @@
+syntax: glob
+
+# Generated files
+Makefile
+ct-ng
+docs/ct-ng.1
+docs/ct-ng.1.gz
+paths.mk
+scripts/crosstool-NG.sh
+scripts/saveSample.sh
+scripts/showTuple.sh
+
+# Temporaries
+.*.swp
+log.*
+
+# Working files
+kconfig/conf
+kconfig/mconf
+kconfig/**.o
+kconfig/**.dep
+config.gen/
+.config
+.config.old
+targets/