This is an automated email from Gerrit.

Brandon Warhurst (robokni...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/2586

-- gerrit

commit 2118ed174552761539c4bfaa26a9a9a41c1c78e9
Author: Brandon Warhurst <warhurst_...@yahoo.com>
Date:   Sun Mar 8 16:02:03 2015 -0400

    Updated .gitignore to ignore a directory called "build".
    
    Added a build directory created in the top level of the tree to
    the ignore list.  This allows someone to create an openocd build
    and quickly blow it away should the need arise.  The directory could
    certainly be built elsewhere, but I've found it easier, with many
    opensource projects lying about, to simply add the build directory right
    to the top of the tree, providing quick access to "configure" and other
    tools provided by typical opensource projects.
    
    Change-Id: I9b2a72107d4f2a1fb3b4ef132136a41fa8d96c8d
    Signed-off-by: Brandon Warhurst <robokni...@gmail.com>

diff --git a/.gitignore b/.gitignore
index 3e6e1e9..9f440fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.lo
 *.la
 *.in
+build/*
 
 # generated source files
 src/jtag/minidriver_imp.h

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to