forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (46 loc) · 1.15 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
*.log
target/
.idea/
*.iml
*.DS_Store
.vscode/
/_bsp/
/output/
# When executing tests in alphabetical order, Maven generates temporary
# files with names like this:
#
# .surefire-0320969CE4BEF3CC28F07EE3E21C2DCF89CB569C
#
# These files appear alongside pom.xml files. The files are just lists
# of test names and don't contain any important information.
/janusgraph-*/.surefire-*
# Eclipse junk; leading slash makes patterns non-recursive
# Note that * also can't match slashes
/.settings/
/.project
/.classpath
/.metadata
/.recommenders
/RemoteSystemsTempFiles
/janusgraph-*/.classpath
/janusgraph-*/.project
/janusgraph-*/.settings/
/janusgraph-*/janusgraph-*/.classpath
/janusgraph-*/janusgraph-*/.project
/janusgraph-*/janusgraph-*/.settings/
/janusgraph-examples/example-*/.classpath
/janusgraph-examples/example-*/.project
/janusgraph-examples/example-*/.settings
# End of Eclipse junk
# Backup files created by `mvn versions:update-child-modules`
# http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.html
janusgraph-*/pom.xml.versionsBackup
# Emacs file backups
*~
# Nano file backups
*.save
# Vim file backups
*.swp
/site/
*.hprof
.factorypath