summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-07-18 17:53:14 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-08-01 15:08:36 +0100
commit6cd2c7dc213ceb1adb001eb8a4717cd07b386efa (patch)
tree3397c984874caefad61eb3e7bb8cd65315f8df76 /.gitignore
parent3af4d8b5c75a2ba460dc6dbf567cf55c6631b472 (diff)
Add a .gitignore file
Change-Id: Ic0944c6db4587c6846e09f68d64483430549ba6a
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..462a130
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Ignore miscellaneous files
+*~
+cscope.*
+*.swp
+*.patch
+.project
+.cproject
+
+# Ignore build directory
+build/