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.
This commit is contained in:
Eric-Paul Ickhorn 2024-06-28 20:38:52 +02:00
parent 0d49245a60
commit fa818435a2
Signed by: epickh
GPG Key ID: 1358818BAA38B104
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@
*.o
*.so
*.dump
# Full ignored folders
*.build/
*.private/