From 2142c227f94255c47c690edd004e8bf3fabdc44e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 20 Dec 2018 23:12:17 -0500 Subject: .gitignore: Add files generated by GNU Autoconf and Automake --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e05b09e..02408f1 100644 --- a/.gitignore +++ b/.gitignore @@ -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.* -- cgit v0.9.1