aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move .config to the toplevel .gitignoreJouni Malinen2011-03-151-0/+1
|
* wlantest: Ignore built files in git statusJouni Malinen2010-11-201-0/+3
|
* Fix .gitignore files to not ignore subdirectory matchesJouni Malinen2010-10-071-0/+14
| | | | | | | 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.
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-0/+3
This removes need for local configuration to ignore *.o and *~ and allows the src/*/.gitignore files to be removed (subdirectories will inherit the rules from the root .gitignore).