-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy path.gitignore
101 lines (84 loc) · 1.29 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
93
94
95
96
97
98
99
##########################
# those should be ignored
##########################
*~
.DS_Store
*.class
*.jar
pg.conf
pgapp.conf
frege.mk
makedoc
dist/
build/
build6/
save/
doc/*.html
doc/frege/
doc/resources/
doc/*.css
doc/package-list
### latex stuff
doc/Language.aux
doc/Language.idx
doc/Language.ilg
doc/Language.ind
doc/Language.lof
doc/Language.log
doc/Language.lot
doc/Language.out
doc/Language.pdf
doc/Language.synctex.gz
doc/Language.toc
doc/Language.dvi
doc/Language.bbl
doc/Language.blg
doc/Language.synctex.gz
doc/_minted-Language/
### frege sources generated in the course of compiler making
frege/Version.fr
### some people don't have a berkely yacc and are happy to find it in the repo, so let it be there
# frege/compiler/grammar/Frege.fr
### Misc
y.*
frege/Scrap.fr
shadow/META-INF/
lib/
#################
## Eclipse
#################
*.pydevproject
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
############
## Intellij
############
.idea
*.iml
############
## Gradle
############
.gradle
############
## Windows
############
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini