]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commitdiff
added file: .gitignore
authortadryanom_bot <[email protected]>
Tue, 3 Feb 2026 09:35:42 +0000 (09:35 +0000)
committertadryanom_bot <[email protected]>
Tue, 3 Feb 2026 09:35:42 +0000 (09:35 +0000)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..94b1f62
--- /dev/null
@@ -0,0 +1,16 @@
+# Build artifacts
+build/
+*.o
+*.bin
+*.iso
+*.img
+
+# Temporary folders
+iso_root/
+isodir/
+
+# Editor/OS clutter
+.DS_Store
+.vscode/
+*.swp
+*~