-
Notifications
You must be signed in to change notification settings - Fork 165
/
.gitignore
174 lines (155 loc) · 3.42 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# File endings (alphabetically)
*~
*.aux
*.bak
*.bbl
*.blg
*.chi
*.chs.h
*.fdb_latexmk
*.fls
*.hi
*.hidden
*.log
*.o
# Haskell-mode hack
/source/src/inferior-haskell-find-project-root.cabal
# Trash files
tmp
old-*
trash-*
# Cabal generated directories and files
.ghc.environment.*
build
dist
dist-newstyle
cabal-dev
/source/dist*
/source/src/Paths_BNFC.hs
# Files generated by cabal sandbox
.cabal-sandbox/
cabal.sandbox.config
# Stack generated
.stack-work
*.lock
# local HTF files
.HTF
# Generated for licence-report
/source/license-report/index.html
/source/license-report/index.md
# TeX-generated files
# TODO: ignore *.dvi and *.ps in general?
/document/CC-2004.dvi
/document/CC-2004.ps
/document/LBNF-report.dvi
/document/BNF_Report.pdf
/document/retrospect2006.out
/document/retrospect2006.pdf
/document/retrospect2006.tex
# tag files
/source/TAGS
/source/src/TAGS
# compiler-compiler generated files
/source/src/BNFC/Doc.txt
/source/src/BNFC/Lex.hs
/source/src/BNFC/Par.hs
/source/src/BNFC/Par.info
/source/src/BNFC/Skel.hs
/source/src/BNFC/Test.hs
/source/src/BNFC/Test
/source/src/layout/haskell
# binaries
/bnfc
/source/windows-dist/bnfc.exe
/source/bnfc
/testing/bnfc-system-tests
/testing/data/JLex/*.class
# bnfc generated files
/docs/Calc/
/examples/*/agda/
/examples/*/bytestrings/
/examples/*/c/
/examples/*/c-*/
/examples/*/cnf*/
/examples/*/cpp/
/examples/*/cpp-nostl/
/examples/*/csharp/
/examples/*/functor/
/examples/*/generic/
/examples/*/glr/
/examples/*/haskell/
/examples/*/haskell-gadt/
/examples/*/java/
/examples/*/java-antlr/
/examples/*/latex/
/examples/*/ocaml/
/examples/*/ocaml-menhir/
/examples/*/profile/
/examples/*/pygments/
/examples/*/sharestrings/
/examples/*/text-token/
/examples/*/xml/
/examples/*/xmlt/
/examples/C/with-delimiters/
/examples/Calc/
/examples/cubicaltt/Cubicaltt/
/source/src/agda/
/source/src/c/
/source/src/cpp/
/source/src/cpp-nostl/
/source/src/functor/
/source/src/generic/
/source/src/glr/
/source/src/haskell/
/source/src/haskell-gadt/
/source/src/java/
/source/src/java-antlr/
/source/src/latex/
/source/src/ocaml/
/source/src/ocaml-*/
/source/src/pygments/
/source/src/xml/
/source/src/xmlt/
/testing/*/agda/
/testing/*/c/
/testing/*/cpp/
/testing/*/cpp-nostl/
/testing/*/functor/
/testing/*/generic/
/testing/*/glr/
/testing/*/haskell/
/testing/*/haskell-gadt/
/testing/*/java/
/testing/*/java-antlr/
/testing/*/latex/
/testing/*/ocaml/
/testing/*/ocaml-menhir/
/testing/*/pygments/
/testing/*/xml/
/testing/*/xmlt/
/testing/regression-tests/*_*/agda/
/testing/regression-tests/*_*/bytestring/
/testing/regression-tests/*_*/bytestrings/
/testing/regression-tests/*_*/C/
/testing/regression-tests/*_*/c/
/testing/regression-tests/*_*/c-*/
/testing/regression-tests/*_*/cnf/
/testing/regression-tests/*_*/cpp*/
/testing/regression-tests/*_*/csharp/
/testing/regression-tests/*_*/functor/
/testing/regression-tests/*_*/generic/
/testing/regression-tests/*_*/glr/
/testing/regression-tests/*_*/haskell*/
/testing/regression-tests/*_*/java*/
/testing/regression-tests/*_*/latex/
/testing/regression-tests/*_*/ocaml*/
/testing/regression-tests/*_*/profile/
/testing/regression-tests/*_*/pygments/
/testing/regression-tests/*_*/sharestrings/
/testing/regression-tests/*_*/text-token/
/testing/regression-tests/*_*/xml*/
/testing/regression-tests/*_*/*-save/
/testing/regression-tests/*_*/Makefile
/testing/regression-tests/*_*/Test
/testing/regression-tests/266_define/nostl-2.9.0/
/testing/regression-tests/comments/ocaml/