Skip to content

Commit ee84bd0

Browse files
committed
Enhanced .gitignore
Changes mainly for netbeans and intellij. Plus some small cleanups.
1 parent 36a8957 commit ee84bd0

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.gitignore

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Directories #
2-
/build/
3-
/bin/
2+
build/
3+
bin/
44
target/
55
libs/
6+
tmp/
67

78
# OS Files #
89
.DS_Store
@@ -43,12 +44,23 @@ Desktop.ini
4344
######################
4445
# NetBeans
4546
######################
47+
nbproject/
48+
build/
49+
nbbuild/
50+
dist/
51+
nbdist/
52+
nbactions.xml
4653
nb-configuration.xml
4754

4855
######################
4956
# IDEA
5057
######################
5158
*.iml
59+
*.ipr
60+
*.iws
61+
.idea/
62+
atlassian-ide-plugin.xml
63+
5264

5365
######################
5466
# Eclipse
@@ -57,9 +69,6 @@ nb-configuration.xml
5769
*.pydevproject
5870
.project
5971
.metadata
60-
bin/**
61-
tmp/**
62-
tmp/**/*
6372
*.tmp
6473
*.bak
6574
*.swp
@@ -68,7 +77,7 @@ local.properties
6877
.classpath
6978
.settings/
7079
.loadpath
71-
/src/main/resources/rebel.xml
80+
7281
# External tool builders
7382
.externalToolBuilders/
7483

0 commit comments

Comments
 (0)