-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
92 lines (74 loc) · 1.61 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
*.class
# Package Files #
smtinterpol*.jar
smtinterpol-src.zip
smtinterpol-smtcomp.tar.gz
# Automatically generated parsers #
Lexer.java
LexerSymbols.java
Parser.java
ProofParser.java
ProofLexer.java
ProofSymbols.java
# Automatically generated version #
SMTInterpol/src/de/uni_freiburg/informatik/ultimate/smtinterpol/Version.java
# emacs backup files #
*~
# bin and release directories #
bin
release
# eclipse metadata #
.metadata
# file created by bash-completion #
.ant-targets-buildjar.xml
# test-related stuff #
testreports
cobertura
coverage
# project specific settings
.settings
# the documentation directory (is automatically generated)
doc-smtinterpol
/SMTInterpol/web/html/gen/
# smtlib files and generated jars except in certain directories
*.smt2
!/SMTInterpolTest/test/**/*.smt2
!/SMTInterpol/web/*.smt2
!/Webinterface/src/main/webapp/example/*.smt2
*.jar
!libs/*.jar
!**/lib/*.jar
# java profiles and error logs
java.hprof*
hs_err_pid*
# latex files
*.aux
*.bbl
*.blg
*.log
*.out
comment.cut
# generated pdf files
/SMTInterpol/doc/proof/proof.pdf
/SMTInterpol/doc/mixedInterpolation/newtechreport.pdf
/SMTInterpol/doc/mixedInterpolation/techReport_mixedInterpolation.pdf
/SMTInterpol/doc/mixedInterpolation/tacas_mixedInterpolation.pdf
/SMTInterpol/doc/sysdesc/sysdesc.pdf
/SMTInterpol/doc/sysdesc/sysdesc2014.pdf
/SMTInterpol/doc/arrays/models.pdf
/SMTInterpol/doc/future-devel/future.pdf
/SMTInterpol/doc/interpolation.pdf
/SMTInterpol/doc/progvars.pdf
/SMTInterpol/doc/proposal.pdf
# eclipse stuff
.recommenders
#ant stuff
.ant-*
# archives
*.tar.gz
*.tgz
*.zip
# webinterface
*.iml
.idea/
Webinterface/target