diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-16 00:23:44 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-16 07:28:32 +0200 |
commit | e9e3bd0659e761b5b9409d61ae831afc59b983cf (patch) | |
tree | 8c31592f9893e7cff69e590f1066e6cd385ebff8 /.gitignore | |
parent | 31b05fe9ffdc043211a6bd7216a809ab500b9691 (diff) |
do not hide .patch files
to hide more, try git config --global core.excludesfile
Change-Id: I1da4131b943a962797a1f389554139e87fe074bc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 45d72d0111c7..c1aef58fce2b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,3 @@ test/user-template/user/psprint/pspfontcache # Somepeople love debugging gdbtrace.log valgrind.log - -#patches -*.patch |