diff options
author | Changyeon Lee <cyeon.lee@samsung.com> | 2014-04-17 14:39:57 +0900 |
---|---|---|
committer | Changyeon Lee <cyeon.lee@samsung.com> | 2014-04-17 14:46:36 +0900 |
commit | 1e3e55a7eae8c22202172abb73e9f11fed4bb09e (patch) | |
tree | 93fe283f65067d593f4312ccbfb6fb0eeab07d26 /.gitignore | |
parent | 0ac4665e4869874f94154e0c5a653aa4f446199c (diff) | |
parent | 91e9762dbe9f8d557e2f4242cd06156a00696cce (diff) | |
download | xcb-proto-1e3e55a7eae8c22202172abb73e9f11fed4bb09e.tar.gz xcb-proto-1e3e55a7eae8c22202172abb73e9f11fed4bb09e.tar.bz2 xcb-proto-1e3e55a7eae8c22202172abb73e9f11fed4bb09e.zip |
Merge branch 'devel/upgrade' into tizensubmit/tizen/20140417.073530accepted/tizen/mobile/20140519.082429
Change-Id: I6cbfae8f651ede15c0567c28f5d76cc212f26428
Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91876c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +aclocal.m4 +autom4te.cache +compile +depcomp +install-sh +libtool +ltmain.sh +missing +mkinstalldirs +py-compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.lineno +.deps +.dirstamp +.libs +*.lo +*.loT +*.la +Makefile +Makefile.in +stamp-h1 +*.o +*.pc +*.tar.bz2 +*.tar.gz |