forked from gap-packages/SimplicialSurfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (71 loc) · 1022 Bytes
/
.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
# Documentation and automatically generated files
doc/chap*
doc/title.xml
doc/_*.xml
doc/SimplicialSurfaces.tex
doc/_IMAGE*
doc/*.png
doc/manual.pdf
doc/manual.six
tst/*.tst
# allow pre-generated images
!doc/images/*
!doc/tikz-files/*.tikz
# ignore the files that get copied to doc/
doc/_TIKZ_*.tex
# flatex-folder
flatex/.deps/
flatex/Makefile
flatex/Makefile.in
flatex/aclocal.m4
flatex/autom4te.cache/
flatex/compile
flatex/config.guess
flatex/config.status
flatex/config.sub
flatex/configure
flatex/depcomp
flatex/flatex
flatex/flatex.o
flatex/install-sh
flatex/missing
# Automatically generated library stuff
*.bin
*/_index/
*/*/_index/
*/*/*/_index/
*/*/*/*/_index/
# intermediate compilation stuff
*.4ct
*.4tc
*.aux
*.bbl
*.blg
*.css
*.dvi
*.fdb_latexmk
*.fls
*.html
*.idv
*.idx
*.ilg
*.ind
*.js
*.lab
*.lg
*.log
*.nav
*.out
*.pnr
*.snm
*.synctex.gz
*.tmp
*.toc
*.vrb
*.xref
# changed files
*~
*.swp
*.swo
# compressed files
*.gz