forked from vectorgraphics/asymptote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (101 loc) · 1.22 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
104
105
106
107
108
109
110
111
112
### Compiled source
*.o
*.d
*.d.*
### Compressed packages and Garbage Collector
gc-*
*.tar.gz
*.tgz
libatomic*
### Binaries
asy
xasy
### Version info
*version.*
revision.*
/GUI/xasyVersion.py
### Runtime objects
run*.cc
run*.h
### Generated files
newDrawing.asy
/Makefile
/doc/Makefile
/doc/png/Makefile
/doc/FAQ/asy-faq.*
!/doc/FAQ/asy-faq.bfnn
*.png
*.gif
*.pnm
*.jpg
*.prc
*.svg
*.roff
/doc/png/*.html
GUI/*.pyc
/.wisdom
/allsymbols.h
/asy-keywords.el
/asy.list
/autom4te.cache/
/builtin.symbols.h
/camp.output
/camp.tab.cc
/camp.tab.h
/config.h
/config.h.in
/config.status
/configure
/doc/asy-latex.i*
/doc/asy.1
/glrender.d.54461
/gsl.symbols.h
/keywords.cc
/lex.yy.cc
/opsymbols.h
/types.symbols.h
*.dSYM
### TeX-related
## Core latex/pdflatex auxiliary files:
*_.tex
*+[0-9]*.tex
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.tuc
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
*.ps
*.eps
*.pdf
*.pre
*.m9
*-[0-9].*
/doc/**/asymptote.*
!/doc/asymptote.texi
/doc/options
.asy_*
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
### Data files
*.obj
*.dat
*.pdb1
### Debugging files
core.*
### Backups
*~
\#*
.\#*