Skip to main content
summaryrefslogtreecommitdiffstats
blob: a1784917d2a4f6aefff4b10db4b46f13f321890a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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/
#Ignore workspace folders
workspace/

Back to the top