mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +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
|
||||
*.gcda
|
||||
*.la
|
||||
*.a
|
||||
*-*.gir
|
||||
*.typelib
|
||||
*.stamp
|
||||
|
|
@ -74,7 +75,6 @@ test-*.trs
|
|||
/clients/common/tests/test-clients-common
|
||||
/clients/common/tests/test-libnm-core-aux
|
||||
/clients/nm-online
|
||||
/clients/tui/newt/libnmt-newt.a
|
||||
/clients/tui/nmtui
|
||||
|
||||
/data/NetworkManager.service
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue