From 5a355ed010640b689e06c589e38019bff81c9a15 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 30 Aug 2016 22:12:31 +0200 Subject: [PATCH] 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 --- Global/PSoCCreator.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Global/PSoCCreator.gitignore diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore new file mode 100644 index 00000000..84f0236e --- /dev/null +++ b/Global/PSoCCreator.gitignore @@ -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