diff options
Diffstat (limited to '.gitignore')
-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.* |