osquery-1/.gitignore
Nick Anderson 992d2d3396 ux: adding generated buck config to .gitignore (#5423)
Summary:
As we're expecting to be auto-generating the buck VS toolchain files, we should add this file to the .gitignore, as it'll potentially be system specific.
Pull Request resolved: https://github.com/facebook/osquery/pull/5423

Reviewed By: marekcirkos

Differential Revision: D13973094

Pulled By: muffins

fbshipit-source-id: 98325a4dbe444915d066cd259d9312b09347b080
2019-02-07 09:17:23 -08:00

79 lines
811 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/
# Windows system specific toolchain paths
tools/buckconfigs/windows-x86_64/toolchain/vsToolchainFlags.bcfg