Commit 1a832a2e authored by Russ Garrett's avatar Russ Garrett
Browse files

Remove autotools cruft where make distclean failed.

Add .gitignore.
parent f9bf5461
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+29 −0
Original line number Diff line number Diff line
# The actual Makefiles produced
Makefile
Makefile.in

# The local aclocal.m4 file
aclocal.m4

# The output of the configure script
config.guess
config.log
config.status
config.sub

# The configure script itself
configure

# The include directory artifacts
include/config.h
include/stamp-h1

# Various scripts used for libtool and the like
install-sh
libtool
ltmain.sh
missing
depcomp

# Not sure what this one is for
autom4te.cache/*

Makefile.in

deleted100644 → 0
+0 −702

File deleted.

Preview size limit exceeded, changes collapsed.

aclocal.m4

deleted100644 → 0
+0 −1105

File deleted.

Preview size limit exceeded, changes collapsed.

autom4te.cache/output.0

deleted100644 → 0
+0 −22305

File deleted.

Preview size limit exceeded, changes collapsed.

autom4te.cache/requests

deleted100644 → 0
+0 −67

File deleted.

Preview size limit exceeded, changes collapsed.

Loading