diff options
author | Mike Frysinger | 2010-11-18 11:37:47 +0100 |
---|---|---|
committer | Peter Korsgaard | 2010-11-18 12:07:23 +0100 |
commit | a417003749a4a9c9a4c6a78b7b962f79f1003278 (patch) | |
tree | d53f5bac50c814c5157d21790d05eff1a9598697 /.gitignore | |
parent | gdb: drop local stripping in favor of top level (diff) | |
download | buildroot-a417003749a4a9c9a4c6a78b7b962f79f1003278.tar.gz buildroot-a417003749a4a9c9a4c6a78b7b962f79f1003278.tar.xz buildroot-a417003749a4a9c9a4c6a78b7b962f79f1003278.zip |
.gitignore: ignore more patch related files
Patches shouldn't be committed to the top level, and that is where
`git format-patch` typically operates, so ignore that stuff.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 18588e86c..685a9c27f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ /.config *.depend *.o +/*.patch +/*.diff *.orig +*.rej *~ |