mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
gitignore: ignore *.a files
This commit is contained in:
parent
d24ad0a202
commit
dfddab88ac
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
*.la
|
*.la
|
||||||
|
*.a
|
||||||
*-*.gir
|
*-*.gir
|
||||||
*.typelib
|
*.typelib
|
||||||
*.stamp
|
*.stamp
|
||||||
|
|
@ -74,7 +75,6 @@ test-*.trs
|
||||||
/clients/common/tests/test-clients-common
|
/clients/common/tests/test-clients-common
|
||||||
/clients/common/tests/test-libnm-core-aux
|
/clients/common/tests/test-libnm-core-aux
|
||||||
/clients/nm-online
|
/clients/nm-online
|
||||||
/clients/tui/newt/libnmt-newt.a
|
|
||||||
/clients/tui/nmtui
|
/clients/tui/nmtui
|
||||||
|
|
||||||
/data/NetworkManager.service
|
/data/NetworkManager.service
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue