From f12b0ee472ce462f8392ccc8fe0b72640cb4895e Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 24 Jun 2014 12:35:45 +0200 Subject: [PATCH 1/3] Update .gitignore: remove autotools --- .gitignore | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 69a7bdb..3ee8312 100644 --- a/.gitignore +++ b/.gitignore @@ -9,19 +9,10 @@ *.app *.swp *.la -m4/* -!m4/pkg.m4 -configure -configure_aux -Makefile.in -aclocal.m4 -config.h* -config.log -config.status stamp-h1 -autom4te.cache .deps .libs *.orig build/toxic -Makefile +build/*.o +build/*.d From 9a9ae03e419273feb4c6e7a55de682170bf8d883 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 24 Jun 2014 12:41:49 +0200 Subject: [PATCH 2/3] Update .gitignore: revert previous commit --- .gitignore | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ee8312..69a7bdb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,19 @@ *.app *.swp *.la +m4/* +!m4/pkg.m4 +configure +configure_aux +Makefile.in +aclocal.m4 +config.h* +config.log +config.status stamp-h1 +autom4te.cache .deps .libs *.orig build/toxic -build/*.o -build/*.d +Makefile From 97f8d6c074a99fa6512678cd15d67c3b501bb014 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 24 Jun 2014 13:20:21 +0200 Subject: [PATCH 3/3] README.md: add build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca7450..f08164d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Toxic +# Toxic [![Build Status](https://travis-ci.org/Tox/toxic.png?branch=master)](https://travis-ci.org/Tox/toxic) Toxic is an ncurses based instant messaging client for [Tox](https://tox.im) which formerly resided in the [Tox core repository](https://github.com/irungentoo/toxcore) and is now available as a standalone program. It looks like [this](http://i.imgur.com/hL7WhVl.png). ## Installation