-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
125 lines (112 loc) · 2.41 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
# File endings (alphabetically)
*~
*.aux
*.bak
*.bbl
*.blg
*.chi
*.chs.h
*.fdb_latexmk
*.fls
*.hi
*.log
*.o
# Cabal generated directories and files
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
# 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
/source/windows-dist/bnfc.exe
/testing/data/JLex/*.class
# bnfc generated files
/docs/Calc/
/examples/*/agda/
/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/C/with-delimiters/
/examples/*/xml/
/examples/*/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/*_*/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/*_*/xml*/
/testing/regression-tests/*_*/*-save/