]> Dogcows Code - chaz/homebank/commitdiff
Merge branch 'upstream'
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 28 Dec 2016 22:49:18 +0000 (15:49 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 28 Dec 2016 22:49:18 +0000 (15:49 -0700)
.gitignore [new file with mode: 0644]
bootstrap [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..894d66d
--- /dev/null
@@ -0,0 +1,35 @@
+*.gmo
+*.la
+*.lo
+*.o
+*.so
+.bzr
+.deps
+.libs
+/aclocal.m4
+/autom4te.cache
+/compile
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/data/homebank.desktop
+/data/homebank.desktop.in
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/m4
+/missing
+/mkinstalldirs
+/po/.intltool-merge-cache
+/po/POTFILES
+/po/stamp-it
+/src/.deps
+/src/homebank
+/stamp-h1
+Makefile
+Makefile.in
diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..83328e3
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal \
+&& autoheader \
+&& automake --gnu --add-missing \
+&& autoconf
+
This page took 0.020709 seconds and 4 git commands to generate.