소스 검색

Fixed tests/*.toml.* in .gitignore

Running test.py creates a log of garbage here
Christopher Haster 5 년 전
부모
커밋
44d7112794
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -7,4 +7,4 @@
 blocks/
 lfs
 test.c
-tests_/*.toml.*
+tests/*.toml.*