diff options
author | Thomas Haller <thaller@redhat.com> | 2019-05-19 14:32:27 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-05-19 14:41:21 +0200 |
commit | 1da7dfc408707b09cd753c8d8ac09b2f5f1f708e (patch) | |
tree | 8f1acb62d57ad00a2e93f423eedddd01c7731723 /examples | |
parent | 5c0dd32622d42d5aa40d8e6796565806e62864f0 (diff) | |
download | NetworkManager-1da7dfc408707b09cd753c8d8ac09b2f5f1f708e.tar.gz |
gitignore: merge gitignore files
For the most part, we only have one main .gitignore file.
There were a few nested files, merge them into the main file.
I find it better to have only one gitignore file, otherwise the
list of ignored files is spread out through the working directory.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/C/qt/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/C/qt/.gitignore b/examples/C/qt/.gitignore deleted file mode 100644 index 8c97223318..0000000000 --- a/examples/C/qt/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/monitor-nm-running -/monitor-nm-running.moc |