Skip to content

Commit 18aa801

Browse files
authored
Merge pull request #889 from gbirchmeier/gitignore
gitignore vim .swp files and maven wrapper jar
2 parents 5b5a264 + a6ed667 commit 18aa801

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ignore maven build directories
22
target/
3+
# ignore maven wrapper jar that gets built locally
4+
.mvn/wrapper/maven-wrapper.jar
35
# ignore Eclipse configuration files
46
.project
57
.classpath
@@ -12,3 +14,5 @@ target/
1214
# ignore NetBeans configuration
1315
nb-configuration.xml
1416
*.bak
17+
# ignore vim swap files
18+
*.swp

0 commit comments

Comments
 (0)