-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
65 lines (61 loc) · 1 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
*.o
*.swp
*.swo
*~
.*.cmd
*.ko
*.symvers
*.order
*.mod.c
.tmp_versions
*_pp.ac
*_pp_inferred*
*.pyc
ENV
cogent/.cabal-sandbox
cogent/.stack-work
cogent/cabal.sandbox.config
cogent/cabal.config
cogent/dist
cogent/dist-newstyle
cogent/tests/*.c
cogent/tests/*.h
cogent/tests/*.tmp
cogent/out/
isa-parser/.cabal-sandbox
isa-parser/.stack-work
isa-parser/cabal.sandbox.config
isa-parser/dist
.DS_Store
impl/fs/bilby/cogent/abstract/*.h
impl/fs/bilby/cogent/generated.[ch]
impl/fs/bilby/cogent/plat/verification/*.thy
impl/fs/bilby/cogent/plat/verification/bilbyfs.[ch]
impl/fs/bilby/cogent/plat/linux/bilbyfs.[ch]
BUILD_INFO
TypeProofTactic.log
umm_types.txt
generated.*
*_flymake.hs
cogent/examples/inprogress/
impl/fs/vfat/vfat_test/
impl/fs/vfat_orig/
impl/fs/vfat/cogent/misc/
.cache.mk
autocorres/
cogent/scripts/*.dat
cogent/scripts/*.png
# Testing
cogent/tests/dist
# Documentation
docs/.vscode/
docs/_build/
docs/assets/
docs/doctrees/
docs/html/
docs/pseudoxml/
cogent/scripts/*.dat
cogent/scripts/*.png
# LLVM
*.ll
*.bc