# use glob syntax. syntax: glob *~ *.bak *.off *.old *.pyc *.bk *.swp .DS_Store __pycache__/ # logging files detailed.log # eclipse conf file .settings .classpath .project .manager .scala_dependencies # idea .idea *.iml # building target build null tmp* temp* dist test-output build.log # other scm .svn .CVS .hg* # switch to regexp syntax. # syntax: regexp # ^\.pc/ #SHITTY output not in target directory build.log #emacs TAGS TAGS lib/ env/ # Setuptools install folder *.egg-info/ .directory *.annotate test.json