From: Michael Howe Date: Thu, 22 Oct 2015 13:26:51 +0000 (+0100) Subject: A note on the remotes X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b39a89400c19120a086a52e2c452d46a3f573a56;p=packages%2Fb%2Fbup.git A note on the remotes --- b39a89400c19120a086a52e2c452d46a3f573a56 diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..116c563 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,8 @@ +((nil . ()) + (python-mode . ((indent-tabs-mode . nil) + (python-indent-offset . 4))) + (sh-mode . ((indent-tabs-mode . nil) + (sh-basic-offset . 4))) + (c-mode . ((indent-tabs-mode . nil) + (c-basic-offset . 4) + (c-file-style . "BSD")))) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5a261e --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +/bup +/cmd/bup-* +/lib/bup/_version.py +randomgen +memtest +*.o +*.so +*.exe +*.dll +*~ +*.pyc +*.tmp +*.tmp.meta +/build +*.swp +nbproject +/t/sampledata/[bc] +/t/sampledata/etc +/t/tmp/ diff --git a/remotes.txt b/remotes.txt new file mode 100644 index 0000000..3359282 --- /dev/null +++ b/remotes.txt @@ -0,0 +1,6 @@ +alioth git://anonscm.debian.org/collab-maint/bup.git (fetch) +alioth git://anonscm.debian.org/collab-maint/bup.git (push) +timri git://github.com/timri/bup.git (fetch) +timri git://github.com/timri/bup.git (push) +upstream https://github.com/bup/bup.git (fetch) +upstream https://github.com/bup/bup.git (push)