projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd52932
)
Update .gitignore
author
Jeenu Viswambharan
<jeenu.viswambharan@arm.com>
Tue, 18 Feb 2014 12:57:55 +0000
(12:57 +0000)
committer
Dan Handley
<dan.handley@arm.com>
Thu, 20 Feb 2014 19:06:34 +0000
(19:06 +0000)
This patch updates .gitignore file to ignore potential build products,
tool object files and binaries
Also fixes issue ARM-software/tf-issues#35
Change-Id: I053dfba4ec8fecbcca081cad5b4bf94f8abfb15c
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 8d0fb072a098dfaae03f3cd137eaa96cf813c8c7..422001885974e51d4a2530c469c8ca3dd93df3bc 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1
+1,13
@@
+# Ignore miscellaneous files
cscope.*
+*.swp
+*.patch
+.project
+.cproject
+
+# Ignore build directory
+build/
+
+# Ignore build products from tools
+tools/**/*.o
+tools/fip_create/fip_create