Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Autotoolize again #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
*.pyc
*.o
src/ybinlogp
.*.swp
build/
logs/

# autotools stuff
*.in
*.la
*.lo
.deps/
.libs/
Makefile
aclocal.m4
autom4te.cache
autoscan.log
compile
config.guess
config.h
config.h.in~
config.log
config.status
config.sub
configure
configure.scan
depcomp
install-sh
libtool
ltmain.sh
m4/
missing
stamp*
*.tar.gz
py-compile
*.log
*.trs
test-driver
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
James Brown <[email protected]>
Daniel Nephin <[email protected]>
File renamed without changes.
Empty file added ChangeLog
Empty file.
Loading