diff options
author | Hein-Pieter van Braam <hp@tmm.cx> | 2017-10-03 12:54:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 12:54:07 +0200 |
commit | 49afad2b473849415364c03b43a9db568f6a5565 (patch) | |
tree | ab06f798f66f5b24998fed9dd50737c558154c8c | |
parent | 2bece6bbd35c53390b2d3eedcf9b6d9949db518d (diff) | |
parent | 0dc18ab0d6a67c0c34da1826a06d5498931f9093 (diff) |
Merge pull request #11791 from djrm/pr_update_gitignore
Added logs to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d27b8b2b4b..b347b348a5 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ gmon.out # Misc .DS_Store +logs/ # for projects that use SCons for building: http://http://www.scons.org/ .sconf_temp |