libdgmpp icon indicating copy to clipboard operation
libdgmpp copied to clipboard

Discussion about project and generated files being under git

Open evanova opened this issue 8 years ago • 1 comments

This is more a question/discussion than an issue. It only concerns the feature/staticSDE branch.

As a developer, I want to remove IDE and generated files out of GIT so I can more easily make the difference in what does what and what is generated, as well as help track actual changes in GIT.

There are a lot of IDE related and generated files that are under git control. I believe they should be outside of git. This would make commits easier to understand without tracking environment-specific files or files that are being generated by this repository.

Also there are files that aren't so useful (sample could be in a README as it quite trivial) or no longer wanted (deprecated).

IDE specific

dgmpp.xcodeproj dgmpp.xcworkspace sample.xcodeproj

Generated

java-wrapper: the swift build is easy enough to install and run (also works with Windows 10 WSL's Ubuntu) c-wrapper???

Others

sample: not too useful, requires maintenance. Can be in a doc. deprecated: this can be on a frozen branch or moved out altogether and use the GIT history to retrieve the old files should it ever be required.

Thanks a lot.

E

evanova avatar Jan 09 '18 14:01 evanova

Sure. I will clean up before merging to master. c-wrapper needed for Swift

mrdepth avatar Jan 09 '18 14:01 mrdepth