New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new CodeComposerStudio.gitignore #1239
Conversation
Thanks for this. Is this IDE something that a lot of people use (with git)? Without knowing anything about it, I have a feeling that it might be a bit niche for this collection. |
I dont have numbers, but TI issue Code Compser Studio IDE, for free in a lot of cases, for use with a lot of their controllers and processors (MSP430, C2000 series, SimpleLink, TM4x series, TMS570 & RM4 series, Sitara series, Multicore DSP and ARM including KeyStone series, F24x/C24x series, C3x/C4x series, etc) including devices used on their LaunchPad system - similar to Pi/Arduino/etc... |
Just to add, in case you don't know, that a bunch of those devices are used in things like android devices, kindles, devices from samsung, blackbery, archos, nokia, projector devices, etc etc. Others are used in things from car vision systems to intelligent thermostats (e.g. the nest) or industrial power supplies. If only a fraction of those developments used the vendor-recommended IDE I'd hazard a guess that its more than use, say, Dart or Go on a production basis. What I've submitted is likely only a very barebones start to what the industry might use here and I would hope that others would contribute to it also. |
Global/CodeComposerStudio.gitignore
Outdated
@@ -0,0 +1,16 @@ | |||
# ========================= | |||
# Code Composer Studio Files | |||
# ========================= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the project templates maintained here don't have a header like this. The file name should be good enough to distinguish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shiftkey, rebased and edited as you recommend, in #8397fb5b
e4f2770
to
0261d44
Compare
fbff193
to
dc56550
Compare
dc56550
to
db24b7b
Compare
db24b7b
to
a737c04
Compare
Is this likely to get merged? Is further information or are changes required? |
a737c04
to
8397fb5
Compare
Until this gets merged, you could try to get it into https://github.com/dvcs/gitignore. |
@koppor great. in fact I see this is already added and available, awesome! |
Yo, if you don't want this in the project, please close the request. |
As per #2889 (comment), possible the files should be moved into the |
gitignore for Texas Instruments embedded C/C++ IDE. Application homepage: http://www.ti.com/tool/CCSTUDIO Source control documentation link: http://processors.wiki.ti.com/index.php/Source_control_with_CCS Added to provide previously unprovided support for the IDE. Though the IDE is based on Eclpise CDT, the ignore recommendations are slightly different than for standard eclipse.
02d3c8c
to
46e672a
Compare
as requested
Have rebased again and moved as suggested. But @koppor, are you able to explain the purpose of this
Looking at the files that are in the root directory it seems to be pretty arbitrary as to which technologies, languages and tools get covered there and which do not. FWIW it's an open source GitHub repo... by definition the entire thing is community (For that matter, I'm even still unclear as to the criteria delineating root and |
I see this is in https://github.com/toptal/gitignore/blob/master/templates/CodeComposerStudio.gitignore . |
gitignore for Texas Instruments embedded C/C++ IDE.
Application homepage: http://www.ti.com/tool/CCSTUDIO
Source control documentation link: http://processors.wiki.ti.com/index.php/Source_control_with_CCS
Added to provide previously unprovided support for the IDE.
Though the IDE is based on Eclpise CDT, the ignore recommendations are a bit different than for standard eclipse.