Skip to content

Commit a400390

Browse files
committed
Add Eclipse stuff to gitignore
1 parent c8f3015 commit a400390

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.idea
1111
ldbc_socialnet_dbgen.iml
1212

13-
#other stuff
13+
# other stuff
1414
target/
1515
.m0factors.txt.crc
1616
.m0friendList0.csv.crc
@@ -23,3 +23,18 @@ scripts/
2323
/social_network/
2424
*.log
2525
test_log
26+
27+
# Eclipse stuff
28+
.metadata
29+
bin/
30+
tmp/
31+
*.tmp
32+
*.bak
33+
*.swp
34+
*~.nib
35+
local.properties
36+
.settings/
37+
.loadpath
38+
.recommenders
39+
.project
40+
.classpath

0 commit comments

Comments
 (0)