From 1015f6f33c1465259b8ff21117e8f80faba00ce9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Jun 2009 15:27:55 +0200 Subject: Add .hgignore file. List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status. 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/ -- cgit v0.10.2-6-g49f6