mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
- added RCS, .clang-tidy and .editorconfig to .gitignore in order to allow user to define own (not enforce for now) - however, updated a suggested clant-tidy config in documentation - also in CONTRIBUTING.md - add more clarification regarding pull requests - also suggested function-like macros to be upper-case - there doesn't seem to be a general convention for that, but it seems to be better to me, since it reduces the collision space (eg. MAX vs std::max) while making more clear that this is a macro
63 lines
601 B
Plaintext
63 lines
601 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
|
|
RCS
|
|
*.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
|
|
.clang-tidy
|
|
.editorconfig
|
|
compile_commands.json
|
|
compile_flags.txt
|