diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2010-10-07 11:04:16 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-10-07 11:04:16 +0300 |
commit | 01cf713e51283a114039544fab920ae7116c7c24 (patch) | |
tree | b359eedd1c8e02385f7e4475427c43cf2184ca18 /.gitignore | |
parent | bf0ed63f3fa3e026370b518a4d7f574244f3c660 (diff) | |
download | external_wpa_supplicant_8_ti-01cf713e51283a114039544fab920ae7116c7c24.zip external_wpa_supplicant_8_ti-01cf713e51283a114039544fab920ae7116c7c24.tar.gz external_wpa_supplicant_8_ti-01cf713e51283a114039544fab920ae7116c7c24.tar.bz2 |
Fix .gitignore files to not ignore subdirectory matches
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |