aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2014-02-18 12:57:55 +0000
committerDan Handley <dan.handley@arm.com>2014-02-20 19:06:34 +0000
commitd59a6c6dbd1fe809d2788447a44cc82341005a8f (patch)
treef4ba9ca24a2bf7504382b1e83a43c790e3368458
parentcd529320988a559c3408292f09e443233d2157c3 (diff)
Update .gitignore
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
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8d0fb07..4220018 100644
--- 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