jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

gitignore: add idlemaster.log #4

Closed jjmcdn closed 9 years ago

jjmcdn commented 9 years ago

If you happen to be running idlemaster from inside the build tree, the log file will show up as an untracked file. Creaeting a gitignore with just the idlemaster.log file in it makes it possible to run idle_master from the source tree.

It may even be worth adding settings.txt to the .gitignore as well, but then making changes to the sample settings.txt requires more effort on the part of the committer and is pretty obvious no one else should be committing changes to it anyway.

Signed-off-by: Joe MacDonald joe_macdonald@mentor.com