소스 검색

.gitignore: Adding compile_commands.json and .cache/

Petar Popovic 2 년 전
부모
커밋
410a3c2c37
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -36,6 +36,8 @@ cmake_uninstall.cmake
 SDL3ConfigVersion.cmake
 .ninja_*
 *.ninja
+compile_commands.json
+.cache/
 
 # for CLion
 .idea