-
Notifications
You must be signed in to change notification settings - Fork 1k
/
.gitignore
52 lines (52 loc) · 1.14 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
*.log
target/
.idea/
*.iml
*.DS_Store
/bin/
/_bsp/
/conf/
/data/
/db/
/ext/
/lib/
/log/
/output/
/scripts/
# 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.
/titan-*/.surefire-*
# Eclipse junk; leading slash makes patterns non-recursive
# Note that * also can't match slashes
/.settings/
/.project
/.classpath
/titan-*/.classpath
/titan-*/.project
/titan-*/.settings/
/titan-*/titan-*/.classpath
/titan-*/titan-*/.project
/titan-*/titan-*/.settings/
# End of Eclipse junk
# HBase testing stuff
titan-hbase/logs
titan-hbase/src/test/titan-hbase-test-data/*
titan-hbase/src/test/titan-zookeeper-test/*
# Backup files created by `mvn versions:update-child-modules`
# http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.html
titan-*/pom.xml.versionsBackup
# JUnitBenchmarks output
/titan-*/jub.*.xml
# .deb/.rpm packaging folders
/debian/
/redhat/
/pkgcommon/
# Emacs file backups
*~
# Nano file backups
*.save