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.
This commit is contained in:
parent
bf0ed63f3f
commit
01cf713e51
5 changed files with 14 additions and 18 deletions
2
wpa_supplicant/wpa_gui/.gitignore
vendored
2
wpa_supplicant/wpa_gui/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
.moc
|
||||
.obj
|
||||
.ui
|
||||
Makefile
|
||||
wpa_gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue