forked from franzinc/agraph-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (37 loc) · 724 Bytes
/
.gitignore
File metadata and controls
38 lines (37 loc) · 724 Bytes
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
# Emacs
*~
# IntelliJ
.idea/
*.iml
bin
# Temporary Maven repo created to compile the tutorials
/repo
.*sw*
*.class
classes
*.jar
*.tar.gz
DIST
/build.out
/doc
temp.*
tmp
# target is where maven stores all output, we do not want these.
# NOTE: No /, we don't want target dirs from subprojects either.
target
# Generated file.
/test-release/pom.xml
# Stuff created when running the tutorial.
JenaTutorialExamples.*.nt
JenaTutorialExamples.*.rdf
TutorialExamples.*.nt
TutorialExamples.*.rdf
phase-[0-6].ds
phase-[0-6].nmon
phase-[0-6].vm
# Stuff created when running the 2pc tutorial.
/tutorials/2pc/derby.log
/tutorials/2pc/test-2pc
/tutorials/2pc/tmlog*.log
# IntelliJ asciidoc previewer seems to generate this
/README.html