src/proto
/release
/debug

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

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

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

# Executables
*.exe
*.out
*.app

# Compiled Python files
*.pyc

# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt

# workspace files are user-specific
*.sublime-workspace
*.iml

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# XCode project files
*.xcodeproj

# Clion project files
.idea

# YouCompleteMe database
.ycm_extra_conf.py
compile_commands.json

# Valgrind reports
valgrind-*.txt
/priv
performance-tests-results.xml

cmake-build-debug/

.gdb_history
