Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

new top level .gitignore #133

Closed gyorb closed 5 years ago

gyorb commented 5 years ago

resolves #125

gyorb commented 5 years ago

@Vodorok did we require build.log and bin directory in the gitignore file?

vodorok commented 5 years ago

I had a bin directory under ./eclipse-plugin/eclipse/cc.codechecker.eclipse.plugin. I think this folder is created by eclipse plugin m2e. By my understanding, this plugin is needed for building the plugin through eclipse. During the uplift development, I've needed to update the maven project multiple times with m2e, and this could created this bin directory. Please take a look on this related StackOverflow Answer. When I deleted the folder, and built the plugin, the folder wouldn't reappear, nor when checked out freshly and built on terminal. The build went fine, so I don't think this line is needed in the gitignores. For the build.log: In my uplift work dir, I didn`t found this file generated.