2024-05-22 23:27:16 +00:00
|
|
|
|
|
|
|
# IDE/Editor - data
|
|
|
|
.vscode/
|
|
|
|
.eclipse/
|
|
|
|
|
|
|
|
# Folders that should stay local
|
|
|
|
.private/
|
|
|
|
.build/
|
|
|
|
|
|
|
|
# Executable code
|
|
|
|
*.a
|
|
|
|
*.dll
|
|
|
|
*.dmg
|
|
|
|
*.elf
|
|
|
|
*.exe
|
|
|
|
*.lib
|
|
|
|
*.o
|
2024-05-22 23:43:45 +00:00
|
|
|
*.out
|
2024-05-22 23:27:16 +00:00
|
|
|
*.so
|
|
|
|
|
|
|
|
# Compiled Headers
|
|
|
|
*.gch
|
2024-05-22 23:43:45 +00:00
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Debug Information
|
|
|
|
vgcore.*
|