diff options
author | Mathias Hasselmann <hasselmm@gnome.org> | 2009-10-19 22:40:21 +0200 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@gnome.org> | 2009-10-20 21:19:54 +0200 |
commit | 324498ec6af10a73133c1ff8222658a2dbc46615 (patch) | |
tree | 2d4f592c64f3df0379939bdce4c15a88ee0c8b9a /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f434f72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.*.sw? +.deps +.dirstamp +*.o + +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/compile +/config.* +/configure +/depcomp +/facebook.conf +/install-sh +/libtool +/ltmain.sh +/missing +/src/telepathy-gruschler +/stamp-h1 +/tests/test-facebook |