diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-10 15:54:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-10 15:54:35 +0200 |
commit | ae836cf7d7df1047c6c7e0d7d3bb4355275286f1 (patch) | |
tree | a663233b55294994368979d52fa73f6cbceae8d6 /.gitignore | |
parent | 6dbe831ea81a84a9715c558899130ba8baeb0e17 (diff) | |
download | sonar-scanner-cli-ae836cf7d7df1047c6c7e0d7d3bb4355275286f1.tar.gz sonar-scanner-cli-ae836cf7d7df1047c6c7e0d7d3bb4355275286f1.zip |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a21ab26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.iml +.DS_Store +.classpath +.project +.idea/ +.settings/ +target/ +bin/ |