From 20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 01 Mar 2014 19:40:11 -0500 Subject: Merge branch 'feature/autoconf-and-automake'. --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8a6293e..00b4298 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,38 @@ # Swap and backup files -.*.sw* -.sw* -*~ +*.s[a-w]? Session.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake +aclocal.m4 +autom4te.cache/ +configure +build-aux/ +ChangeLog +INSTALL +Makefile.in -# Generated files +# Files generated by configure +config.log +config.status Makefile + +# Files generated by Makefile src/*[^.]?? lib/*.sm lib/*/*.sm +locale/*.ms man/*[^.]?? -locale/*/*.ms -opkhelper-*.tar.* +*-*/ +*-*.tar* + +# Build and destination directories +build/ +build.*/ +dest/ +dest.*/ + +# Patches and build logs +[0-9][0-9][0-9][0-9]-*.patch +*.log -- cgit v0.9.1