diff options
author | Andrey Skvortsov <andrej.skvortzov@gmail.com> | 2015-02-12 18:01:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-12 21:54:13 -0500 |
commit | dd10ca6c95600c0c357e724da4e5eb47066e3854 (patch) | |
tree | ee0062d7a622a089e59587e1baf616a2a51bd3d5 | |
parent | f56141e3e2d9aabf7e6b89680ab572c2cdbb2a24 (diff) |
gitignore: ignore tar-install build directory
Have git ignore the Debian directory created when running:
make tar-pkg / targz-pkg / tarbz2-pkg / tarxz-pkg
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Boaz Harrosh <boaz@plexistor.com>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ce57b79670a5..9ac91060ea64 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -53,6 +53,11 @@ Module.symvers | |||
53 | /debian/ | 53 | /debian/ |
54 | 54 | ||
55 | # | 55 | # |
56 | # tar directory (make tar*-pkg) | ||
57 | # | ||
58 | /tar-install/ | ||
59 | |||
60 | # | ||
56 | # git files that we don't want to ignore even it they are dot-files | 61 | # git files that we don't want to ignore even it they are dot-files |
57 | # | 62 | # |
58 | !.gitignore | 63 | !.gitignore |