From f261ec42ded318eef8c229e9e0c556809b728b9b 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. (transplanted from befdb88324e18e1e80260906d0459a56ea0eb37a) 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