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-qt4/.gitignore
vendored
2
wpa_supplicant/wpa_gui-qt4/.gitignore
vendored
|
@ -1,6 +1,4 @@
|
|||
.moc
|
||||
.obj
|
||||
.ui
|
||||
Makefile
|
||||
wpa_gui
|
||||
qrc_icons.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue