소스 검색

.gitignore: ignore files that can be generated by compiling tools

Daniel-Constantin Mierla 4 년 전
부모
커밋
1536f4bb3d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -50,3 +50,6 @@ libiname.lst
 *.7
 # vscode tmp files
 .vscode
+# compiling tools files
+.clangd
+compile_commands.json