diff options
author | MaestroDD <MaestroDD@svn> | 2010-02-02 13:18:15 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2010-02-02 13:18:15 +0000 |
commit | 1f146db4a6bf5913f7d9fb4ee41d26900e74fca3 (patch) | |
tree | 7ffa4ecc3f87c5d1643b398a1dd877b9bbe181a3 /.gitignore | |
parent | 39fbb70618a948bbc6a68ed00110f2e490d7851c (diff) |
added *.[oa] and *.py[co] to .gitignore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27400 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13e2105d13..9bb8e04483 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ config.log *.vcproj.*.user *.mode1v3 *.pbxuser +*.[oa] +*.py[co] .libs/ .deps/ |