]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
eap_peer: Add .gitignore with *.so
authorJohannes Berg <johannes.berg@intel.com>
Fri, 16 Oct 2020 07:21:25 +0000 (09:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 16 Oct 2020 09:34:16 +0000 (12:34 +0300)
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 [new file with mode: 0644]

diff --git a/src/eap_peer/.gitignore b/src/eap_peer/.gitignore
new file mode 100644 (file)
index 0000000..140f8cf
--- /dev/null
@@ -0,0 +1 @@
+*.so