# Object files
*.o
*.ko

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
baresip
selftest

# Generated files
src/static.c
/build*
*.pc

# Backup files
*~
*.bak
*.old
*.orig
*.rej

# ctags
tags

# Vim swp files
*.swp

# Window build folder
Win32/*

# Visual studio config
mk/win32/baresip.vcxproj.user

# clangd
.cache
compile_commands.json
