diff options
author | alcoheca <alcoheca@svn> | 2010-02-02 13:32:46 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-02-02 13:32:46 +0000 |
commit | 0da2b7b801a977f8b2246605cee28ea8aeabb176 (patch) | |
tree | d7b2f836d073a3a87189b3c63727bcfc85270dea /.gitignore | |
parent | 1f146db4a6bf5913f7d9fb4ee41d26900e74fca3 (diff) |
added: *.l[oa], *.so, *.so.* and *.lineno to .gitignore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27401 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9bb8e04483..df65e8497c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ config.log *.mode1v3 *.pbxuser *.[oa] +*.l[oa] +*.so +*.so.* +*.lineno *.py[co] .libs/ |