aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-03 00:57:16 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-05 18:07:33 +0200
commit4527abb8ed294208ceaa616a4a9dc57b5a3bd6b7 (patch)
tree463a4f24b720e84ef6b9f8ad0db872f08fc865a2
parenta3558f428c292cdef3595916d23e397abb21b6b4 (diff)
Add 'patches' directory to the ignored list of files in .gitignore
The quilt tool is still widely used in conjunction with git, it needs a specific directory, by convention 'patches' to store the patches for the serie. Add this directory in the .gitignore file, so we are no longer annoyed by this directory when we check the status of git reporting it as an untracked file. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Larry Bassel <larry.bassel@linaro.org> Tested-by: Larry Bassel <larry.bassel@linaro.org>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 968abde..4ee98b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@
*.orig
*~
\#*#
+patches
#
# Top-level files