mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
57 lines
478 B
Plaintext
57 lines
478 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Mac
|
|
|
|
**/.DS_Store
|
|
|
|
# idea
|
|
.idea/
|
|
cmake-build-debug/
|
|
|
|
# local build
|
|
build/
|
|
build-xcode/
|
|
srt/build/
|
|
test/build/
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yaml
|
|
docker-compose.yml
|
|
|
|
# VS
|
|
.vs/
|
|
out/
|
|
CMakeSettings.json
|