From 99157b2a29256ae9c248cca3c3570adb5b7237a5 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:48:02 +0200 Subject: [PATCH 1/3] Add AltiumDesigner.gitignore --- AltiumDesigner.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 AltiumDesigner.gitignore diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore new file mode 100644 index 00000000..7291862c --- /dev/null +++ b/AltiumDesigner.gitignore @@ -0,0 +1,18 @@ +# For PCBs designed using Altium Designer +# Website: https://www.altium.com/altium-designer/ + +# Directories containing cache data +History +__Previews + +# Directories containing logs and generated outputs +Project\ Logs* +Project\ Outputs* + +# Misc files generated by altium +debug.log +Status\ Report.txt +*PcbDoc..htm + +# Lock files sometimes left behind +.~lock.* From 71e1ff1213d2f19ce1df0ee0292fafccd785cc72 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:54:51 +0200 Subject: [PATCH 2/3] Fixed typo and added some fileendings which older versions generate --- AltiumDesigner.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore index 7291862c..5e410492 100644 --- a/AltiumDesigner.gitignore +++ b/AltiumDesigner.gitignore @@ -12,7 +12,9 @@ Project\ Outputs* # Misc files generated by altium debug.log Status\ Report.txt -*PcbDoc..htm +*.PcbDoc.htm +*.SchDocPreview +*.PcbDocPreview # Lock files sometimes left behind .~lock.* From 045304bb1214bf13b74ca1cd8605e3bc533303c7 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 10:27:54 -0700 Subject: [PATCH 3/3] Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore --- AltiumDesigner.gitignore => community/AltiumDesigner.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AltiumDesigner.gitignore => community/AltiumDesigner.gitignore (100%) diff --git a/AltiumDesigner.gitignore b/community/AltiumDesigner.gitignore similarity index 100% rename from AltiumDesigner.gitignore rename to community/AltiumDesigner.gitignore