From a303120342f20b1e6df9a53bfad2b330a8c6fc12 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Jul 2019 00:43:04 -0400 Subject: Initial commit --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a35abd --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake +/aclocal.m4 +/autom4te.cache/ +/configure +/config.h.in +/build-aux/ +/ChangeLog +/INSTALL +Makefile.in + +# Files generated by configure +/config.log +/config.status +Makefile +/config.h +/stamp-h1 + +# Files generated by Makefile +.deps +.dirstamp +*.o +/version.c +/fbcon2png +/fbcon2png-*.tar* +/fbcon2png-*/ -- cgit v0.9.1