diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:40:11 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:40:11 (EST) |
commit | 20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 (patch) | |
tree | bf0f90695808884889e69b83ae898da21a55eccb /.gitignore | |
parent | b732112c8e1b99ade1c89fa51ec1683fae05b21c (diff) | |
parent | 20223fd13a6fadc7ea5a6519bb72a1e395b43223 (diff) |
Merge branch 'feature/autoconf-and-automake'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 30 insertions, 6 deletions
@@ -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 |