forked from typetools/sparta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (49 loc) · 752 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
# git
.gitignore
.git
# Emacs and other temporary files
*~
.#*
\#*#
TAGS
tags
*.swp
*.orig
.DS_Store
# Eclipse files
.metadata
.classpath
.project
.externalToolBuilders
.settings
dot_files
missingAPI.astub
sparta.jar
sparta-out/
bin/jarlist.cache
bin/
build/
tests/build/
docs/manual.aux
docs/manual.blg
docs/manual.bbl
docs/manual.haux
docs/manual.html
docs/manual.htoc
docs/manual.log
docs/manual.out
docs/manual.dvi
docs/manual.pdf
docs/manual.ps
docs/manual.toc
docs/manual.image.tex
docs/*.png
docs/figures/*.eps
docs/figures/*.pdf
docs/figures/*.png
docs/bib
src/sparta/checkers/flow.astub
src/sparta/checkers/information_flow.astub
src/sparta/checkers/intents/information_flow.astub
src/sparta/checkers/flowstubfiles/ex
download-libs/*