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 | adc17d86ff69d016b31a1251ef15978c7ee27634 (patch) | |
tree | b4c4cb1bbb1d9c2ca57aa823a49bf7c925992bca /.gitignore | |
parent | 4d4a49043e942d1a2abbfd938576065f1537963b (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 778ad6204..664fa402e 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 |