summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOssama Othman <ossama.othman@intel.com>2013-10-03 13:35:02 -0700
committerOssama Othman <ossama.othman@intel.com>2013-10-03 14:10:29 -0700
commit9481ce3c822a1c9734068f8902e79547afc0d38b (patch)
tree096aa0fc6eba1c8449281385476f795924d94802 /.gitignore
parent38bb9a71ff04daff8702f20fed901831b690e29b (diff)
downloadsettings-daemon-9481ce3c822a1c9734068f8902e79547afc0d38b.tar.gz
settings-daemon-9481ce3c822a1c9734068f8902e79547afc0d38b.tar.bz2
settings-daemon-9481ce3c822a1c9734068f8902e79547afc0d38b.zip
This daemon provides a native backend to the Settings app. It fills functionality gaps in the Web API, such as WiFi and date/time, required by the Settings app. This version contains support for unsecured WiFi connections and setting the date and time. Change-Id: I2810d0910029c4ed146e9ff740c246d428767649 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d23065
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+*.o
+*.lo
+*.la
+*.so*
+*.a
+*~
+*#*#
+config.log
+config.status
+Makefile
+Makefile.in
+.deps
+INSTALL
+missing
+aclocal.m4
+ar-lib
+autom4te.cache/
+compile
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+.libs
+stamp*
+etc/settingsd.conf
+src/settingsd
+tests/settings_test
+config.*
+!src/config.h
+!packaging/settingsd.socket
+*.tar.*
+docs
+*-glue.[hc]
+core*
+