Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: da3f21d6c3bde5f120fd4b6f90c1557c9daf867c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
    
        





          










                     

                                          











                           


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

# suggested by github
*.log
*.sql
*.sqlite
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
#Icon? was causing new icons to be ignored
#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