diff options
author | Joakim Plate <elupus@ecce.se> | 2013-12-16 21:33:11 +0100 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2013-12-16 21:33:11 +0100 |
commit | be73c532b818a3510fb186bafbbda00b763a35b6 (patch) | |
tree | 0a9132e292fa980d93a355869332c8fbaa3ba976 | |
parent | 738432643d7055603e37e2b6380132a3076915cd (diff) |
git: add some missing files to git ignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eceeef5550..ffd761d519 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ config.log /Makefile.include /aclocal.m4 /autom4te.cache/ +/build-aux/compile /build-aux/config.guess /build-aux/config.sub /build-aux/install-sh @@ -324,6 +325,9 @@ lib/cmyth/Makefile /project/obj /project/output +# /project/cmake +/project/cmake/xbmc-config.cmake + # /project/Win32BuildSetup/ /project/Win32BuildSetup/XBMC.log /project/Win32BuildSetup/XBMCSetup*.exe |