2018-03-13 09:52:44 +08:00
|
|
|
# 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
|
2019-01-21 11:03:23 +08:00
|
|
|
|
2019-03-28 08:41:01 +08:00
|
|
|
# Mac
|
|
|
|
|
|
|
|
**/.DS_Store
|
|
|
|
|
2019-08-05 04:31:00 +08:00
|
|
|
# idea
|
2019-01-21 11:03:23 +08:00
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|
|
|
|
|
2019-08-05 04:31:00 +08:00
|
|
|
# local build
|
2019-01-21 11:03:23 +08:00
|
|
|
build/
|
2019-11-22 19:54:53 +08:00
|
|
|
build-xcode/
|
2019-01-21 11:03:23 +08:00
|
|
|
srt/build/
|
2019-03-28 08:41:01 +08:00
|
|
|
test/build/
|
2019-08-05 04:31:00 +08:00
|
|
|
|
|
|
|
# Docker
|
|
|
|
Dockerfile
|
2020-10-03 09:13:36 +08:00
|
|
|
docker-compose.yaml
|
|
|
|
docker-compose.yml
|
2019-08-05 04:31:00 +08:00
|
|
|
|
2020-06-03 18:33:42 +08:00
|
|
|
# VS
|
|
|
|
.vs/
|
|
|
|
out/
|
|
|
|
CMakeSettings.json
|