osquery-1/.gitignore
kumarak 9346926030 Restore extension SDK support to osquery 4.x (#5851)
CMake utility functions(generateOsqueryExtensionGroup,addOsqueryExtensioni{Ex},
addOsqueryModule) to add extensions.

Updates the boost library submodules needed for extensions build.

Use cache variable(OSQUERY_EXTENSION_GROUP_NAME) for the grouping of extensions
and fix the linkage with osquery interface library.
2019-10-18 18:45:20 -04:00

80 lines
832 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/
*.bottle.tar.gz
# Run Artifacts
*.log
*.orig
*.rej
# Vagrant Artifacts
.vagrant
.sources
# OS artifacts
.DS_Store
# CLion IDE
.idea
cmake-build-debug
cmake-build-release
# QtCreator files
osquery.config
osquery.creator
osquery.files
osquery.includes
# Doxygen Documentation
doxygen/html
doxygen/latex
# Editors
*~
\#*\#
*.swp
*.vscode
.vs/
# Tags
tags
cscope.files
cscope.out
# Ignored components
/external/*
!/external/cmake/cmakelibs.cmake
!/external/CMakeLists.txt
# Buck
.buckd/
buck-out/
# Windows system specific toolchain paths
tools/buckconfigs/windows-x86_64/toolchain/vs2017_15.5.bcfg