forked from mathics/Mathics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (41 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (41 loc) · 767 Bytes
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
*.py[cod]
*.so
*.c
*.cpp
*.egg
*.gz
.project
.pydevproject
.settings
.coverage
_Copies_/
_Database_/
build/
dist/
Documents/
Homepage/
Makefile
Mathics.egg-info/
mathics/doc/tex/data
mathics/doc/tex/documentation.tex
mathics/doc/tex/images/
mathics/doc/tex/mathics.aux
mathics/doc/tex/mathics.dvi
mathics/doc/tex/mathics.fdb_latexmk
mathics/doc/tex/mathics.fls
mathics/doc/tex/mathics.idx
mathics/doc/tex/mathics.ilg
mathics/doc/tex/mathics.ind
mathics/doc/tex/mathics.maf
mathics/doc/tex/mathics.mtc*
mathics/doc/tex/mathics.pdf
mathics/doc/tex/mathics.pre
mathics/doc/tex/mathics.out
mathics/doc/tex/mathics-*.asy
mathics/doc/tex/mathics-*.pdf
mathics/doc/tex/mathics.toc
mathics/doc/xml/
mathics/Makefile
mathics/web/db/mathics.sqlite
mathics/web/media/pdf/
Test/