Initial commit
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# ---> Actionscript
|
||||
# Build and Release Folders
|
||||
bin-debug/
|
||||
bin-release/
|
||||
[Oo]bj/
|
||||
[Bb]in/
|
||||
|
||||
# Other files and folders
|
||||
.settings/
|
||||
|
||||
# Executables
|
||||
*.swf
|
||||
*.air
|
||||
*.ipa
|
||||
*.apk
|
||||
|
||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||
# should NOT be excluded as they contain compiler settings and other important
|
||||
# information for Eclipse / Flash Builder.
|
||||
|
||||
# ---> AltiumDesigner
|
||||
# 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
|
||||
*.SchDocPreview
|
||||
*.PcbDocPreview
|
||||
|
||||
# Lock files sometimes left behind
|
||||
.~lock.*
|
||||
|
Reference in New Issue
Block a user