*~
*.co
*.d
*.diff
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
*.gcda
*.gcov
*.gcno
*.generated.dot
*.swp
*.swo
*.tmp
*.orig
*.patch
!debian/patches/*.patch
*.rej
*.rpm
*.pyc
cscope.*
gmon.out
py-compile
tags
__pycache__/
wheelhouse/
.pytest_cache/


# Files generated by crashed programs
vgcore.*
core
*.core

# specific local dir files
/build-doc

# gtags(1) generated files
GPATH
GRTAGS
GSYMS
GTAGS

# common cmake build dir
/build
/build.*

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

# Precompiled Headers
*.gch
*.pch

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app

# editor backup files etc.
\#*\#
.idea
.vscode
.trunk

# Libraries that we are only checking usability
./deps/3rd_party/others
./temp/

