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:
Jouni Malinen 2010-10-07 11:04:16 +03:00 committed by Jouni Malinen
parent bf0ed63f3f
commit 01cf713e51
5 changed files with 14 additions and 18 deletions

View file

@ -1,5 +1,3 @@
.moc
.obj
.ui
Makefile
wpa_gui