123456789101112131415161718192021222324252627282930 |
- # top directories to ignore
- __pycache__
- _build
- xml
- man
- /out/
- /.vscode/
- # top files to ignore
- /tags
- /TAGS
- # hidden files
- .*
- # cscope files
- cscope.*
- ncscope.*
- doxygen-warning-log.txt
- # editor backup files
- *.bak
- *.orig
- *~
- # misc
- \#*#
- # to include anyway
- !.gitignore
|