diff options
author | Emil Velikov <[email protected]> | 2017-08-30 16:29:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-06 17:48:50 +0100 |
commit | 368734d014510aa82403a8064c5f57a76d0ba406 (patch) | |
tree | 28fdd6ea87a408f15d5bfed7f5940e90f846635d /.gitignore | |
parent | c9d449de640f62d83149e64015029b466c44b12c (diff) |
.gitignore: list *.orig and *.rej
Should prevent accidental check-in of patch artefacts.
Suggested-by: Mike Lothian <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 964409265fa..b79828c9a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,13 @@ *.log *.o *.obj +*.orig *.os *.pc *.pdb *.pyc *.pyo +*.rej *.so *.so.* *.sw[a-z] |