diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:30:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:30:55 +0000 |
commit | 1bda5f253040898869baba09a04008ef51009cca (patch) | |
tree | 6f706cb5739ecb22265868fb4a0c71e161ea46ce /.gitignore | |
parent | 8ce6588a4690f3033446613f212d92794b3cb053 (diff) | |
download | upstream-1bda5f253040898869baba09a04008ef51009cca.tar.gz upstream-1bda5f253040898869baba09a04008ef51009cca.tar.bz2 upstream-1bda5f253040898869baba09a04008ef51009cca.zip |
gitignore: add *.rej and *.orig to .gitignore
SVN-Revision: 26454
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e68b0d9f08..31419050ab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ /files /package/feeds /package/openwrt-packages +*.orig +*.rej |