forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (52 loc) · 1.32 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
*.log
target/
.idea/
*.iml
*.DS_Store
/_bsp/
/output/
/docker/*.zip
# 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
/janusgraph-*/.classpath
/janusgraph-*/.project
/janusgraph-*/.settings/
/janusgraph-*/janusgraph-*/.classpath
/janusgraph-*/janusgraph-*/.project
/janusgraph-*/janusgraph-*/.settings/
# End of Eclipse junk
# HBase testing stuff
janusgraph-hbase/logs
janusgraph-hbase/src/test/janusgraph-hbase-test-data/*
janusgraph-hbase/src/test/janusgraph-zookeeper-test/*
# 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
# JUnitBenchmarks output
/janusgraph-*/jub.*.xml
# .deb/.rpm packaging folders
/debian/
/redhat/
/pkgcommon/
# Emacs file backups
*~
# Nano file backups
*.save
# Vim file backups
*.swp
# Coverity tools and analysis outputs
coverity_tool.tar.gz
cov-analysis-linux64/
cov-int.tar.gz
cov-int/