mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
52f310a5a8
* First steps to remove the Buck build system * Azure Pipelines: Rename jobs for consistency
73 lines
703 B
Plaintext
73 lines
703 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
|