From a76a863033b5e214e593f18348d7acb674c70e4b Mon Sep 17 00:00:00 2001 From: Andreas Lindemark <andreas.lindemark@liu.se> Date: Wed, 2 Apr 2025 18:30:38 +0200 Subject: [PATCH] Added a .gitignore --- Windows/VirtIO/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Windows/VirtIO/.gitignore diff --git a/Windows/VirtIO/.gitignore b/Windows/VirtIO/.gitignore new file mode 100644 index 0000000..8281f78 --- /dev/null +++ b/Windows/VirtIO/.gitignore @@ -0,0 +1,8 @@ +# Ignore configuration file with sensitive information +config.json +Test-* +Test_* +test-* +test_* +* copy.* +* copy * \ No newline at end of file -- GitLab