diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-18 18:40:42 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-18 18:41:03 -0600 |
commit | fb301909112b310ac1a626a4a65f2942fccb2f7a (patch) | |
tree | a24159570a256ea1777c65fdd87363410d08047b /.gitignore | |
parent | 4d0a05e93902f9bb14418cc36e046131580b46d0 (diff) |
do not hide patch-related file (.orig .rej)
If you want to hide them, add the rule in you local git set-up.
see git config --global core.excludesfiles fo more info
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 47fca4e48f64..441e4bcb5cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,6 @@ /aclocal.m4 /autom4te.cache /autogen.lastrun -/build_env /ChangeLog /config.guess /config.log @@ -127,10 +126,6 @@ test/user-template/user/psprint/pspfontcache # LibreOffice lock files .~lock.*# -# Everyone loves patching -*.orig -*.rej - # Somepeople love debugging gdbtrace.log valgrind.log |