diff options
author | Abhishek Sansanwal <abhishek.s94@samsung.com> | 2017-03-03 17:16:16 +0530 |
---|---|---|
committer | Abhishek Sansanwal <abhishek.s94@samsung.com> | 2017-03-10 08:58:14 +0530 |
commit | fe99ab65955eb4e5ed962d20618aa71fec6419cf (patch) | |
tree | 0124c4298d77cfec919ecc46626fd9f5053ecace /.gitignore | |
parent | 9fd9528ca0d3743e4b21c5606faf76c9397190b4 (diff) | |
download | wifi-master.tar.gz wifi-master.tar.bz2 wifi-master.zip |
Description: Replaced wifi capi with wifi-manager capi
and separated wearable code from ug-wifi-efl
Change-Id: I38660e3cff16b23e5d27af60011a4ad38ca4cc6e
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c826a48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +build_log +*.log +*.pyc +usr +opt +*.o +*.os +*.exe +packages +binaries +*.ipk +*~ +.project +.cproject +CMakeCache.txt +CMakeFiles +Makefile +build-stamp +cmake_install.cmake +install_manifest.txt +configure-stamp +debian/files +debian/net.wifi-qs-dbg.substvars +debian/net.wifi-qs-dbg +debian/net.wifi-qs.install +debian/net.wifi-qs.substvars +debian/net.wifi-qs +debian/wifi-efl-ug-dbg.substvars +debian/wifi-efl-ug-dbg +debian/wifi-efl-ug.install +debian/wifi-efl-ug.postinst.debhelper +debian/wifi-efl-ug.postrm.debhelper +debian/wifi-efl-ug.substvars +debian/wifi-efl-ug +sources/ui-gadget/CMakeCache.txt +sources/ui-gadget/CMakeFiles +sources/ui-gadget/Makefile +sources/ui-gadget/cmake_install.cmake +sources/ui-gadget/install_manifest.txt +sources/ui-gadget/edcs/*.edj +sources/ui-gadget/libug-wifi-efl-UG.so +sources/ui-gadget/libug-wifi-efl-UG.so.0.1.0 +sources/ui-gadget/po/CMakeCache.txt +sources/ui-gadget/po/CMakeFiles +sources/ui-gadget/po/Makefile +sources/ui-gadget/po/cmake_install.cmake +sources/ui-gadget/po/install_manifest.txt +sources/ui-gadget/po/*.mo +sources/wifi-syspopup/CMakeCache.txt +sources/wifi-syspopup/CMakeFiles +sources/wifi-syspopup/Makefile +sources/wifi-syspopup/cmake_install.cmake +sources/wifi-syspopup/install_manifest.txt +sources/wifi-syspopup/net.wifi-qs.desktop +sources/wifi-syspopup/edcs/*.edj +sources/wifi-syspopup/po/CMakeFiles +sources/wifi-syspopup/po/Makefile +sources/wifi-syspopup/po/*.mo +sources/wifi-syspopup/wifi-qs |