From 9160f2912eb57910e45b681b7b5eef9acb6a922e Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 13 May 2024 12:21:59 +0200 Subject: OS Hello world --- os/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 os/.gitignore (limited to 'os/.gitignore') diff --git a/os/.gitignore b/os/.gitignore new file mode 100644 index 0000000..3722ac6 --- /dev/null +++ b/os/.gitignore @@ -0,0 +1 @@ +build/ -- cgit