diff options
author | Alvarito050506 <donfrutosgomez@gmail.com> | 2021-06-24 03:53:12 +0000 |
---|---|---|
committer | Álvaro Torralba <donfrutosgomez@gmail.com> | 2021-07-06 18:46:09 +0000 |
commit | 7ae8a89a8b5b77e2632c3ec1aa84e13730d0671d (patch) | |
tree | 191484d9ba8d7317b53b660e2e9c74ed68cbcac8 /.gitignore | |
parent | 365bc163c2337851dd607ceb18165fc37587307d (diff) |
gitignore: Ignore the build/ directory.
Do this because the README uses it to demonstrate the build process.
Signed-off-by: Alvarito050506 <donfrutosgomez@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ cscope.out TAGS 00*.patch + +build/ |