mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 00:10:15 +01:00
gitignore: ignore /libgsystem/
When switching to and fro old branches, you end up with the (now removed) libgsystem submodule. As `git clean -fd` refuses to remove git-repositories, this is especially annoying. Tell git to ignore it. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
cf10c8de8e
commit
4b9dc30988
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -134,6 +134,8 @@ valgrind-*.log
|
|||
|
||||
/introspection/all.xml
|
||||
|
||||
/libgsystem/
|
||||
|
||||
/libnm-core/nm-version.h
|
||||
/libnm-core/tests/test-crypto
|
||||
/libnm-core/tests/test-settings-defaults
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue