Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move .config to the toplevel .gitignore | Jouni Malinen | 2011-03-15 | 1 | -0/+1 |
| | |||||
* | wlantest: Ignore built files in git status | Jouni Malinen | 2010-11-20 | 1 | -0/+3 |
| | |||||
* | Fix .gitignore files to not ignore subdirectory matches | Jouni Malinen | 2010-10-07 | 1 | -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 lists | Jouni Malinen | 2009-06-29 | 1 | -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). |