You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/.gitignore

56 lines
717 B

# ignore autogenerated files
autover.h
cfg.tab.c
cfg.tab.h
lex.yy.c
librpath.lst
makecfg.lst
config.mak
modules.lst
# ignore dependency files
*.d
# ignore binary files and objects
/ser
/kamailio
/src/kamailio
*.so
*.so.*
*.o
*.a
# archives
*.tar.gz
*.tar.xz
*.deb
*.rpm
# tags
tags
TAGS
.tags*
# vi swaps
.*.swp
.*.swo
# various other binaries
test/udp_flood
utils/gen_ha1/gen_ha1
utils/kamcmd/kamcmd
utils/sercmd/sercmd
utils/sercmd/kamcmd
misc/tools/protoshoot/protoshoot
# Emacs backup files
*~
# Emacs file locks
.#*
# Emacs desktop files
.emacs.desktop*
# MacOSX auto-generated files
libiname.lst
*.dylib
.DS_Store
# man pages
*.7
# vscode tmp files
.vscode
# compiling tools files
.clangd
compile_commands.json