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



                             
    

                             

                          
#Ignore all bin folders
bin/
#Ignore all .settings folders
*/*/.settings/
#Ignore vi temporary files
*~
*swp
#Ignore temp test file
plugins/*/utf8_input_copy.xml
#Ignore maven build target
target/

Back to the top