diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-29 15:57:07 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-29 15:57:07 +0800 |
commit | 058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa (patch) | |
tree | b44dc7e80ea33fc3b7a690925dd561a3ead76008 /.gitignore | |
download | ibus-pinyin-058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa.tar.gz |
Import IBus template project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da3b6ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*.pyc +*.la +*.lo +*.loT +*.o +*.so +*~ +tags +Makefile.qmake +Makefile +Makefile.in +.deps +.libs +ABOUT-NLS +INSTALL +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +configure +depcomp +gtk-doc.make +install-sh +libtool +ltmain.sh +missing +stamp-h1 +py-compile +ibus-tmpl*.tar.* +ibus-tmpl.spec |