Storing the .Log file in SCM
Accepted answer
Any file with any extension could be checked in. There is just a list of sensible conventions in naming and .log is agreed upon usually being a log file. Log files are temporary, throw away files and usually seen as not desirable to be checked in. Therefore they are in the platform ignore list in Eclipse.
For all ignored file types in the platform ignore list and in the .jazzignore holds that you can change the configuration and e.g. remove the log files from the platform ignore list.
For all ignored file types in the platform ignore list and in the .jazzignore holds that you can change the configuration and e.g. remove the log files from the platform ignore list.