diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-10-16 12:46:28 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-10-16 12:46:28 +0100 |
commit | f329642569a47e273e92671aee3e3cf88118d079 (patch) | |
tree | 8c5fba8eb6815f98c2a4a93d47af9bfbce50219a /.gitignore | |
parent | 80af6b59c5cc7dbf927abab8a52b185590653918 (diff) | |
download | purple-matrix-f329642569a47e273e92671aee3e3cf88118d079.tar.gz |
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?
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,9 @@ *.obj *.elf +# dependency files +*.d + # Precompiled Headers *.gch *.pch @@ -30,3 +33,6 @@ # Debug files *.dSYM/ + +# ignore eclipse noise +/.cproject |