9
0
Fork 0

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 7fa10256c3
(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>
This commit is contained in:
Masahiro Yamada 2015-01-29 11:27:53 +09:00 committed by Sascha Hauer
parent 056e2372a3
commit 4aa6819ecb
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

1
defaultenv/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
barebox_default_env*