aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2024-04-30 09:26:20 -0500
committerLucas De Marchi <lucas.de.marchi@gmail.com>2024-04-30 09:26:20 -0500
commitb0a78466d0d7442022f815a15f00e9b21fe7e455 (patch)
tree397dcfcab4733c4218e4ded672a6700747c01696
parent93f58b81311efc4817c75a9abba6ad60dd840ea0 (diff)
downloadkmod-b0a78466d0d7442022f815a15f00e9b21fe7e455.tar.gz
build: Ignore directories commonly used for out-of-tree build
build/ and build-*/ are commonly used to have multiple out-out-tree builds. Add them to gitignore. Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 29b3102..799897e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,8 @@
/libtool
/stamp-h1
/test-suite.log
+/build
+/build-*
*~
.*.swp