diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-13 14:18:35 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-13 14:18:35 -0800 |
commit | 5e2f74a75cbb50445a9300d8793bb2ccf2459943 (patch) | |
tree | 72eb07047e0b9d8eb6b2133b1be07416f13d7ce9 /.gitignore | |
parent | 05b4f8492b1f605e78e7ff961cb165a475f456bc (diff) |
Add more files to gitignore
Ignore files from cscope, patch, etc.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,3 +4,15 @@ Config *.a *.so *~ +\#*# +# cscope +cscope.* +ncscope.* +# for patch generation +*.diff +*.patch +*.orig +*.rej +# for quilt +patches +series |