device: renew dhcp leases on awake for software devices
[NetworkManager.git] / .gitignore
index 397524e..fbf35bd 100644 (file)
@@ -6,11 +6,12 @@
 *.gcno
 *.gcda
 *.la
-*.bz2
 *.gir
 *.typelib
 *.stamp
 *-enum-types.[ch]
+*-glue.h
+*.loT
 Makefile
 Makefile.in*
 compile
@@ -28,7 +29,10 @@ gtk-doc.make
 *.pc
 cscope.*out
 valgrind-*.log
-*-glue.h
+test-*.log
+test-*.trs
+
+/NetworkManager-*.tar.*
 
 /ABOUT-NLS
 /COPYING
@@ -41,6 +45,10 @@ valgrind-*.log
 /configure
 /intltool-*
 
+/confdefs.h
+/conftest.[ch]
+/conftest.o.*
+
 /callouts/nm-avahi-autoipd.action
 /callouts/nm-dispatcher
 /callouts/nmdbus-dispatcher.*
@@ -62,7 +70,6 @@ valgrind-*.log
 /docs/api/version.xml
 /docs/api/settings-spec.html
 /docs/api/settings-spec.xml
-/docs/api/spec.html
 /docs/api/*.stamp
 /docs/api/html/
 /docs/api/tmpl/
@@ -129,16 +136,15 @@ valgrind-*.log
 /examples/C/qt/list-connections
 /examples/C/qt/change-ipv4-addresses
 
-/initscript/Slackware/rc.networkmanager
-/initscript/*/[Nn]etwork[Mm]anager
+/shared/nm-version-macros.h
 
 /introspection/all.xml
 /introspection/nmdbus-*.c
 /introspection/nmdbus-*.h
+/introspection/nmdbus-*.xml
 
 /libgsystem/
 
-/libnm-core/nm-version.h
 /libnm-core/tests/test-compare
 /libnm-core/tests/test-crypto
 /libnm-core/tests/test-settings-defaults
@@ -147,13 +153,15 @@ valgrind-*.log
 /libnm-core/tests/test-need-secrets
 /libnm-core/tests/test-secrets
 /libnm-core/tests/test-setting-8021x
+/libnm-core/tests/test-setting-bond
 /libnm-core/tests/test-setting-dcb
 
+/libnm-glib/nm-secret-agent-glue.h
+/libnm-glib/nm-vpn-plugin-glue.h
 /libnm-glib/libnm-glib-test
 /libnm-glib/tests/test-nm-client
 /libnm-glib/tests/test-remote-settings-client
 
-/libnm-util/nm-version.h
 /libnm-util/test-crypto
 /libnm-util/tests/test-crypto
 /libnm-util/tests/test-settings-defaults
@@ -229,6 +237,8 @@ valgrind-*.log
 /policy/org.freedesktop.NetworkManager.policy.in
 
 /src/NetworkManager
+/src/devices/tests/test-arping
+/src/devices/tests/test-lldp
 /src/devices/wifi/tests/test-wifi-ap-utils
 /src/dhcp-manager/nm-dhcp-helper
 /src/dhcp-manager/tests/test-dhcp-dhclient
@@ -236,10 +246,13 @@ valgrind-*.log
 /src/dhcp-manager/tests/test-dhcp-utils
 /src/dnsmasq-manager/tests/test-dnsmasq-utils
 /src/nm-iface-helper
+/src/rdisc/tests/test-rdisc-fake
+/src/rdisc/tests/test-rdisc-linux
 /src/settings/plugins/ibft/tests/test-ibft
+/src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.[ch]
 /src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh
 /src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh-utils
-/src/settings/plugins/ifnet/tests/check_ifnet
+/src/settings/plugins/ifnet/tests/test-ifnet
 /src/settings/plugins/ifupdown/tests/test-ifupdown
 /src/settings/plugins/keyfile/tests/test-keyfile
 /src/supplicant-manager/tests/test-supplicant-config
@@ -252,6 +265,19 @@ valgrind-*.log
 /src/tests/test-resolvconf-capture
 /src/tests/test-route-manager-fake
 /src/tests/test-route-manager-linux
+/src/tests/test-systemd
+/src/tests/test-utils
 /src/tests/test-wired-defname
 
 /vapi/*.vapi
+
+
+# The following names are no longer present on this branch,
+# but they were on older versions. Thus keep ignoring them
+# otherwise when switching branches these untracked files show
+# up.
+/include/
+/initscript/Slackware/rc.networkmanager
+/initscript/*/[Nn]etwork[Mm]anager
+/src/settings/plugins/ifnet/tests/check_ifnet
+