You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
581 B
Plaintext
67 lines
581 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
|
|
|
|
# CMake
|
|
build/
|
|
.vs/
|
|
x64/
|
|
|
|
# MacOS / Linux
|
|
.DS_Store
|
|
|
|
# Example
|
|
bin/demo
|
|
|
|
# external
|
|
external/
|
|
|
|
# Local dataset
|
|
dataset/
|
|
|
|
# Unit test
|
|
tests/test_bayer_image
|
|
tests/test_utility
|
|
tests/test_burst
|
|
tests/test_align
|
|
|
|
# VS/VSCode folder
|
|
.vs/
|
|
.vscode/
|
|
|
|
# VS Settings
|
|
CMakeSettings.json
|
|
|
|
|
|
# Xiao local files
|
|
debug/
|
|
*.txt |