From b39a89400c19120a086a52e2c452d46a3f573a56 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Thu, 22 Oct 2015 14:26:51 +0100 Subject: [PATCH 1/1] A note on the remotes --- .dir-locals.el | 8 ++++++++ .gitignore | 19 +++++++++++++++++++ remotes.txt | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 .dir-locals.el create mode 100644 .gitignore create mode 100644 remotes.txt 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) -- 2.39.5