diff options
author | Alwin Esch <alwin.esch@web.de> | 2015-09-13 15:57:53 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2015-09-13 15:57:53 +0200 |
commit | bf94bdbcacc43de6d8b22b9e1dae49d67acf2526 (patch) | |
tree | 711e87bb817c1c7a2a85648d4416abfbc9eee4f4 | |
parent | 09a68bdc796848653faa7baaccd467e670cec75b (diff) |
Update .gitignore to ignore new Makefile's
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c4eb27f570..5afd7ff438 100644 --- a/.gitignore +++ b/.gitignore @@ -530,6 +530,7 @@ lib/cpluff/stamp-h1 # /xbmc/interfaces/ /xbmc/interfaces/Makefile +/xbmc/interfaces/builtins/Makefile /xbmc/interfaces/json-rpc/ServiceDescription.h /xbmc/interfaces/python/Makefile /xbmc/interfaces/python/generated/ @@ -544,6 +545,7 @@ lib/cpluff/stamp-h1 # /xbmc/messaging/ /xbmc/messaging/Makefile +/xbmc/messaging/helpers/Makefile # /xbmc/music/ /xbmc/music/karaoke/Makefile |