Files
UltraGrid/.gitignore
Martin Pulec 026e898c09 updated documentation + gitignore
- 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
2024-05-31 16:04:42 +02:00

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