From fa818435a2180e5b0a6066ada14615a149203c5e Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Fri, 28 Jun 2024 20:38:52 +0200 Subject: [PATCH] Add .gitignore with binaries and some folders This commit adds a .gitignore file which includes a few common binary file extensions, dumps, the build-script's working folder, a private folder for convenience and an ignore for the VSCode editor's configuration folder. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d6f780..c5cc342 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ *.o *.so +*.dump + # Full ignored folders *.build/ *.private/