-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
81 lines (78 loc) · 1.21 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/tst/cddinter*
cddlib-*/
current_cddlib
.deps/
.libs/
*.la
*.lo
*.o
*~
autom4te.cache/
bin/
src/config.*
config.log
config.status
configure
gen/
Makefile
tst/cddinter*
/m4/
/cnf/
/src/pkgconfig.h
/aclocal.m4
/libtool
/cddlib/ar-lib
/cddlib/INSTALL
/cddlib/build/
/cddlib/src-gmp/adjacency_gmp
/cddlib/src-gmp/allfaces_gmp
/cddlib/src-gmp/fourier_gmp
/cddlib/src-gmp/lcdd_gmp
/cddlib/src-gmp/projection_gmp
/cddlib/src-gmp/redcheck_gmp
/cddlib/src-gmp/scdd_gmp
/cddlib/src-gmp/testcdd1_gmp
/cddlib/src-gmp/testcdd2_gmp
/cddlib/src-gmp/testlp1_gmp
/cddlib/src-gmp/testlp2_gmp
/cddlib/src-gmp/testlp3_gmp
/cddlib/src-gmp/testshoot_gmp
/cddlib/src/adjacency
/cddlib/src/allfaces
/cddlib/src/fourier
/cddlib/src/lcdd
/cddlib/src/projection
/cddlib/src/redcheck
/cddlib/src/scdd
/cddlib/src/testcdd1
/cddlib/src/testcdd2
/cddlib/src/testlp1
/cddlib/src/testlp2
/cddlib/src/testlp3
/cddlib/src/testshoot
/cddlib/doc/cddlibman.aux
/cddlib/doc/cddlibman.log
/cddlib/doc/cddlibman.pdf
/cddlib/doc/cddlibman.toc
/doc/*.aux
/doc/*.bbl
/doc/*.blg
/doc/*.brf
/doc/*.css
/doc/*.html
/doc/*.idx
/doc/*.ilg
/doc/*.ind
/doc/*.js
/doc/*.lab
/doc/*.log
/doc/*.out
/doc/*.pdf
/doc/*.pnr
/doc/*.six
/doc/*.tex
/doc/*.toc
/doc/*.txt
/doc/*.xml
/tmp/
/gh-pages/