1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

optimize .gitignore files

This commit is contained in:
2024-01-31 22:24:38 +03:00
parent a8f909d1a9
commit 03e02868b8
3 changed files with 84 additions and 88 deletions

30
d-programming/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
docs.json
__dummy.html
docs/
# Code coverage
*.lst
# Swap files of editors
*.*~
# Build directory
build/