Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4d5a031bcbe6929196f339c944edb2459b134696 (plain) (blame)
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

Back to the top