Update .gitignore
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Tue, 18 Feb 2014 12:57:55 +0000 (12:57 +0000)
committerDan 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

index 8d0fb072a098dfaae03f3cd137eaa96cf813c8c7..422001885974e51d4a2530c469c8ca3dd93df3bc 100644 (file)
@@ -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