From 1d5fbd91357f94c526abacef05c8d1bb889a340d Mon Sep 17 00:00:00 2001 From: relan Date: Tue, 4 Aug 2015 18:17:54 +0300 Subject: [PATCH] Add .gitignore. It hides everything produced by autoreconf -i && ./configure && make. --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9903983 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# autoreconf -i +Makefile.in +/aclocal.m4 +/ar-lib +/autom4te.cache/ +/compile +/configure +/depcomp +/install-sh +/libexfat/config.h.in +/missing + +# ./configure +.deps/ +Makefile +/config.log +/config.status +/libexfat/config.h +/libexfat/stamp-h1 + +# make +*.o +/dump/dumpexfat +/fsck/exfatfsck +/fuse/mount.exfat-fuse +/label/exfatlabel +/libexfat/libexfat.a +/mkfs/mkexfatfs -- 2.11.0