summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-22 17:55:13 -0400
committerDan Winship <danw@gnome.org>2014-07-30 15:56:19 -0400
commit3d25d70461b7ed07c8b998620975daf149dc60d0 (patch)
treed22443121a8aeed393e6f3f341f335242475fff1 /.gitignore
parent25dac5760b66794a8bfc559fa84a9db2c53b9eef (diff)
downloadNetworkManager-3d25d70461b7ed07c8b998620975daf149dc60d0.tar.gz
clients: reorganize source tree, put all the installed clients together
Create a new clients/ subdirectory at the top level, and move cli/ and tui/ into it, as well as nm-online.c (which was previously in test/, which made no sense). cli/ was split into two subdirectories, src/ and completion/. While this does simplify things (given that the completion file and the binary both need to be named "nmcli"), it bloats the source tree, and we can work around it by just renaming the completion file at install time. Then we can combine the two directories into one and just have it all under clients/cli/.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 824291915d..18fb67d45d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -166,7 +166,6 @@ valgrind-*.log
/system-settings/src
/test/libnm-glib-test
/test/libnm_glib_test
-/test/nm-online
/test/nmtestdevices
/libnm-util/nm-version.h
/libnm-util/nm-setting-docs.xml
@@ -219,10 +218,10 @@ valgrind-*.log
/data/org.freedesktop.NetworkManager.service
/data/server.conf
-/cli/src/nmcli
-/cli/src/settings-docs.c
-
-/tui/newt/libnmt-newt.a
-/tui/nmtui
+clients/cli/nmcli
+clients/cli/settings-docs.c
+clients/tui/newt/libnmt-newt.a
+clients/tui/nmtui
+clients/nm-online
/vapi/*.vapi