From 19428db2c7b449098f3c5ce2cf669dec7f375e27 Mon Sep 17 00:00:00 2001 From: Avri Chen-Roth Date: Fri, 15 Oct 2021 03:23:24 +0300 Subject: [PATCH] added gitignore (#99) * add gitignore added some relevant ignore rules. for example *.qcow2 *.iso and many more * tweaked gitignore to be less strict --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b05d72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.qcow2 +*.iso +*.conf +*.sh +*.log +*.fd +*.xml +*.permall +.lock +SHA* +sha* \ No newline at end of file