summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 817593cbf4a317939969639ff728e7ad727bee99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
syntax: regexp

# This file 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
^config\.in
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 either generated, or links
^mpn/[^/]*\.c
^mpn/[^/]*\.asm

^\.libs

.*\.a
.*\.la
.*\.o
.*\.lo

.*~