diff options
author | Burt P <pburt0@gmail.com> | 2017-04-09 22:46:55 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-10 06:54:51 -0700 |
commit | c12b619ca412797c0fd40846409c9620bc99c239 (patch) | |
tree | 60f9a2fde67f28ab5e975b33b19881c0dc732df9 /.gitignore | |
parent | 91f07a0c09a349fd55659a18a5a6906c9ef969bb (diff) |
.gitignore: add build/
Everyone who follows the official build instructions will have a
build/.
Makes `git status` cleaner.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ config.h *.o *~ arch/this +build/ + |