diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:12:17 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:12:17 (EST) |
commit | 2142c227f94255c47c690edd004e8bf3fabdc44e (patch) | |
tree | 2f83005a033720f39b9beffbd679faf627c86db0 | |
parent | 6d76e26d1a877d418db42c460e741933d15c05e1 (diff) |
.gitignore: Add files generated by GNU Autoconf and Automake
-rw-r--r-- | .gitignore | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,15 +1,29 @@ # Swap and backup files -.*.sw* -.sw* -*~ +*.s[a-w]? Session.vim +*~ +*.orig -# Generated files +# Files generated by aclocal, autoconf, and automake +aclocal.m4 +autom4te.cache/ +configure +build-aux/ +ChangeLog +INSTALL +Makefile.in + +# Files generated by configure +config.log +config.status Makefile mksysconf + +# Files generated by Makefile src/*[^.]?? lib/*.sm lib/*/*.sm man/*[^.]?? locale/*/*.ms +opkbuild-*/ opkbuild-*.tar.* |