We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5253281 + 045304b commit ce10715Copy full SHA for ce10715
1 file changed
community/AltiumDesigner.gitignore
@@ -0,0 +1,20 @@
1
+# For PCBs designed using Altium Designer
2
+# Website: https://www.altium.com/altium-designer/
3
+
4
+# Directories containing cache data
5
+History
6
+__Previews
7
8
+# Directories containing logs and generated outputs
9
+Project\ Logs*
10
+Project\ Outputs*
11
12
+# Misc files generated by altium
13
+debug.log
14
+Status\ Report.txt
15
+*.PcbDoc.htm
16
+*.SchDocPreview
17
+*.PcbDocPreview
18
19
+# Lock files sometimes left behind
20
+.~lock.*
0 commit comments