Files
UltraGrid/.gitignore
Martin Pulec ca8d0bc1cf updated coding style
+ added .clang-format to .gitignore

The style respects mostly rtp/rtp.{c,h} coding style (original
UltraGrid).

Rather than specifying own style, deduce one from clang-format default
format (just keeping the indention 8 spaces). The style is quite
restrictive because indention of 8 spaces + line with 80 restricts
nesting quite a bit.

Anyways, the style is rather a recommendation and is not enforced in any
way - .clang-format is just added to .gitignore and the developer can
tweak it a bit (like extending ColumnLimit).
2023-06-21 10:56:49 +02:00

60 lines
571 B
Plaintext

configure
Makefile
config.guess
config.h
config.h.in
config.sub
*.o
*.P
*.lo
*.txt
*.mp4
*.h264
*.log
*.vim
uv
bin/
/build*
/documentation
/export*/
/local/
lib/
aclocal.m4
autom4te.cache
config.log
config.status
install-sh
missing
src/version.h
*.sw?
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*~
vgcore.*
cscope.*
tags
ag_plugin
src/stamp-h1
.DS_Store
uv.app/Contents/libs/
depcomp
compile
core
m4/
libtool
ltmain.sh
mtrace.txt
.project
*.sdp
test-driver
src/dir-stamp
test/run_tests
unittest/run_tests
.cache
.clang-format
compile_commands.json
compile_flags.txt