diff options
author | Niels Möller <nisse@lysator.liu.se> | 2008-09-05 12:51:49 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2008-09-05 12:51:49 +0200 |
commit | 19f9e1848c3f0076c1208b860c78635d7d166e30 (patch) | |
tree | 9a98c723274d906e92c9ad785400132f4fa4cdbe /.hgignore | |
parent | 83dbb30bb6ad71fa5ed0d0528d52df45d754f77a (diff) | |
download | gmp-19f9e1848c3f0076c1208b860c78635d7d166e30.tar.gz |
New .hgignore file. Removed all old .cvsignore files.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 49 |
1 files changed, 49 insertions, 0 deletions
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 + +.*~ |