diff options
author | David Henningsson <david.henningsson@canonical.com> | 2015-12-18 13:34:46 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2015-12-18 13:34:46 +0100 |
commit | 613784d8ff6078a8c15937a94826f13710f38e35 (patch) | |
tree | 92b5e3dac5e15d5859e41ae88c5cfd5858eb370c /.gitignore | |
parent | 04eb8157533d0ff71cd2a35e8957e43f3e49da83 (diff) |
gitignore: Add .orig and .rej to gitignore
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f41ee72c1..a0f0995f3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ missing mkinstalldirs stamp-* .dirstamp +*.orig +*.rej |