commit | f57c1fab933d98a23ecb68a2a8d8b905aff7bf0c | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Fri May 16 10:58:32 2025 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Fri May 16 10:58:32 2025 +0100 |
tree | 3cd8acffb1222ca8d779122e0cfb7be2231cf35c |
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/