summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-02-07 15:32:12 +0000
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-02-07 15:32:12 +0000
commit2a7e1ad50a04d513681f5467e24b9938fa03c71b (patch)
tree41ca3d0768e2eb0a0c94b757ab07f6698b62f5ab
parent06193b40307e17cf6b675000abb5859838b0c841 (diff)
Add .gitignore file.
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3ad1bc5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+*~
+.cproject
+.project
+*.o
+*.a
+*.axf
+*.bin
+*.map
+*.scf
+*.zi
+bl_syms.txt
+bl_sec_syms.txt
+bl.S
+bl_sec.S