Skip to main content
summaryrefslogblamecommitdiffstats
blob: 538cf86cbf6d7ac61632d67fbc8d646ce57192c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               






          

      


         





















                           


       
# copied from eclipse.platform.debug/.gitignore
bin/
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

/*/bin/
/*/*/bin/

# suggested by github
*.log
*.sql
*.sqlite
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
desktop.ini
*.stackdump

#from many .cvsignore files
build.xml
temp.folder
@dot
src.zip
.fbwarnings
javaCompiler...args

# maven
target/

Back to the top