summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlvarito050506 <donfrutosgomez@gmail.com>2021-06-24 03:53:12 +0000
committerÁlvaro Torralba <donfrutosgomez@gmail.com>2021-07-06 18:46:09 +0000
commit7ae8a89a8b5b77e2632c3ec1aa84e13730d0671d (patch)
tree191484d9ba8d7317b53b660e2e9c74ed68cbcac8 /.gitignore
parent365bc163c2337851dd607ceb18165fc37587307d (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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b81eee66..70311143 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ cscope.out
TAGS
00*.patch
+
+build/