# use glob syntax. syntax: glob *.ser *.class *~ *.bak *.off *.old .DS_Store # logs derby.log esme_test_db # eclipse conf file .settings .classpath .project .manager # building target build null tmp* dist test-output # other scm .svn .CVS .hg* # switch to regexp syntax. # syntax: regexp # ^\.pc/ # IntelliJ *.iml *.ipr *.iws