]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
A note on the remotes meta
authorMichael Howe <michael@michaelhowe.org>
Thu, 22 Oct 2015 13:26:51 +0000 (14:26 +0100)
committerMichael Howe <michael@michaelhowe.org>
Thu, 22 Oct 2015 13:26:51 +0000 (14:26 +0100)
.dir-locals.el [new file with mode: 0644]
.gitignore [new file with mode: 0644]
remotes.txt [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..116c563
--- /dev/null
@@ -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 (file)
index 0000000..b5a261e
--- /dev/null
@@ -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 (file)
index 0000000..3359282
--- /dev/null
@@ -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)