[PATCH v5 15/15] gitignore: add various things

Johannes Berg johannes at sipsolutions.net
Wed Sep 9 18:04:02 EDT 2020


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

Signed-off-by: Johannes Berg <johannes.berg at intel.com>
---
 tests/fuzzing/ap-mgmt/.gitignore            | 1 +
 tests/fuzzing/asn1/.gitignore               | 1 +
 tests/fuzzing/dpp-uri/.gitignore            | 1 +
 tests/fuzzing/eap-aka-peer/.gitignore       | 1 +
 tests/fuzzing/eap-mschapv2-peer/.gitignore  | 1 +
 tests/fuzzing/eap-sim-peer/.gitignore       | 1 +
 tests/fuzzing/eapol-key-auth/.gitignore     | 1 +
 tests/fuzzing/eapol-key-supp/.gitignore     | 1 +
 tests/fuzzing/eapol-supp/.gitignore         | 1 +
 tests/fuzzing/json/.gitignore               | 1 +
 tests/fuzzing/p2p/.gitignore                | 1 +
 tests/fuzzing/sae/.gitignore                | 1 +
 tests/fuzzing/tls-client/.gitignore         | 1 +
 tests/fuzzing/tls-server/.gitignore         | 1 +
 tests/fuzzing/wnm/.gitignore                | 1 +
 tests/fuzzing/x509/.gitignore               | 1 +
 tests/p2p-fuzzer/.gitignore                 | 1 +
 wpa_supplicant/doc/docbook/.gitignore       | 1 +
 wpa_supplicant/wpa_gui-qt4/icons/.gitignore | 2 ++
 19 files changed, 20 insertions(+)
 create mode 100644 tests/fuzzing/ap-mgmt/.gitignore
 create mode 100644 tests/fuzzing/asn1/.gitignore
 create mode 100644 tests/fuzzing/dpp-uri/.gitignore
 create mode 100644 tests/fuzzing/eap-aka-peer/.gitignore
 create mode 100644 tests/fuzzing/eap-mschapv2-peer/.gitignore
 create mode 100644 tests/fuzzing/eap-sim-peer/.gitignore
 create mode 100644 tests/fuzzing/eapol-key-auth/.gitignore
 create mode 100644 tests/fuzzing/eapol-key-supp/.gitignore
 create mode 100644 tests/fuzzing/eapol-supp/.gitignore
 create mode 100644 tests/fuzzing/json/.gitignore
 create mode 100644 tests/fuzzing/p2p/.gitignore
 create mode 100644 tests/fuzzing/sae/.gitignore
 create mode 100644 tests/fuzzing/tls-client/.gitignore
 create mode 100644 tests/fuzzing/tls-server/.gitignore
 create mode 100644 tests/fuzzing/wnm/.gitignore
 create mode 100644 tests/fuzzing/x509/.gitignore
 create mode 100644 tests/p2p-fuzzer/.gitignore
 create mode 100644 wpa_supplicant/wpa_gui-qt4/icons/.gitignore

diff --git a/tests/fuzzing/ap-mgmt/.gitignore b/tests/fuzzing/ap-mgmt/.gitignore
new file mode 100644
index 000000000000..8d79d3c8062d
--- /dev/null
+++ b/tests/fuzzing/ap-mgmt/.gitignore
@@ -0,0 +1 @@
+ap-mgmt
diff --git a/tests/fuzzing/asn1/.gitignore b/tests/fuzzing/asn1/.gitignore
new file mode 100644
index 000000000000..69d0e5c726be
--- /dev/null
+++ b/tests/fuzzing/asn1/.gitignore
@@ -0,0 +1 @@
+asn1
diff --git a/tests/fuzzing/dpp-uri/.gitignore b/tests/fuzzing/dpp-uri/.gitignore
new file mode 100644
index 000000000000..6dd276499bef
--- /dev/null
+++ b/tests/fuzzing/dpp-uri/.gitignore
@@ -0,0 +1 @@
+dpp-uri
diff --git a/tests/fuzzing/eap-aka-peer/.gitignore b/tests/fuzzing/eap-aka-peer/.gitignore
new file mode 100644
index 000000000000..d11f75fe3bd9
--- /dev/null
+++ b/tests/fuzzing/eap-aka-peer/.gitignore
@@ -0,0 +1 @@
+eap-aka-peer
diff --git a/tests/fuzzing/eap-mschapv2-peer/.gitignore b/tests/fuzzing/eap-mschapv2-peer/.gitignore
new file mode 100644
index 000000000000..3368b213cf0c
--- /dev/null
+++ b/tests/fuzzing/eap-mschapv2-peer/.gitignore
@@ -0,0 +1 @@
+eap-mschapv2-peer
diff --git a/tests/fuzzing/eap-sim-peer/.gitignore b/tests/fuzzing/eap-sim-peer/.gitignore
new file mode 100644
index 000000000000..ea94e26e2eb8
--- /dev/null
+++ b/tests/fuzzing/eap-sim-peer/.gitignore
@@ -0,0 +1 @@
+eap-sim-peer
diff --git a/tests/fuzzing/eapol-key-auth/.gitignore b/tests/fuzzing/eapol-key-auth/.gitignore
new file mode 100644
index 000000000000..f693f2cd05c0
--- /dev/null
+++ b/tests/fuzzing/eapol-key-auth/.gitignore
@@ -0,0 +1 @@
+eapol-key-auth
diff --git a/tests/fuzzing/eapol-key-supp/.gitignore b/tests/fuzzing/eapol-key-supp/.gitignore
new file mode 100644
index 000000000000..dcbbbdb02651
--- /dev/null
+++ b/tests/fuzzing/eapol-key-supp/.gitignore
@@ -0,0 +1 @@
+eapol-key-supp
diff --git a/tests/fuzzing/eapol-supp/.gitignore b/tests/fuzzing/eapol-supp/.gitignore
new file mode 100644
index 000000000000..e370093d82a3
--- /dev/null
+++ b/tests/fuzzing/eapol-supp/.gitignore
@@ -0,0 +1 @@
+eapol-supp
diff --git a/tests/fuzzing/json/.gitignore b/tests/fuzzing/json/.gitignore
new file mode 100644
index 000000000000..3c840093b758
--- /dev/null
+++ b/tests/fuzzing/json/.gitignore
@@ -0,0 +1 @@
+json
diff --git a/tests/fuzzing/p2p/.gitignore b/tests/fuzzing/p2p/.gitignore
new file mode 100644
index 000000000000..8bea15da48ef
--- /dev/null
+++ b/tests/fuzzing/p2p/.gitignore
@@ -0,0 +1 @@
+p2p
diff --git a/tests/fuzzing/sae/.gitignore b/tests/fuzzing/sae/.gitignore
new file mode 100644
index 000000000000..1bb959165a21
--- /dev/null
+++ b/tests/fuzzing/sae/.gitignore
@@ -0,0 +1 @@
+sae
diff --git a/tests/fuzzing/tls-client/.gitignore b/tests/fuzzing/tls-client/.gitignore
new file mode 100644
index 000000000000..b41f93681f4d
--- /dev/null
+++ b/tests/fuzzing/tls-client/.gitignore
@@ -0,0 +1 @@
+tls-client
diff --git a/tests/fuzzing/tls-server/.gitignore b/tests/fuzzing/tls-server/.gitignore
new file mode 100644
index 000000000000..341256f57f3f
--- /dev/null
+++ b/tests/fuzzing/tls-server/.gitignore
@@ -0,0 +1 @@
+tls-server
diff --git a/tests/fuzzing/wnm/.gitignore b/tests/fuzzing/wnm/.gitignore
new file mode 100644
index 000000000000..0e1d383dc444
--- /dev/null
+++ b/tests/fuzzing/wnm/.gitignore
@@ -0,0 +1 @@
+wnm
diff --git a/tests/fuzzing/x509/.gitignore b/tests/fuzzing/x509/.gitignore
new file mode 100644
index 000000000000..490a5d71f3f2
--- /dev/null
+++ b/tests/fuzzing/x509/.gitignore
@@ -0,0 +1 @@
+x509
diff --git a/tests/p2p-fuzzer/.gitignore b/tests/p2p-fuzzer/.gitignore
new file mode 100644
index 000000000000..ee9420df0753
--- /dev/null
+++ b/tests/p2p-fuzzer/.gitignore
@@ -0,0 +1 @@
+p2p-fuzzer
diff --git a/wpa_supplicant/doc/docbook/.gitignore b/wpa_supplicant/doc/docbook/.gitignore
index 8c3945c526b5..dac35c5a5edd 100644
--- a/wpa_supplicant/doc/docbook/.gitignore
+++ b/wpa_supplicant/doc/docbook/.gitignore
@@ -1,5 +1,6 @@
 manpage.links
 manpage.refs
+manpage.log
 *.8
 *.5
 *.html
diff --git a/wpa_supplicant/wpa_gui-qt4/icons/.gitignore b/wpa_supplicant/wpa_gui-qt4/icons/.gitignore
new file mode 100644
index 000000000000..8d772cc93884
--- /dev/null
+++ b/wpa_supplicant/wpa_gui-qt4/icons/.gitignore
@@ -0,0 +1,2 @@
+hicolor
+pixmaps
-- 
2.26.2




More information about the Hostap mailing list