-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
45 lines (43 loc) · 1.03 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
bin/
build/
indexes/
lib/
log/
parliament-test.log
/.gradle/
/.project
/.settings/
/build.properties
/dependencies/
/doc/**/missfont.log
/doc/**/*.acr
/doc/**/*.aux
/doc/**/*.bbl
/doc/**/*.bcf
/doc/**/*.blg
/doc/**/*.lof
/doc/**/*.log
/doc/**/*.lot
/doc/**/*.out
/doc/**/*.run.xml
/doc/**/*.synctex.gz
/doc/**/*.synctex(busy)
/doc/**/*.toc
/jena/JosekiExtensions/src/com/bbn/parliament/jena/joseki/bridge/configuration/vocab/
/jena/JenaGraph/*.log*
*.log*
/jena/JenaGraph/test-kb-data/
/Parliament/AdminClient/.settings/language.settings.xml
/Parliament/AdminClient/Debug_with_Linux GCC/
/Parliament/AdminClient/Debug_with_MacOSX GCC/
/Parliament/KbCore/.settings/language.settings.xml
/Parliament/KbCore/Debug_with_Linux GCC/
/Parliament/KbCore/Debug_with_MacOSX GCC/
/Parliament/KbCore/parliament/generated/
/Parliament/Test/.settings/language.settings.xml
/Parliament/Test/Debug_with_Linux GCC/
/Parliament/Test/Debug_with_MacOSX GCC/
/Parliament/Test/ParliamentKbConfig.txt
/Parliament/Test/ParliamentLogConfig.txt
/server/test-kb-data/
/target/