# CMake generated files
*appinfo.h
bin/
build/
docs/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
constants.h
datadog-agent-rtloader.pc
install_manifest.txt

# OS X trash
.DS_Store
*.dSYM

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so*
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Local development
compile_commands.json
.tox
demo/demo

# IDEs configurations
*.user

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# vim
*.swp
#windows project files generated by cmake
*.vcxproj
*.vcxproj.*
*.sln
Release/
*.dir/
.vs/
x64/
.vscode/
