[PATCH] eap_peer: add .gitignore with *.so

Johannes Berg johannes at sipsolutions.net
Fri Oct 16 03:21:25 EDT 2020


From: Johannes Berg <johannes.berg at intel.com>

If wpa_supplicant is built with dynamic EAP methods,
the *.so files land here. Add them to .gitignore.

Signed-off-by: Johannes Berg <johannes.berg at intel.com>
---
 src/eap_peer/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 src/eap_peer/.gitignore

diff --git a/src/eap_peer/.gitignore b/src/eap_peer/.gitignore
new file mode 100644
index 000000000000..140f8cf80f2c
--- /dev/null
+++ b/src/eap_peer/.gitignore
@@ -0,0 +1 @@
+*.so
-- 
2.26.2




More information about the Hostap mailing list