.gitignore 194 B

12345678910111213141516171819202122
  1. /GNUmakefile
  2. /build/
  3. /.cache/
  4. /.vscode/
  5. *.pyc
  6. .sdk
  7. .stgit-*
  8. .git-submodule-status
  9. .clang-format
  10. .gdb_history
  11. cscope.*
  12. tags
  13. TAGS
  14. GPATH
  15. GRTAGS
  16. GTAGS
  17. *~
  18. *.ast_raw
  19. *.depend_raw
  20. *.swp
  21. *.patch
  22. *.gcov