diff options
author | 2010-11-18 05:37:47 -0500 | |
---|---|---|
committer | 2010-11-18 12:07:23 +0100 | |
commit | a417003749a4a9c9a4c6a78b7b962f79f1003278 (patch) | |
tree | d53f5bac50c814c5157d21790d05eff1a9598697 /.gitignore | |
parent | c4494d72899156cd3204516b5da371c1758efeca (diff) | |
download | buildroot-a417003749a4a9c9a4c6a78b7b962f79f1003278.tar.gz buildroot-a417003749a4a9c9a4c6a78b7b962f79f1003278.tar.bz2 |
.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 18588e86ca..685a9c27f3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ /.config *.depend *.o +/*.patch +/*.diff *.orig +*.rej *~ |