From 0ee5083ec1cb3c503a93a7e4721fee7f8d0f0b83 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 13 Jul 2011 00:17:22 +0200 Subject: [PATCH 01/13] First entries for Target 3001! --- Target3001.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Target3001.gitignore diff --git a/Target3001.gitignore b/Target3001.gitignore new file mode 100644 index 00000000..c3f10200 --- /dev/null +++ b/Target3001.gitignore @@ -0,0 +1,9 @@ +# Ignore list for Target 3001!, a PCB layout tool + +# mutex file +*.[Tt]3001OPEN + +# Drill output +*.DRL +*.BHR +BOHRPICT.3001 From 1765c0da0156e88c7061a4e51dd1d9f6f7e767d1 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 20 Jul 2011 02:02:48 +0200 Subject: [PATCH 02/13] Added backup and autosave files for Target3001.gitignore --- Target3001.gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Target3001.gitignore b/Target3001.gitignore index c3f10200..6c99af1d 100644 --- a/Target3001.gitignore +++ b/Target3001.gitignore @@ -1,9 +1,20 @@ # Ignore list for Target 3001!, a PCB layout tool # mutex file -*.[Tt]3001OPEN +*.T3001OPEN # Drill output *.DRL *.BHR BOHRPICT.3001 + +# Backup files +# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup) +BackupFiles +*.BK? +*_w?.T3001 +*_m?.T3001 +*_m??.T3001 + +# Autosave files +*.T3001? From e74c8efcb653bb4f8f2d5b660785a98852d52b9e Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 20 Jul 2011 02:20:43 +0200 Subject: [PATCH 03/13] Added Gerber output for Target3001 --- Target3001.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Target3001.gitignore b/Target3001.gitignore index 6c99af1d..269505d0 100644 --- a/Target3001.gitignore +++ b/Target3001.gitignore @@ -18,3 +18,31 @@ BackupFiles # Autosave files *.T3001? + +# 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 From 2bd81347c793fbc7e7c48d09cec90b39b12ffe46 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 20 Jul 2011 02:44:06 +0200 Subject: [PATCH 04/13] Added various exchange formats for Target3001.gitignore --- Target3001.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Target3001.gitignore b/Target3001.gitignore index 269505d0..ab400e04 100644 --- a/Target3001.gitignore +++ b/Target3001.gitignore @@ -46,3 +46,32 @@ BackupFiles *.ValuesBot *.ValuesTop *.Whl + +# production formats +*.cnc +*.fab +*.cad +*.GDS +*.exc +excellon.txt +*.stk + +# exchange formats +*.DXF +*.PS +*.TIF +*.NET +*.PLT +*.HPGL +*.emn +*.stp +*.tgr +*.dif +*.emp + +# cable loom +*.dsi +*.pnm +*.wrl +*.ADPT +*.AZO From 6acdc5a4eff9284deaf2e30618740afbd10061ab Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Thu, 21 Jul 2011 00:16:39 +0200 Subject: [PATCH 05/13] Added support for files, which were generated by CONRAD's special version. --- Target3001.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Target3001.gitignore b/Target3001.gitignore index ab400e04..430a4d4f 100644 --- a/Target3001.gitignore +++ b/Target3001.gitignore @@ -1,7 +1,7 @@ # Ignore list for Target 3001!, a PCB layout tool # mutex file -*.T3001OPEN +*.T300[01]OPEN # Drill output *.DRL @@ -12,12 +12,12 @@ BOHRPICT.3001 # (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup) BackupFiles *.BK? -*_w?.T3001 -*_m?.T3001 -*_m??.T3001 +*_w?.T300[01] +*_m?.T300[01] +*_m??.T300[01] # Autosave files -*.T3001? +*.T300[01]? # Gerber output *.Apr From d641ef962c34a2c157a15e6209a17bb097a5cce6 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Tue, 2 Aug 2011 23:17:42 +0200 Subject: [PATCH 06/13] Added new extensions of production formats which were introduced in version 15.4.0.59 --- Target3001.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Target3001.gitignore b/Target3001.gitignore index 430a4d4f..d80e89aa 100644 --- a/Target3001.gitignore +++ b/Target3001.gitignore @@ -55,6 +55,11 @@ BackupFiles *.exc excellon.txt *.stk +*.ncp +*.pcb +*.cbt +*.vhf +*.iso # exchange formats *.DXF From aa60b9b7a8568f0b4b29b57d6dc475aced252370 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 8 Sep 2011 17:06:04 -0300 Subject: [PATCH 07/13] Added to ignore the custom/modules/*/Ext/ directory, since these files are always built. --- SugarCRM.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 833485e3..44ff2163 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -22,6 +22,7 @@ cache/xml/* custom/history/* custom/modulebuilder/* custom/working/* +custom/modules/*/Ext/ # Custom configuration should also be ignored. /config.php /config_override.php From 3e00d905c3d0128a0f7737d77ce6b27f37048d21 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Fri, 9 Sep 2011 12:32:11 +0200 Subject: [PATCH 08/13] Added nosetests.xml to the python unittest ignores. nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index f24cd995..a6cc625e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -19,6 +19,7 @@ pip-log.txt # Unit test / coverage reports .coverage .tox +nosetests.xml #Translations *.mo From dddfb13bf58d776f35dbfe94bc088602b9bab1d9 Mon Sep 17 00:00:00 2001 From: John Gietzen Date: Tue, 13 Sep 2011 20:49:47 -0500 Subject: [PATCH 09/13] Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries. --- CSharp.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3d..044ecea8 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 From a48d4a9d147a28a8450ec73277d846b03ee4ab06 Mon Sep 17 00:00:00 2001 From: John Barker Date: Wed, 14 Sep 2011 14:29:04 +0800 Subject: [PATCH 10/13] tags on it's own will match a directory like lib/tags/ --- Global/Tags.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index b7624bde..cc28fefa 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,3 +1,5 @@ # Ignore tags created by etags and ctags TAGS +!TAGS/ tags +!tags/ From 52b97d304b38dfa70b3c184eae8d1826a02884ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clemens=20M=C3=BCller?= Date: Fri, 21 Oct 2011 21:31:37 +0300 Subject: [PATCH 11/13] removed duplicate 'eclipse' entry --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c..5c83c3c5 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,5 +12,4 @@ logs precompiled tmp test-result -eclipse server.pid From 5a880b532e15dacaabf8cf59acf1e62441fcba18 Mon Sep 17 00:00:00 2001 From: Ken Mankoff Date: Sat, 22 Oct 2011 19:02:00 -0400 Subject: [PATCH 12/13] Alphabetized and added xindy and glossaries detritus. --- LaTeX.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 1d1dfc54..c88e8b81 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,3 +1,6 @@ +*.acn +*.acr +*.alg *.aux *.bbl *.blg @@ -13,6 +16,9 @@ *.lof *.log *.lot +*.maf +*.mtc +*.mtc0 *.nav *.nlo *.out @@ -22,6 +28,4 @@ *.synctex.gz *.toc *.vrb -*.maf -*.mtc -*.mtc0 +*.xdy From ca9eb76e12d2e6c92c33df98d64868519ce49733 Mon Sep 17 00:00:00 2001 From: Frederic Ye Date: Sat, 3 Mar 2012 02:08:11 +0100 Subject: [PATCH 13/13] Added Opa.gitignore A .gitignore template for the Opa language --- Opa.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Opa.gitignore diff --git a/Opa.gitignore b/Opa.gitignore new file mode 100644 index 00000000..74c6219c --- /dev/null +++ b/Opa.gitignore @@ -0,0 +1,13 @@ +_build +_tracks + +opa-debug-js + +*.opp +*.opx +*.opx.broken +*.dump +*.api +*.api-txt +*.exe +*.log