emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master bb68ed5 37/76: Added ignore rules for byte compiled files.


From: Ian Dunn
Subject: [elpa] master bb68ed5 37/76: Added ignore rules for byte compiled files.
Date: Thu, 23 Feb 2017 19:42:49 -0500 (EST)

branch: master
commit bb68ed57fb8bd036c41c973d7162b17a79ad2e62
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Added ignore rules for byte compiled files.
---
 .bzrignore      |  1 +
 doc/nm-dbus.txt | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 0000000..c531d98
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1 @@
+*.elc
diff --git a/doc/nm-dbus.txt b/doc/nm-dbus.txt
index 89aa5a9..2d49ab0 100644
--- a/doc/nm-dbus.txt
+++ b/doc/nm-dbus.txt
@@ -354,3 +354,37 @@ Settings/0:
   </interface>
 </node>
 "
+
+GetSettings: (a{sa{sv}})
+(("connection"
+  (("id"
+    ("Wired connection 1"))
+   ("uuid"
+    ("68ef4936-b67f-4973-bd31-84ce745f3150"))
+   ("timestamp"
+    (1414346232))
+   ("type"
+    ("802-3-ethernet"))))
+ ("ipv4"
+  (("addresses"
+    (nil))
+   ("dns"
+    (nil))
+   ("method"
+    ("auto"))
+   ("routes"
+    (nil))))
+ ("802-3-ethernet"
+  (("s390-options"
+    (nil))
+   ("mac-address"
+    ((92 249 221 62 23 118)))))
+ ("ipv6"
+  (("addresses"
+    (nil))
+   ("dns"
+    (nil))
+   ("method"
+    ("auto"))
+   ("routes"
+    (nil)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]