From 0ee5083ec1cb3c503a93a7e4721fee7f8d0f0b83 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 13 Jul 2011 00:17:22 +0200 Subject: [PATCH 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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