osquery-1/.gitignore
Sharvil Shah f72dcb5d96 add libcrypysetup-dev library
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
2015-04-24 17:01:14 -07:00

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