.gitignore 269 B

123456789101112131415161718192021222324252627282930
  1. # top directories to ignore
  2. __pycache__
  3. _build
  4. xml
  5. man
  6. /out/
  7. /.vscode/
  8. # top files to ignore
  9. /tags
  10. /TAGS
  11. # hidden files
  12. .*
  13. # cscope files
  14. cscope.*
  15. ncscope.*
  16. doxygen-warning-log.txt
  17. # editor backup files
  18. *.bak
  19. *.orig
  20. *~
  21. # misc
  22. \#*#
  23. # to include anyway
  24. !.gitignore