Files
helloalloc/.gitignore
2024-06-16 23:56:10 +02:00

41 lines
336 B
Plaintext

# Binaries
bin
obj
# CMake
build
cmake-build-*
meson-build-*
# Xcode
*.xcworkspace
*.xcodeproj
# Visual Studio
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.vs
# Makefile
Makefile
*.make
# nvim
.ccls
.ccls-cache
compile_commands.json
# Visual Studio Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
.AppleDouble
.LSOverride