azure-storage-cpplite/.gitignore

64 строки
514 B
Plaintext
Исходник Обычный вид История

# Prerequisites
*.d
2018-08-16 10:29:26 +03:00
# Object files
*.o
*.ko
2018-08-16 10:29:26 +03:00
*.obj
*.elf
2018-08-16 10:29:26 +03:00
# Linker output
*.ilk
*.map
*.exp
2018-08-16 10:29:26 +03:00
# Precompiled Headers
*.gch
*.pch
2018-08-16 10:29:26 +03:00
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
2018-08-16 10:29:26 +03:00
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
2018-08-16 10:29:26 +03:00
# Cmake
build
2019-02-20 11:46:32 +03:00
build.release
2018-08-16 10:29:26 +03:00
# VS folder
.vs/
2018-08-16 10:29:26 +03:00
2019-02-20 11:46:32 +03:00
# Git
*.orig
# Test framework
test/catch2