gitignore: Add "local" exempt directory

This allows for hiding local scripts and other artifacts from git.

BRANCH=none
BUG=none
TEST=git checkout -f cros/master
     touch local/myscript
     git status
     # Nothing recommended

Change-Id: I5b2c80b3bf662e1134118e5f269fcecfd73b0cdc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2116799
Tested-by: Craig Hesling <hesling@chromium.org>
Tested-by: George Engelbrecht <engeg@google.com>
Reviewed-by: Jett Rink <jettrink@chromium.org>
Commit-Queue: George Engelbrecht <engeg@google.com>
This commit is contained in:
Craig Hesling 2020-03-23 15:06:12 -07:00 committed by Commit Bot
parent 0377e7a984
commit 4ab2a67117
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
build/
private*/
# A "local" directory for hiding scripts and artifacts from git.
local/
*~
*.swp
*.pyc