소스 검색

Ignore the .tmp files in Git

Yentl Van Tendeloo 7 년 전
부모
커밋
ab32b39f3a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -4,6 +4,7 @@
 .cache
 *.swp
 *.swo
+.tmp_*
 __pycache__
 hybrid_server/server.py
-perf_data.txt
+perf_data.txt