diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-09 13:11:04 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-10 18:23:43 +0100 |
commit | dfddab88ac47ec8a5ac808e94167e98d580c3b09 (patch) | |
tree | 9cbfb66671fabd3c4ba12f92fcc2676e6da1eb05 /.gitignore | |
parent | d24ad0a2023e22ba4a39393e1b3e1840b76440e6 (diff) | |
download | NetworkManager-dfddab88ac47ec8a5ac808e94167e98d580c3b09.tar.gz |
gitignore: ignore *.a files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0a7f0c195a..d93df4061f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |