aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-10-16 12:46:28 +0100
committerRichard van der Hoff <richard@matrix.org>2015-10-16 12:46:28 +0100
commitf329642569a47e273e92671aee3e3cf88118d079 (patch)
tree8c5fba8eb6815f98c2a4a93d47af9bfbce50219a /.gitignore
parent80af6b59c5cc7dbf927abab8a52b185590653918 (diff)
downloadpurple-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--.gitignore6
1 files changed, 6 insertions, 0 deletions
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