From f87b3e37fd3df38e382dd8f6adef21e752a2fccb Mon Sep 17 00:00:00 2001 From: Niklas080208 Date: Fri, 6 Feb 2026 15:53:37 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ceb9c42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# macOS +.DS_Store +.AppleDouble +.LSOverride +._* +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes + +# Makefile outputs +output/ +OmniNX Downloader.zip