diff options
author | beenje <beenje@svn> | 2010-02-04 18:26:44 +0000 |
---|---|---|
committer | beenje <beenje@svn> | 2010-02-04 18:26:44 +0000 |
commit | d87820ce3c77a2d66424ba33ddc4f5eb64054877 (patch) | |
tree | 80a21d8c7fe412c557897c3aa5f8a0103afb6e5c /.gitignore | |
parent | c8fee8a8466b1ec7b91f1406ff6a46d1ea02954e (diff) |
added: *.dylib to .gitignore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2311b7005..16ea3cd0ef 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ config.log *.l[oa] *.so *.so.* +*.dylib *.lineno *.py[co] |