diff options
author | Brendan Forster <brendan@github.com> | 2018-10-27 19:33:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 19:33:28 -0300 |
commit | f1e6f0d2a611f0b7201d8690078c22832a8fd44d (patch) | |
tree | fe10c3d0ba5c9c785b0e95f828f7b10e7c442819 /Global | |
parent | 238424389c3728e2830d929de58ca0d344557db6 (diff) | |
parent | 7ffe05303d632f226d091f46079f1aa9cff933e9 (diff) | |
download | gitignore-f1e6f0d2a611f0b7201d8690078c22832a8fd44d.tar.gz gitignore-f1e6f0d2a611f0b7201d8690078c22832a8fd44d.zip |
Merge pull request #2086 from AlexanderBrevig/master
Add gitignore for Cypress Semiconductor IDE
Diffstat (limited to 'Global')
-rw-r--r-- | Global/PSoCCreator.gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore new file mode 100644 index 00000000..15ae040b --- /dev/null +++ b/Global/PSoCCreator.gitignore @@ -0,0 +1,18 @@ +# Project Settings +*.cywrk.* +*.cyprj.* + +# Generated Assets and Resources +Debug/ +Release/ +Export/ +*/codegentemp +*/Generated_Source +*_datasheet.pdf +*_timing.html +*.cycdx +*.cyfit +*.rpt +*.svd +*.log +*.zip |