From f329642569a47e273e92671aee3e3cf88118d079 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 16 Oct 2015 12:46:28 +0100 Subject: Initial attempts at displaying a room in pidgin Not quite sure if this is the right approach yet - in particular, purple distinguishes between active 'conversations', as opposed to 'chats' in the buddy list. Which should our chats be? --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bbf313b..96395d6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ *.obj *.elf +# dependency files +*.d + # Precompiled Headers *.gch *.pch @@ -30,3 +33,6 @@ # Debug files *.dSYM/ + +# ignore eclipse noise +/.cproject -- cgit