01cf713e51
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.
17 lines
386 B
Text
17 lines
386 B
Text
*.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
|