Skip to content

Commit 1da1506

Browse files
committed
Add temp pom entry to gitignore
1 parent 01f445d commit 1da1506

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,57 @@
44
*.jar
55
*.war
66
*.ear
7+
<<<<<<< HEAD
8+
=======
9+
*.pyc
10+
*.iml
11+
12+
# IntelliJ stuff
13+
.idea
14+
ldbc_socialnet_dbgen.iml
15+
16+
# other stuff
17+
target/
18+
.m0factors.txt.crc
19+
.m0friendList0.csv.crc
20+
test_data/
21+
substitution_parameters/
22+
*.pyc
23+
scripts/
24+
*.iml
25+
/hadoop/
26+
/social_network/
27+
*.log
28+
test_log
29+
.DS_Store
30+
.Rhistory
31+
32+
# Eclipse stuff
33+
.metadata
34+
bin/
35+
tmp/
36+
*.tmp
37+
*.bak
38+
*.swp
39+
*~.nib
40+
local.properties
41+
.settings/
42+
.loadpath
43+
.recommenders
44+
.project
45+
.classpath
46+
47+
/*.crc
48+
/*.txt
49+
/*.csv
50+
out/
51+
datagen_output/
52+
53+
# Hadoop directory extracted as instructed in the Quick Start guide
54+
/hadoop-*.tar.gz
55+
/hadoop-*/
56+
57+
# configuration file
58+
params.ini
59+
dependency-reduced-pom.xml
60+
>>>>>>> 4d932139... Add temp pom entry to gitignore

0 commit comments

Comments
 (0)