osquery-1/.gitignore
George Guliashvili 971bee4441 Move build system to BUCK
fbshipit-source-id: 8ffef5e6a393ac67ce56dcb74845402e43d964a0
2018-12-07 16:12:35 +00:00

77 lines
704 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
*.patch
*.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/CMakeLists.txt
# Buck
.buckd/
buck-out/