blob: 3cd50b5270e53f22da5ba59a3177c3841f50f848 [file] [log] [blame]
#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/
#Ignore Python cache
__pycache__/