forked from vmware/differential-datalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (87 loc) · 1.48 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
.DS_store
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
*.swp
.stack-work/
.vscode
.project
sql/.classpath
sql/.settings
stack.yaml.lock
cabal.project.local
.HTF/
test/datalog_tests/*.ast
test/datalog_tests/*.err
test/datalog_tests/*.dump
test/datalog_tests/*.c
test/datalog_tests/*_ddlog
test/datalog_tests/debug.log
test/datalog_tests/prof.profile
test/evaluation/
test/examples/
test/example/
java/*/*_ddlog/
test/ovn
*.dump
# These files are generated
test/souffle*/*.err
test/souffle*/*.dump
test/souffle*/*_ddlog
test/souffle*/*.log
test/souffle*/souffle.dl
test/souffle*/souffle.dat
test/*/souffle.dump.expected
# These are automatically generated by the run-souffle-tests.py program
test/souffle_tests*
.idea/
out/
*.cabal
cabal.config
differential-datalog.iml
**Cargo.lock
**.swo
**/target/*
**cmd_parser_history.txt
TAGS
tags
*.facts
*.jar
java/test/span_uuid.java.dump
java/test*/*_ddlog
java/webserver/apache-tomcat-8.5.2
*.pyc
souffle-grammar.pgt
# idea project files
*.iml
flatbuffers*
replay.dat
# automatically generated by Java code
sql/lib/sqlop.dl
sql/program_ddlog
sql/libddlogapi.*
sql/program.dl
testsuite.log/
node_modules/
# We actually cannot commit package-lock.json to the repo, since some corporate
# sites rewrite urls to npm repositories
package-lock.json
rust/ddlog_benches/generated/*_ddlog
!rust/ddlog_benches/ddlog
rust/ddlog_benches/data
!rust/ddlog_benches/data/.gitkeep
.ghc.*.*