forked from amarillion/BridgeDb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (44 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
# ignore project files #
.classpath
.project
.settings/
nbactions-local.xml
nbactions.xml
catalog*.xml
*.~java
nbactions-local.xml
nbactions.xml
# ignore target files #
target/
bin/
build/
/dbbuilder/output
apidoc/
dist/
bridgedb-*.zip
bridgedb-*.gz
transatives/
# ignore log files #
logs/
*.log
# generated checkstyle warnings
/org.bridgedb/warnings.txt
#ignore sqlConfig that overrides the one in resources
org.bridgedb.sql/conf/OPS-IMS
#ignore rdfConfig that overrides the one in resources
org.bridgedb.linksets/conf/OPS-IMS
#ignore rdf directories created by default location
org.bridgedb.linksets/rdf
#ignore file created during tests
test/LinkSet*.ttl
test/Minimum*.ttl
org.bridgedb.tools.transitive/test-data/linkset2To3.ttl
#these are created by tests which end in an error so will be empty
org.bridgedb.tools.transitive/test-data/empty1.ttl
org.bridgedb.tools.transitive/test-data/empty2.ttl
TestDirectory
#ignore default rdf directories
rdf/linksets
rdf/testLinksets
#DO NOT IGNORE
#src-axis #While these are autogenerated removing them will break offline builds.