.gitignore 333 B

12345678910111213141516171819202122232425
  1. .clang_complete
  2. .ycm_extra_conf.py*
  3. *.pyc
  4. compile_commands.json
  5. /build/
  6. /buildtools/
  7. /external/googletest
  8. /external/SPIRV-Headers
  9. /external/spirv-headers
  10. /external/effcee
  11. /external/re2
  12. /out
  13. /TAGS
  14. /third_party/llvm-build/
  15. /testing
  16. /tools/clang/
  17. /utils/clang-format-diff.py
  18. # Vim
  19. [._]*.s[a-w][a-z]
  20. *~
  21. # C-Lion
  22. .idea
  23. cmake-build-debug