summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: start list of emacs temp files to ignoreØyvind Harboe2010-06-221-0/+3
| | | | Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* Coexist with quilt: rename PATCHES --> PATCHES.txtDavid Brownell2010-01-081-0/+3
| | | | | | | | | | The issues is on Win32, which ignores case in filesystem and thus doesn't tolerate the quilt "patches" directory. Rename, and add "patches" to .gitignore so that developers can choose to use quilt for local patch management. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
* Remove some more Eclipse stuff from Git's eyes.Dean Glazeski2009-12-301-1/+2
| | | | | | | This adds the .settings folder and the .cproject file put down by Eclipse from the eyes of Git. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-0/+4
| | | | | | | | | | | Low latency low CPU processing power systems(embedded) will benefit greatly from being able to inline certain jtag_add_xxx() fn's. The trick is that this has to be done in such a way as to allow implementing an OpenOCD API with a shared library(eventually) on a PC hosted OpenOCD. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* move startup.c to libopenocdZachary T Welch2009-11-181-0/+1
| | | | | Moves the creation of startup_tcl.c from src/helper/ to src/. Prepares to split the startup.tcl file into its per-module parts.
* remove accidental artifactZachary T Welch2009-11-131-0/+1
| | | | | Somehow I managed to slip a temporary build file into the tree. Remove it and update the .gitignore file so it doesn't happen again.
* Improve .gitignore rules.Zachary T Welch2009-10-271-1/+5
| | | | | | | | 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.
* Ignore openocd.exe for "git status"David Brownell2009-10-191-0/+1
|
* Ignore two more generated filesDavid Brownell2009-10-171-0/+5
| | | | | On Windows the name is "bin2char.exe". All operating systems now have "xscale_handler.h".
* Testing committing changes to .gitignore to ignore more build outputØyvind Harboe2009-10-081-0/+2
|
* Add .project to .gitignoreØyvind Harboe2009-10-081-0/+4
|
* Take "patches" out of .gitignore ... Win32 is case-crazydbrownell2009-10-061-3/+0
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@2803 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Add initial ".gitignore".dbrownell2009-10-051-0/+52
git-svn-id: svn://svn.berlios.de/openocd/trunk@2802 b42882b7-edfa-0310-969c-e2dbd0fdcd60