summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-12 12:35:38 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-12 12:37:23 +0100
commit7c90d7d05fea7b61d4fe147a7f340a2226b9c2d7 (patch)
treedeaa3998221ec6857ff46f8d97badd94d4b50366 /.gitignore
parent2d2db85da2a92b4fd1a9bec4009a7992fc935e9f (diff)
.gitignore, *.mk, README, RELEASE: Make $builddir a hidden dir
Use <.tmp> instead of <tmp>. This makes it easier to ignore it in things like recursive searches. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 904829dc0..8786f3c2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Default $builddir:
-/tmp/
+/.tmp/
# checkpatch spurious output. I hope we fix that some day.
/.checkpatch-camelcase.git.