aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2009-10-27Improve .gitignore rules.Zachary T Welch
A '.*' rule prevents the 'git submodule add' from correctly adding the first submodule, because it creates the .gitmodule file. This file will not be added (without -f) result in incomplete submodule commits. The new rules mask the specific files present in my own build tree, but additional rules may be needed to hide other types of temporary files.
2009-10-19Ignore openocd.exe for "git status"David Brownell
2009-10-17Ignore two more generated filesDavid Brownell
On Windows the name is "bin2char.exe". All operating systems now have "xscale_handler.h".
2009-10-08Testing committing changes to .gitignore to ignore more build outputØyvind Harboe
2009-10-08Add .project to .gitignoreØyvind Harboe
2009-10-06Take "patches" out of .gitignore ... Win32 is case-crazydbrownell
git-svn-id: svn://svn.berlios.de/openocd/trunk@2803 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-10-05Add initial ".gitignore".dbrownell
git-svn-id: svn://svn.berlios.de/openocd/trunk@2802 b42882b7-edfa-0310-969c-e2dbd0fdcd60