osquery-1/.gitignore
Stefano Bonicatti 52f310a5a8
First steps to remove the Buck build system (#6361)
* First steps to remove the Buck build system

* Azure Pipelines: Rename jobs for consistency
2020-04-09 01:56:21 +02:00

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