aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2011-12-22git should ignore patches from format-patchUlf Samuelsson
Change-Id: Iafce872fa7559180834532ba80941dec3db7d079 Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Reviewed-on: http://openocd.zylin.com/295 Tested-by: jenkins Reviewed-by: Mathias Küster <kesmtp@freenet.de> Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
2011-06-26Add OpenULINK driver files generated by SDCC to .gitignoreMartin Schmölzer
2011-01-31Add cscope to .gitignoreAaron Carroll
Signed-off-by: Aaron Carroll <aaronc@cse.unsw.edu.au>
2010-06-22gitignore: start list of emacs temp files to ignoreØyvind Harboe
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-01-08Coexist with quilt: rename PATCHES --> PATCHES.txtDavid Brownell
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>
2009-12-30Remove some more Eclipse stuff from Git's eyes.Dean Glazeski
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>
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
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>
2009-11-18move startup.c to libopenocdZachary T Welch
Moves the creation of startup_tcl.c from src/helper/ to src/. Prepares to split the startup.tcl file into its per-module parts.
2009-11-13remove accidental artifactZachary T Welch
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.
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