summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2015-03-25 09:08:33 +0100
committerJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2015-03-26 13:58:59 +0100
commit851565499527e2d44047de3f6cbe9dd3a84a6c74 (patch)
tree0cc88c4adf0c5910b8be88c7ac73b3b431881f2c /.gitignore
parent401cca51de36c668cd81cb44161e52fb7db50266 (diff)
downloadnode-health-monitor-851565499527e2d44047de3f6cbe9dd3a84a6c74.tar.gz
Adaptions after GENIVI code review1.3.5
Improved the code and documentation based on the review comments from Jeremiah Foster, Jürnjakob Harder and Gianpaolo Macario. The follwing adaptions were done: - In the README: - a link to the public wiki is given - improved description of dependencies and build instructions - explained the unit test - Defined the CODE_STYLE - Fixed compiler warning, because of the deprecated "g_type_init" call for glib >= 2.36.0 Change-Id: I7872e85de1f501e895a88ea9971b7e7c366ab7af Signed-off-by: Jean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f8c0ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+.autotools
+.cproject
+.project
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+cfg/Makefile
+cfg/Makefile.in
+cfg/node-health-monitor.pc
+cfg/node-health-monitor.service
+cfg/org.genivi.NodeHealthMonitor.service
+compile
+config.log
+config.status
+configure
+depcomp
+gen/Makefile
+gen/Makefile.in
+gen/nhm-dbus-info.c
+gen/nhm-dbus-info.h
+gen/nsm-dbus-consumer.c
+gen/nsm-dbus-consumer.h
+gen/nsm-dbus-lc-consumer.c
+gen/nsm-dbus-lc-consumer.h
+gen/nsm-dbus-lc-control.c
+gen/nsm-dbus-lc-control.h
+inc/Makefile
+inc/Makefile.in
+install-sh
+missing
+mod/Makefile
+mod/Makefile.in
+src/.deps/
+src/Makefile
+src/Makefile.in
+src/node-health-monitor
+src/node_health_monitor-nhm-dbus-info.o
+src/node_health_monitor-nhm-helper.o
+src/node_health_monitor-nhm-main.o
+src/node_health_monitor-nhm-systemd.o
+src/node_health_monitor-nsm-dbus-consumer.o
+src/node_health_monitor-nsm-dbus-lc-consumer.o
+src/node_health_monitor-nsm-dbus-lc-control.o
+tst/.deps/
+tst/Makefile
+tst/Makefile.in