mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:45:43 +01:00
Ignore some generated and developer files
Ignore doxygen-generated documentation. Ignore ctags/etags/global files and gdb configuration file.
This commit is contained in:
parent
badc52993f
commit
cd95756251
12
.gitignore
vendored
12
.gitignore
vendored
@ -23,3 +23,15 @@ massif-*
|
||||
|
||||
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
||||
*.dir/
|
||||
|
||||
# Generated documentation
|
||||
/apidoc
|
||||
|
||||
# Common developer files
|
||||
/GPATH
|
||||
/GSYMS
|
||||
/GRTAGS
|
||||
/GTAGS
|
||||
/TAGS
|
||||
/tags
|
||||
.gdbinit
|
||||
|
Loading…
Reference in New Issue
Block a user