diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-12-01 23:44:49 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-02 00:13:48 +0100 |
commit | fe6ed1e8bf1cb3762eaa7e2cd28f9dd7cb06f8e6 (patch) | |
tree | 96e0aff403611585692ab068017adefed956369c /.gitignore | |
parent | f9eb714c78a78690d5de34ac2bb18930dc54a271 (diff) |
Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
that to dynamically add l10n repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 778ad620447d..664fa402e3fa 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ # autoconf generated stuff /aclocal.m4 /autom4te.cache +/autogen.lastrun /bootstrap /ChangeLog /config.log @@ -30,6 +31,7 @@ /set_soenv /visibility.cxx /post_download +/bin/repo-list # misc /set_soenv.last |