diff options
author | Burt P <pburt0@gmail.com> | 2019-06-29 20:43:51 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-29 18:51:03 -0700 |
commit | 5d83c3e53841cff86dc8cc028aeb1ed32fadab75 (patch) | |
tree | 21b9ead44ab0657c9082298de10f9ab44c576836 | |
parent | 4067290fd5642fce5db32dfa800da909090e0b67 (diff) |
add build-* dirs to .gitignore
I have build-gtk3/ and build-dbg/ that are annoying me
in the git status.
...if you don't mind.
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ config.h *~ arch/this build/ +build-*/ test/build-* po/*.old |