add .gitignore
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Private folders
|
||||
__*
|
||||
|
||||
# Logs and Reports
|
||||
*.htm
|
||||
*.log
|
||||
|
||||
# LTSpice artifacts
|
||||
*.raw
|
||||
*.net
|
||||
*.plt
|
||||
|
||||
# FreeCAD artifacts
|
||||
*.FCStd1
|
||||
|
||||
# Altium autogenerated stuff
|
||||
*.PrjMbdStructure
|
||||
*.PrjPcbStructure
|
||||
Project Outputs/*
|
||||
History/*
|
||||
Reference in New Issue
Block a user