diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 14:17:14 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 14:17:14 +0200 |
| commit | e50cbadc53a3ed5ace454264016331b6e8b3b9aa (patch) | |
| tree | 662bd3ab1d4470bb0f8f20a4f9c0fb8f3f574e64 /Software/Code_Composer/.gitignore | |
| parent | 00d136d19774c6856de553ce955c92feb6be92a4 (diff) | |
| download | Tango-e50cbadc53a3ed5ace454264016331b6e8b3b9aa.tar.gz Tango-e50cbadc53a3ed5ace454264016331b6e8b3b9aa.zip | |
Added Code Composer Workspace.
Implemented a clean! CCS git ignore.
Diffstat (limited to 'Software/Code_Composer/.gitignore')
| -rw-r--r-- | Software/Code_Composer/.gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Software/Code_Composer/.gitignore b/Software/Code_Composer/.gitignore new file mode 100644 index 000000000..2a0f30a4a --- /dev/null +++ b/Software/Code_Composer/.gitignore @@ -0,0 +1,37 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Eclipse artefacts +.jxbrowser-data +.metadata +.launches +.settings +RemoteSystemsTempFiles +Debug
\ No newline at end of file |
