# HG changeset patch # User "Yann E. MORIN" # Date 1245245275 -7200 # Node ID befdb88324e18e1e80260906d0459a56ea0eb37a # Parent 8dbd9e0dc1d907dba6b250d434a3fb33a4c6462d Add .hgignore file. List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status. diff -r 8dbd9e0dc1d9 -r befdb88324e1 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Wed Jun 17 15:27:55 2009 +0200 @@ -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/