Skip to content

Commit

Permalink
#6: added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Oct 25, 2018
1 parent e020de7 commit 21de10e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.autotools
.project
.cproject
.settings/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
configure
run-test.sh
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
depcomp
install-sh
libtool
ltmain.sh
m4/
missing
src/.deps/
src/.libs/
src/Makefile
src/Makefile.in
src/test-kafka-event
src/lib90_push_notification_kafka_plugin.la
src/lib-test/.deps/
src/lib-test/.dirstamp
src/lib-test/.libs/
src/lib-test/test_kafka_event-push-notification-kafka-event-test.o
src/lib-test/test_kafka_event-test-common.o
src/lib-test/test_kafka_driver-push-notification-kafka-driver-test.o
src/lib-test/test_kafka_driver-test-common.o
src/push-notification-kafka-driver.lo
src/push-notification-kafka-event.lo
src/push-notification-kafka-plugin.lo
src/test-kafka-driver
src/test_kafka_driver-push-notification-kafka-driver.o
stamp-h1

0 comments on commit 21de10e

Please sign in to comment.