structure(gitignore): Added .gitignore with executable code, compiled headers and some folders to ignore.

This commit is contained in:
Eric-Paul Ickhorn 2024-05-23 01:27:16 +02:00
parent 6150e5dda6
commit 3fd1b69293
1 changed files with 22 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# IDE/Editor - data
.vscode/
.eclipse/
# Folders that should stay local
.private/
.build/
# Executable code
*.a
*.dll
*.dmg
*.elf
*.exe
*.lib
*.o
*.so
# Compiled Headers
*.gch
*.pch