# OS files
.DS_Store
.DS_Store?
._*
.mypy_cache
.Spotlight-V100
.Trash*
Icon?
ethumbs.db
Thumbs.db
*.tmp

# Make
/_build
/_install
/tox-0.0.0*
/.vs
/CppProperties.json
CMakeCache.txt
CMakeFiles
Makefile
!/other/rpm/Makefile
cmake_install.cmake
install_manifest.txt
tags
Makefile.in
CMakeLists.txt.user
DartConfiguration.tcl
CTestTestfile.cmake
*.pc

# Testing
/amalgamation.*
testing/data
*~

# Vim
*.swp

# Object files
*.o
*.lo
*.a

# Executables
*.exe
*.out
*.app
*.la

# Libraries
*.so

# Misc (?)
m4/*
configure
configure_aux
!m4/pkg.m4
aclocal.m4
config.h*
config.log
config.status
stamp-h1
autom4te.cache
libtool
.deps
.libs
.dirstamp
build/
*.nvim*
*.vim*

# kdevelop
.kdev/
*.kdev*

# VScode
.vscode/

# Netbeans
nbproject

# astyle
*.orig

# Android buildscript
android-toolchain-*
toxcore-android-*

# cscope files list
cscope.files

# rpm
tox.spec

# clangd
.cache/
compile_commands.json

/infer
.idea/