Browse Source

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
pull/2086/head
Alexander Brevig 7 years ago
parent
commit
5a355ed010
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      Global/PSoCCreator.gitignore

+ 16
- 0
Global/PSoCCreator.gitignore View 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…
Cancel
Save