diff options
author | Danny Jeongseok Seo <s.seo@samsung.com> | 2012-02-10 15:31:02 +0900 |
---|---|---|
committer | ByungWoo Lee <bw1212.lee@samsung.com> | 2012-02-10 16:51:42 +0900 |
commit | 6d3c39dd04f9b38b0659905ba1f5951c20904380 (patch) | |
tree | af8bc3b5780c7f0c69bcba7e05599a37a184018c /.gitignore | |
parent | 291c30db05fa243a9b7898ffb7a7f25e6496d55c (diff) | |
download | connection-6d3c39dd04f9b38b0659905ba1f5951c20904380.tar.gz connection-6d3c39dd04f9b38b0659905ba1f5951c20904380.tar.bz2 connection-6d3c39dd04f9b38b0659905ba1f5951c20904380.zip |
Fix bugs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85209fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +CMakeCache.txt +*/CMakeFiles/* +*.cmake +CMakeFiles* +*.a +*.so +Testing +cmake.depends +cmake.check_depends +cmake.check_cache +core +core.* +gmon.out +install_manifest.txt +doc/html/* +*~ +.kdev_include_paths +src.kdev4 +.cproject +.project +tet_captured +tet_lock +*.pc +Makefile +*-test +TC/config +samples/.metadata +TC/results/ +TC/testcase/connection_test +build-stamp +cmake_build_tmp/ +config.cfg +configure-stamp +debian/capi-network-connection-dbg.debhelper.log +debian/capi-network-connection-dbg.substvars +debian/capi-network-connection-dbg/ +debian/capi-network-connection-dev.debhelper.log +debian/capi-network-connection-dev.substvars +debian/capi-network-connection-dev/ +debian/debhelper.log +debian/files +debian/substvars +debian/tmp/ +debian/capi-network-connection.debhelper.log +debian/capi-network-connection.postinst.debhelper +debian/capi-network-connection.postrm.debhelper +debian/capi-network-connection.substvars +debian/capi-network-connection/ +test/connection_test +test/connection_test_regress + |