aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-03-07 11:33:12 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-03-07 11:39:59 +0100
commit4f48f78cd7462d7d85ca1d2da8402110c17d7517 (patch)
tree647d4a6791a0e9f2b82370c19e3f722c339d6c8c /.gitignore
parent5251b26a614bf04f5eab25aafd373d1480df3bdd (diff)
downloadsonar-scanner-cli-4f48f78cd7462d7d85ca1d2da8402110c17d7517.tar.gz
sonar-scanner-cli-4f48f78cd7462d7d85ca1d2da8402110c17d7517.zip
Fix pom and .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 27 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index a21ab26..2b86998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,30 @@
+
+# ---- Maven
+target/
+dependency-reduced-pom.xml
+
+# ---- IntellijIDEA
+*.iws
*.iml
-.DS_Store
+*.ipr
+.idea/
+
+# Eclipse
.classpath
.project
-.idea/
-.settings/
-target/
-bin/
+.settings
+
+# ---- Mac OS X
+.DS_Store
+Icon?
+# Thumbnails
+._*
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# ---- Windows
+# Windows image file caches
+Thumbs.db
+# Folder config file
+Desktop.ini