forked from gap-system/gap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
103 lines (88 loc) · 1.29 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/GNUmakefile
/autom4te.cache/
/cnf/GAP-VERSION-FILE
/cnf/GAP-CFLAGS
/cnf/GAP-CXXFLAGS
/cnf/GAP-CPPFLAGS
/cnf/GAP-LDFLAGS
/cnf/GAP-LIBS
/cnf/GAP-OBJS
/config.log
/config.status
/configure
/confdefs.h
/conftest*
/libtool
/src/config.h.in
/src/config.h.in~
/build/
/extern/build/
/extern/install/
/ffgen
/gac
/gap
/sysinfo.gap
/sysinfo.gap-*
/bin/gap*.sh
/bin/*-*/
# Compiling the `xgap` package creates the file `xgap.sh`
/bin/xgap.sh
# TeX outputs, can occur in doc/ and dev/
*.aux
*.bbl
*.blg
*.brf
*.dvi
*.ilg
*.ind
*.lab
*.log
main.out
*.pdf
*.pnr
*.six
*.synctex.gz
*.toc
# Documentation
/doc/make_doc
/doc/wsp.g
doc/manualbib.xml.bib
doc/*/*.html
doc/*/*.txt
doc/*/*.css
doc/*/*.js
doc/*/*.idx
doc/*/*.tex
/doc/*/*.out
doc/gapmacrodoc.example-1.tst
doc/gapmacrodoc.idx
# GAP packages
/bootstrap-pkg-full.tar.gz
/bootstrap-pkg-minimal.tar.gz
/pkg
# external dependencies
/extern/gmp*/
# tests, test logs, package build logs
/dev/log
/log
/tst/testmanuals/*.tst
# failed application of patches can produce .rej and .orig files
*.rej
*.orig
# ctags output
/tags
/src/TAGS
/builds/
/libgap.la
.libs/
/tst/testlibgap/api
/tst/testlibgap/basic
/tst/testlibgap/wscreate
/tst/testlibgap/wsload
/tst/testlibgap/*.out
/tst/testkernel/dstruct
/tst/testkernel/*.out
# emacs backup and lock files
*~
\#*\#
.\#*