Add gitignore for Cypress Semiconductor IDE
The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. >not affiliated
This commit is contained in:
parent
84f2576155
commit
5a355ed010
16
Global/PSoCCreator.gitignore
Normal file
16
Global/PSoCCreator.gitignore
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Project Settings
|
||||||
|
*.cywrk.*
|
||||||
|
*.cyprj.*
|
||||||
|
|
||||||
|
# Generated Assets and Resources
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
Export/
|
||||||
|
*/codegentemp
|
||||||
|
*/Generated_Source
|
||||||
|
*_datasheet.pdf
|
||||||
|
*_timing.html
|
||||||
|
*.cycdx
|
||||||
|
*.cyfit
|
||||||
|
*.rpt
|
||||||
|
*.svd
|
Loading…
Reference in New Issue
Block a user