Fix .gitignore files to not ignore subdirectory matches
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 7 Oct 2010 08:04:16 +0000 (11:04 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 Oct 2010 08:04:16 +0000 (11:04 +0300)
The previous used .gitignore files were mathing some files that
were actually already in the repository (e.g.,
hostapd/logwatch/hostapd). Avoid this by listing the conflicting
entries in the root directory .gitignore with full path.

.gitignore
hostapd/.gitignore [deleted file]
wpa_supplicant/.gitignore
wpa_supplicant/wpa_gui-qt4/.gitignore
wpa_supplicant/wpa_gui/.gitignore

index f533957..4a1ad86 100644 (file)
@@ -1,3 +1,17 @@
 *.o
 *.d
 *~
+wpa_supplicant/eapol_test
+wpa_supplicant/preauth_test
+wpa_supplicant/wpa_cli
+wpa_supplicant/wpa_passphrase
+wpa_supplicant/wpa_supplicant
+wpa_supplicant/wpa_priv
+wpa_supplicant/wpa_gui/Makefile
+wpa_supplicant/wpa_gui/wpa_gui
+wpa_supplicant/wpa_gui-qt4/Makefile
+wpa_supplicant/wpa_gui-qt4/wpa_gui
+hostapd/hostapd
+hostapd/hostapd_cli
+hostapd/hlr_auc_gw
+hostapd/nt_password_hash
diff --git a/hostapd/.gitignore b/hostapd/.gitignore
deleted file mode 100644 (file)
index 6dd2c2f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-*.d
-.config
-driver_conf.c
-hostapd
-hostapd_cli
-hlr_auc_gw
-nt_password_hash
index e7e034c..1f89d9f 100644 (file)
@@ -1,8 +1 @@
-*.d
 .config
-eapol_test
-preauth_test
-wpa_cli
-wpa_passphrase
-wpa_supplicant
-wpa_priv