OSDN Git Service

Add .gitignore.
authorrelan <relan@users.noreply.github.com>
Tue, 4 Aug 2015 15:17:54 +0000 (18:17 +0300)
committerrelan <relan@users.noreply.github.com>
Wed, 26 Aug 2015 08:50:43 +0000 (11:50 +0300)
It hides everything produced by autoreconf -i && ./configure && make.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9903983
--- /dev/null
@@ -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