diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-03 18:30:55 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-03 18:30:55 +0000 |
commit | 5bd0f0c62df42ee45ae4a35a67cdb82ea13a2680 (patch) | |
tree | 23b6770d27da55eca273b137893a3cfca5cf25d2 | |
parent | 8353f55c94b26f71d1b06c7681cbf28148870910 (diff) |
gitignore: add *.rej and *.orig to .gitignore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26454 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e68b0d9f0..31419050a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ /files /package/feeds /package/openwrt-packages +*.orig +*.rej |