diff mbox series

eap_peer: add .gitignore with *.so

Message ID 1602832885-Ic7efb5819d0e3fcd583684c17a9f60de6bedcfc5@changeid
State Accepted
Headers show
Series eap_peer: add .gitignore with *.so | expand

Commit Message

Johannes Berg Oct. 16, 2020, 7:21 a.m. UTC
From: Johannes Berg <johannes.berg@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@intel.com>
---
 src/eap_peer/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 src/eap_peer/.gitignore

Comments

Jouni Malinen Oct. 16, 2020, 8:09 p.m. UTC | #1
On Fri, Oct 16, 2020 at 09:21:25AM +0200, Johannes Berg wrote:
> If wpa_supplicant is built with dynamic EAP methods,
> the *.so files land here. Add them to .gitignore.

Thanks, applied.
diff mbox series

Patch

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