diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-11 13:00:28 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-12 18:19:24 -0400 |
commit | 3c39e45375ef23099572a4cbbd1e8d2f6869c82b (patch) | |
tree | 8529de20be6632a6ba8ed48662e40619d0b610cb /.gitignore | |
parent | 1b4f11c4f023893ef3cddf0fe863da8e67f9373d (diff) |
[osx/ios] refactor depends build system to use config.site, for testing only right now
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0e6a5f3bb4..5415ae3400 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,13 @@ config.log /build/ .DS_Store *.dSYM +/tools/darwin/depends/config.site +/tools/darwin/depends/config.site.mk +/tools/darwin/depends/Makefile +/tools/darwin/depends/Makefile.include +/tools/darwin/depends/configure +/tools/darwin/depends/**/.gitignore +/tools/darwin/depends/**/.installed /tools/osx/osx-depends/**/.gitignore /tools/osx/osx-depends/**/.installed /tools/osx/ios-depends/**/.gitignore |