From 19f9e1848c3f0076c1208b860c78635d7d166e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=83=C2=B6ller?= Date: Fri, 5 Sep 2008 12:51:49 +0200 Subject: New .hgignore file. Removed all old .cvsignore files. --- .hgignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..8769efb04 --- /dev/null +++ b/.hgignore @@ -0,0 +1,49 @@ +syntax: regexp + +# This files ignores the files demos/calc/calc-config.h and +# demos/pexpr-config.h, which is desired, but I don't understand why. + +^configure +^aclocal\.m4 +^autom4te\.cache +Makefile\.in + +^config\.cache +^config\.h +^config\.log +^config\.m4 +^config\.status +^gmp\.h +^mp\.h +^libtool +^stamp-h1 +Makefile + +^gmp-mparam.h + +^gen-bases +^gen-fac_ui +^gen-fib +^gen-psqr + +^mp_bases\.h +^fib_table\.h +^mpn/perfsqr\.h +^mpz/fac_ui.h + +^doc/gmp\.info.* +^doc/stamp-vti +^doc/version\.texi + +# All source files in mpn/ are iether generated, or links +^mpn/.*\.c +^mpn/.*\.asm +^ +^\.libs + +.*\.a +.*\.la +.*\.o +.*\.lo + +.*~ -- cgit v1.2.1