]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
gitignore: Add various things
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 09:50:01 +0000 (11:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Oct 2020 10:06:53 +0000 (13:06 +0300)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
19 files changed:
tests/fuzzing/ap-mgmt/.gitignore [new file with mode: 0644]
tests/fuzzing/asn1/.gitignore [new file with mode: 0644]
tests/fuzzing/dpp-uri/.gitignore [new file with mode: 0644]
tests/fuzzing/eap-aka-peer/.gitignore [new file with mode: 0644]
tests/fuzzing/eap-mschapv2-peer/.gitignore [new file with mode: 0644]
tests/fuzzing/eap-sim-peer/.gitignore [new file with mode: 0644]
tests/fuzzing/eapol-key-auth/.gitignore [new file with mode: 0644]
tests/fuzzing/eapol-key-supp/.gitignore [new file with mode: 0644]
tests/fuzzing/eapol-supp/.gitignore [new file with mode: 0644]
tests/fuzzing/json/.gitignore [new file with mode: 0644]
tests/fuzzing/p2p/.gitignore [new file with mode: 0644]
tests/fuzzing/sae/.gitignore [new file with mode: 0644]
tests/fuzzing/tls-client/.gitignore [new file with mode: 0644]
tests/fuzzing/tls-server/.gitignore [new file with mode: 0644]
tests/fuzzing/wnm/.gitignore [new file with mode: 0644]
tests/fuzzing/x509/.gitignore [new file with mode: 0644]
tests/p2p-fuzzer/.gitignore [new file with mode: 0644]
wpa_supplicant/doc/docbook/.gitignore
wpa_supplicant/wpa_gui-qt4/icons/.gitignore [new file with mode: 0644]

diff --git a/tests/fuzzing/ap-mgmt/.gitignore b/tests/fuzzing/ap-mgmt/.gitignore
new file mode 100644 (file)
index 0000000..8d79d3c
--- /dev/null
@@ -0,0 +1 @@
+ap-mgmt
diff --git a/tests/fuzzing/asn1/.gitignore b/tests/fuzzing/asn1/.gitignore
new file mode 100644 (file)
index 0000000..69d0e5c
--- /dev/null
@@ -0,0 +1 @@
+asn1
diff --git a/tests/fuzzing/dpp-uri/.gitignore b/tests/fuzzing/dpp-uri/.gitignore
new file mode 100644 (file)
index 0000000..6dd2764
--- /dev/null
@@ -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 (file)
index 0000000..d11f75f
--- /dev/null
@@ -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 (file)
index 0000000..3368b21
--- /dev/null
@@ -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 (file)
index 0000000..ea94e26
--- /dev/null
@@ -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 (file)
index 0000000..f693f2c
--- /dev/null
@@ -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 (file)
index 0000000..dcbbbdb
--- /dev/null
@@ -0,0 +1 @@
+eapol-key-supp
diff --git a/tests/fuzzing/eapol-supp/.gitignore b/tests/fuzzing/eapol-supp/.gitignore
new file mode 100644 (file)
index 0000000..e370093
--- /dev/null
@@ -0,0 +1 @@
+eapol-supp
diff --git a/tests/fuzzing/json/.gitignore b/tests/fuzzing/json/.gitignore
new file mode 100644 (file)
index 0000000..3c84009
--- /dev/null
@@ -0,0 +1 @@
+json
diff --git a/tests/fuzzing/p2p/.gitignore b/tests/fuzzing/p2p/.gitignore
new file mode 100644 (file)
index 0000000..8bea15d
--- /dev/null
@@ -0,0 +1 @@
+p2p
diff --git a/tests/fuzzing/sae/.gitignore b/tests/fuzzing/sae/.gitignore
new file mode 100644 (file)
index 0000000..1bb9591
--- /dev/null
@@ -0,0 +1 @@
+sae
diff --git a/tests/fuzzing/tls-client/.gitignore b/tests/fuzzing/tls-client/.gitignore
new file mode 100644 (file)
index 0000000..b41f936
--- /dev/null
@@ -0,0 +1 @@
+tls-client
diff --git a/tests/fuzzing/tls-server/.gitignore b/tests/fuzzing/tls-server/.gitignore
new file mode 100644 (file)
index 0000000..341256f
--- /dev/null
@@ -0,0 +1 @@
+tls-server
diff --git a/tests/fuzzing/wnm/.gitignore b/tests/fuzzing/wnm/.gitignore
new file mode 100644 (file)
index 0000000..0e1d383
--- /dev/null
@@ -0,0 +1 @@
+wnm
diff --git a/tests/fuzzing/x509/.gitignore b/tests/fuzzing/x509/.gitignore
new file mode 100644 (file)
index 0000000..490a5d7
--- /dev/null
@@ -0,0 +1 @@
+x509
diff --git a/tests/p2p-fuzzer/.gitignore b/tests/p2p-fuzzer/.gitignore
new file mode 100644 (file)
index 0000000..ee9420d
--- /dev/null
@@ -0,0 +1 @@
+p2p-fuzzer
index 8c3945c526b5466baf658edd5baf05466048cf5a..dac35c5a5edd558500a32ce78efba0c397948a8a 100644 (file)
@@ -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 (file)
index 0000000..8d772cc
--- /dev/null
@@ -0,0 +1,2 @@
+hicolor
+pixmaps