aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'snmpmapper/.gitignore')
-rw-r--r--snmpmapper/.gitignore19
1 files changed, 8 insertions, 11 deletions
diff --git a/snmpmapper/.gitignore b/snmpmapper/.gitignore
index 63bdaca..82eca33 100644
--- a/snmpmapper/.gitignore
+++ b/snmpmapper/.gitignore
@@ -1,4 +1,4 @@
-target/
+/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
@@ -8,6 +8,7 @@ target/
.project
.settings
.springBeans
+.sts4-cache
### IntelliJ IDEA ###
.idea
@@ -16,13 +17,9 @@ target/
*.ipr
### NetBeans ###
-nbproject/private/
-build/
-nbbuild/
-dist/
-nbdist/
-.nb-gradle/
-# Package Files #
-*.jar
-.mvn/*
-.settings/* \ No newline at end of file
+/nbproject/private/
+/build/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/ \ No newline at end of file