mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
992d2d3396
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
79 lines
811 B
Plaintext
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 |