diff options
author | ceros7 <ceros7@svn> | 2010-03-26 21:14:09 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-03-26 21:14:09 +0000 |
commit | 0776bcd7960bc9d2af08399b3c8f4b5c46625a95 (patch) | |
tree | f4d4e077c7d0e99ac0b0ce9a8bda509a49db8ac7 /.gitignore | |
parent | 85926855162b194565329e61ae59eeaf6616defb (diff) |
Use an auxilary directory for build tools and ensure they're not placed in revision control.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28866 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 20f9fdaac7..713d685ce1 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,10 @@ config.log /build /.dummy.in /.dummy +/build-aux/config.guess +/build-aux/config.sub +/build-aux/install-sh +/build-aux/missing # /guilib/ /guilib/Makefile |