diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3..044ecea 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -1,6 +1,6 @@ # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -bin -obj +[Bb]in/ +[Oo]bj/ # mstest test results TestResults \ No newline at end of file diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index b7624bd..cc28fef 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,3 +1,5 @@ # Ignore tags created by etags and ctags TAGS +!TAGS/ tags +!tags/ diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 1d1dfc5..c88e8b8 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,27 +1,31 @@ +*.acn +*.acr +*.alg *.aux *.bbl *.blg *.dvi *.fdb_latexmk *.glg *.glo *.gls *.idx *.ilg *.ind *.ist *.lof *.log *.lot +*.maf +*.mtc +*.mtc0 *.nav *.nlo *.out *.pdfsync *.ps *.snm *.synctex.gz *.toc *.vrb -*.maf -*.mtc -*.mtc0 +*.xdy diff --git a/Opa.gitignore b/Opa.gitignore new file mode 100644 index 0000000..74c6219 --- /dev/null +++ b/Opa.gitignore @@ -0,0 +1,13 @@ +_build +_tracks + +opa-debug-js + +*.opp +*.opx +*.opx.broken +*.dump +*.api +*.api-txt +*.exe +*.log diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4..5c83c3c 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,16 +1,15 @@ # Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore # Ignore all dotfiles... .* # except for .gitignore !.gitignore # Ignore Play! working directory # db eclipse log logs precompiled tmp test-result -eclipse server.pid diff --git a/Python.gitignore b/Python.gitignore index f24cd99..a6cc625 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,27 +1,28 @@ *.py[co] # Packages *.egg *.egg-info dist build eggs parts bin var sdist develop-eggs .installed.cfg # Installer logs pip-log.txt # Unit test / coverage reports .coverage .tox +nosetests.xml #Translations *.mo #Mr Developer .mr.developer.cfg diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 833485e..44ff216 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -1,31 +1,32 @@ ## SugarCRM # Ignore custom .htaccess stuff. /.htaccess # Ignore large parts of the annoying cache directory without breaking things. cache/csv/* cache/dashlets/* cache/diagnostic/* cache/dynamic_fields/* cache/feeds/* cache/import/* cache/include/* cache/jsLanguage/* cache/modules/* !cache/modules/emails !cache/modules/Emails cache/pdf/* cache/smarty/cache/* cache/smarty/templates_c/* cache/themes/* cache/xml/* # Ignore some files and directories from the custom directory. custom/history/* custom/modulebuilder/* custom/working/* +custom/modules/*/Ext/ # Custom configuration should also be ignored. /config.php /config_override.php # The silent upgrade scripts aren't needed. silentUpgrade*.php # Logs files can safely be ignored. *.log diff --git a/Target3001.gitignore b/Target3001.gitignore new file mode 100644 index 0000000..d80e89a --- /dev/null +++ b/Target3001.gitignore @@ -0,0 +1,82 @@ +# Ignore list for Target 3001!, a PCB layout tool + +# mutex file +*.T300[01]OPEN + +# Drill output +*.DRL +*.BHR +BOHRPICT.3001 + +# Backup files +# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup) +BackupFiles +*.BK? +*_w?.T300[01] +*_m?.T300[01] +*_m??.T300[01] + +# Autosave files +*.T300[01]? + +# Gerber output +*.Apr +*.BLN +*.Bot +*.Drill +*.GER +*.Hole +*.Info +*.L* +*.NamesBot +*.NamesTop +*.Outline +*.PadStack* +*.PasteBot +*.PasteTop +*.PosiBot +*.PosiTop +*.SB +*.Special* +*.ST +*.StopBot +*.StopTop +*.Tool +*.Top +*.ValuesBot +*.ValuesTop +*.Whl + +# production formats +*.cnc +*.fab +*.cad +*.GDS +*.exc +excellon.txt +*.stk +*.ncp +*.pcb +*.cbt +*.vhf +*.iso + +# exchange formats +*.DXF +*.PS +*.TIF +*.NET +*.PLT +*.HPGL +*.emn +*.stp +*.tgr +*.dif +*.emp + +# cable loom +*.dsi +*.pnm +*.wrl +*.ADPT +*.AZO