Elaborate the root .gitignore

The gitignore  now contains  endings of common  executable and  object
code files on Windows  and Linux, as well as  some image file  endings
and, for the sole need of being complete, moving picture file endings.
This commit is contained in:
Eric-Paul Ickhorn 2024-09-09 21:37:16 +02:00
parent da3ce2dde9
commit 3ddac3bfe0
1 changed files with 26 additions and 3 deletions

29
.gitignore vendored
View File

@ -1,4 +1,27 @@
/.private/
/.build/
/voxula
# Hidden folders
/.*
*/.*
# Unixoid executables (ELF format)
*.a
*.elf
*.o
*.so
/voxula
# Windows Executables (COFF/PE-format)
*.dll
*.exe
*.lib
# Images
*.bmp
*.jpeg
*.jpg
*.png
# Moving Pictures
*.avi
*.mp4