forked from kframework/java-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 673 Bytes
/
.gitignore
File metadata and controls
49 lines (43 loc) · 673 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
42
43
44
45
46
47
48
49
/src/.test
/src/.k
/src/java-kompiled
/src/full/.k
/src/full/java-full-kompiled
/src/prep/.k
/src/prep/java-prep-kompiled
/src/exec/.k
/src/exec/java-exec-kompiled
/src/test-results.xml
/src/workspace.xml
/src/*.pdf
/src/*.synctex
/src/*.tex
/src/k.sty
/src/*.pkast
/class-lib/*.kast
/test-runner/out
/test-runner/workingDir
/test-runner/test-results.xml
/test-runner/.test
/.idea/*
/test/*
/.idea/workspace.xml
/.idea/dictionaries/*.*
/.idea/inspectionProfiles/*
/scrapebook.txt
/commands.txt
/src/.latex
/src/.modules
/src/sty/.project
/src/sty/*.pdf
/src/sty/*.synctex
/src/sty/.latex
*.class
*.txt
*.pkast
tools/*.java
localTest/*
*~
*.iml
.test
test-results.xml