diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-06-17 15:27:55 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-06-17 15:27:55 +0200 |
commit | 1015f6f33c1465259b8ff21117e8f80faba00ce9 (patch) | |
tree | d588f5bcb58c7d4844d9f2bca717bfa8708f315a /.hgignore | |
parent | f7535c2f62b1e0eb45ae222575d691a104b63d7b (diff) | |
download | crosstool-ng-1015f6f33c1465259b8ff21117e8f80faba00ce9.tar.gz crosstool-ng-1015f6f33c1465259b8ff21117e8f80faba00ce9.tar.bz2 crosstool-ng-1015f6f33c1465259b8ff21117e8f80faba00ce9.zip |
Add .hgignore file.
List all generated or temp files in .hgignore, so they
don't clutter the screen when running hg status.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..50f7a5d3 --- /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/ |