summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fe2bd608bbfe6f4342fcdbc04fa96feecec32626 (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
51
52
53
# Ignore all files without an extension in /tests, since these are the
# executables.
/tests/*
!/tests/*.*

*~
*.o
*.in
*.lo
*.log

.deps
.libs
Makefile

aclocal.m4
autom4te.cache
/build-aux
config.h
config.status
configure
INSTALL
libtool
stamp-h1
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4

/doc/algorithms.aux
/doc/algorithms.bbl
/doc/algorithms.blg
/doc/algorithms.out
/doc/algorithms.pdf
/doc/algorithms.toc
/doc/mdate-sh
/doc/mpc.info
/doc/stamp-vti
/doc/texinfo.tex
/doc/mpc.dvi
/doc/mpc.pdf
/doc/mpc.ps
/doc/mpc.t2d/
/doc/mpc.t2p/

/src/libmpc.la

/tests/libmpc-tests.la
/tests/*.trs

/tools/bench/mpcbench