aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorarmvixl <>2013-06-14 11:42:37 +0100
committerarmvixl <>2013-06-18 16:55:15 +0100
commitad96eda8944ab1c1ba55715c50d9d6f0a3ed1dc8 (patch)
tree11017e875811dc153d4f9ba7acb599394c007d78 /.gitignore
downloadvixl-ad96eda8944ab1c1ba55715c50d9d6f0a3ed1dc8.tar.gz
VIXL Release 1.0
Refer to the README.md and LICENCE files for details.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..10e20410
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# ignore python compiled object
+*.pyc
+# ignore vi temporary files
+*.swo
+*.swp
+.sconsign.dblite
+obj/
+cctest*
+bench_*
+libvixl*
+example-*