mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
f72dcb5d96
moved disk_ecryption table spec to crossplatform link libcryptsetup implemented get cipher type and cipher_mode: more idiomatic c++11 no need to explicitly call std::string constructor to convert char * to std::string update cryptsetup sources for centos add function prototype for older libcryptsetup which is in centos6 ifdef check for centos6 which uses older libcryptsetup remove forward declared functions defined in libcryptsetup, stylistic changes
58 lines
582 B
Plaintext
58 lines
582 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pyc
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.pkg
|
|
|
|
# Build Artifacts
|
|
.provision
|
|
build/
|
|
|
|
# Run Artifacts
|
|
*.log
|
|
*.orig
|
|
|
|
# Vagrant Artifacts
|
|
.vagrant
|
|
.sources
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
|
|
# CLion IDE
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/dataSources.ids
|
|
.idea/dataSources.xml
|
|
.idea/sqlDataSources.xml
|
|
.idea/dynamic.xml
|
|
.idea/dictionaries
|
|
.idea/codeStyleSettings.xml
|
|
|
|
# Doxygen Documentation
|
|
doxygen/html
|
|
doxygen/latex
|
|
|
|
# Editors
|
|
*~
|
|
\#*\#
|
|
*.swp
|