summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-02-20 15:49:36 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2014-02-26 17:49:05 +0100
commit64c8e0c87e02e3a05631d67c9d3072ca87234711 (patch)
treebd403d4a6513a96e68adbbabbdd92df6fc1b6ea2 /.gitignore
parent0edd365a507d716690ba7e7638681a7f9a61f8b9 (diff)
Start bringing in the Makefile.am from gitsh
It introduces the `Makefile.am` from gitsh, and abstracts it a bit. This `Makefile.am`, or most of it, could be dropped into gitsh again. How to use it is documented in `DEVELOPERS.md`. The whole release process is more consistent and simple: `make release` to build a tarball, Homebrew, Arch, Debian, HTML (from manpages), and tag it, pushed to the various repos, and with cleanup. The `release` target is composed of smaller targets that stack well.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 21 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 1bb98fb..f915ceb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,30 @@
+# autotools related files
+Makefile
+Makefile.in
+*/Makefile
+*/Makefile.in
aclocal.m4
autom4te.cache
+autoscan.log
config.log
config.status
-Makefile
-Makefile.in
+configure
+configure.scan
+install-sh
+missing
+depcomp
+
+# Make targets
debian/rcm
debian/rcm.debhelper.log
share/rcm.sh
*deb
-debian/changelog
NEWS.md
-missing
-install-sh
-configure
+rcm-*.tar.gz
+
+# Sub-repositories for release
+gh-pages
+homebrew-formulae
+release-arch
+deb-build
+rcm-*