Initial commit

Empty repository, just added sample .gitignore file.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c5d464
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Ignore miscellaneous files
+cscope.*
+*.swp
+*.patch
+*~
+.project
+.cproject
+
+# Ctags
+tags
+
+# common python virtual environment directories
+.env/
+env/
+.venv/
+venv/