diff options
author | David Laban <david.laban@collabora.co.uk> | 2011-02-11 12:59:48 +0000 |
---|---|---|
committer | David Laban <david.laban@collabora.co.uk> | 2011-02-12 09:55:09 +0000 |
commit | 359b4003726927a1820c8953a06b16bad3dfe92c (patch) | |
tree | 450cb676d52ceca417124f292c8fdf7cec8d2e89 /.gitignore | |
parent | e2d72636a1a8a04026ba0a759bb7c4984ce4cc47 (diff) |
More ignore rules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -15,8 +15,8 @@ tests/twisted/tools/tmp-session-bus.conf signals-marshal.[ch] src/*-enumtypes.[ch] -# Distribution tarballs -/telepathy-sofiasip-*.tar.gz* +# Distribution tarballs and distcheck trees. +/telepathy-sofiasip-* # Output files and build directories .deps @@ -56,6 +56,8 @@ Makefile # The autoinstalled GNU autotools boilerplate /INSTALL -# Eclipse project files +# Eclipse project files and editor cruft /.*project /.settings +.*.swp +*~ |