summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-29 11:27:53 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-02 11:46:30 +0100
commit4aa6819ecb8914b0dfec03a7bb79746e43806f96 (patch)
tree3658794a4eadff15fb838bedb25fc69ca2d82d2d
parent056e2372a3987a5d217fbeeb41f3041d4ceef309 (diff)
downloadbarebox-4aa6819ecb8914b0dfec03a7bb79746e43806f96.tar.gz
barebox-4aa6819ecb8914b0dfec03a7bb79746e43806f96.tar.xz
gitignore: move "barebox_default_env*" to subdirectory
"barebox_default_env*" is not "Top-level generic files" because they are generated in the defaultenv/ directory since commit 7fa10256c3f4 (defaultenv: Allow multiple defaultenvironment overlays). The comment block of the top-level .gitignore says as follows: # NOTE! Don't add files that are generated in specific # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. Let's follow this rule. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--.gitignore1
-rw-r--r--defaultenv/.gitignore1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a71d81480f..4f8769ae23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ TAGS
/barebox*
System.map
Module.symvers
-barebox_default_env*
#
# git files that we don't want to ignore even it they are dot-files
diff --git a/defaultenv/.gitignore b/defaultenv/.gitignore
new file mode 100644
index 0000000000..40e90d7f57
--- /dev/null
+++ b/defaultenv/.gitignore
@@ -0,0 +1 @@
+barebox_default_env*