Changed .gitignore to include Thumbs.db

This commit is contained in:
anto-gom 2012-03-02 14:17:58 +01:00
parent e8f5fe17d5
commit be9b940d3c

33
.gitignore vendored

@ -1,16 +1,17 @@
*.iml *.iml
\.idea/ \.idea/
\.metadata/ \.metadata/
\.settings/ \.settings/
\.project \.project
\.classpath \.classpath
\target/**/* \target/**/*
\target/* \target/*
/.settings /.settings
/.classpath /.classpath
/target /target
/.settings/* /.settings/*
/.classpath/* /.classpath/*
/target/* /target/*
bin bin
.externalToolBuilders/ .externalToolBuilders/
*Thumbs.db