[Crosstoolchain-logs] [device-tree-compiler] 76/198: .gitignore: Add rule for *.patch

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit d59b8078bd79a3ed0cd4bdb9bb92de4475bc1a84
Author: Simon Glass <sjg at chromium.org>
Date:   Mon Jan 21 12:59:17 2013 -0800

    .gitignore: Add rule for *.patch
    
    Ignore any patch files that we find, since these are likely to be
    used when sending patches upstream.
    
    Signed-off-by: Simon Glass <sjg at chromium.org>
    Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7cabc49..545b899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.o
 *.d
 *.a
+*.patch
 *.so
 *~
 *.tab.[ch]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list