-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
63 lines (51 loc) · 1.06 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
middleware/cam/.stack-work
backend/tests/rts/*.exe
backend/tests/rts/*.exe.dSYM
# General
*~
*#
*.bak
*.swp
# C stuff
*.o
*.a
*.dylib
# Haskell
*.hi
frontend/CamIoT/.stack-work/
frontend/grammar/
!frontend/grammar/tiny_camiot.cf
frontend/CamIoT/src/Frontend/
!frontend/CamIoT/src/Frontend/tiny_camiot.cf
!frontend/CamIoT/src/Frontend/ParseTinyCamiot.hs
# Directories
infer-out
spec/plantuml-images
# Documents
*.pdf
# Executable
*.exe
# tiny_camiot specific
frontend/grammar/Absyn.c
frontend/grammar/Absyn.h
frontend/grammar/Absyn.o
frontend/grammar/Lexer.c
frontend/grammar/Lexer.o
frontend/grammar/Makefile
frontend/grammar/Makefile~
frontend/grammar/Parser.c
frontend/grammar/Parser.h
frontend/grammar/Parser.o
frontend/grammar/Printer.c
frontend/grammar/Printer.h
frontend/grammar/Printer.o
frontend/grammar/Skeleton.c
frontend/grammar/Skeleton.h
frontend/grammar/Test.c
frontend/grammar/Test.o
frontend/grammar/Testtiny_camiot
frontend/grammar/tiny_camiot.l
frontend/grammar/tiny_camiot.y
#stack specific
frontend/CamIoT/.stack-work/
frontend/CamIoT/stack.yaml.lock