-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (46 loc) · 914 Bytes
/
.gitignore
File metadata and controls
48 lines (46 loc) · 914 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
__pycache__/
/evaluation/**/tmp/*
tmp/**/*
!tmp/**/.gitkeep
/preset/**/initial/
/preset/**/gen*/
/preset/**/stamps/
/preset/testgengif/gifdec/*
!/preset/testgengif/gifdec/*.c
!/preset/testgengif/gifdec/*.h
!/preset/testgengif/gifdec/README
MARK
best*
.antlr/
/evaluation/isla_adapt/g4/*
!/evaluation/isla_adapt/g4/*.g4
!/evaluation/isla_adapt/g4/LexerAdaptor.py
!/evaluation/isla_adapt/g4/__init__.py
launch.json
.bisect
/evaluation/workdir/**/*
!/evaluation/workdir/*.py
!/evaluation/workdir/*.xsh
!/evaluation/workdir/*.toml
*.swp
*.o
*.out
/evaluation/results/**/*.pdf
/evaluation/results/**/*.svg
/evaluation/fr_adapt/workdir/*
!/evaluation/fr_adapt/workdir/.gitkeep
!/evaluation/fr_adapt/workdir/*.py
/evaluation/inputgen/workdir/
.afl-showmap*
x_*.py
x_*.sh
.DS_STORE
target/
plot/data/*
!plot/data/.gitkeep
plot/fig/*
!plot/fig/.gitkeep
plot/table/*
!plot/table/.gitkeep
/extradata/*
!/extradata/.gitkeep