diff options
author | Michel Dänzer <[email protected]> | 2019-05-03 10:12:56 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-05-06 12:11:44 +0200 |
commit | 28784e494e07d890cc2f30d8302f130bf5ff94b6 (patch) | |
tree | 0ab681481a3db9072f22f143ef6b17d718db6d36 /.gitignore | |
parent | 5cbe12ad1b8934c932f19070044563b9f3b9ab21 (diff) |
Restore erroneously removed .gitignore entry for "build" directory
It was removed in "delete autotools .gitignore files", but the build
directory is created by scons.
[Skip CI]
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52e4e61140d..a8917c269b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.pyo +build |