소스 검색

Update .gitignore files.

parazyd 4 년 전
부모
커밋
9774fda80d
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .gitignore
  2. 1 1
      book/.gitignore
  3. 1 1
      example/halo2/.gitignore

+ 1 - 1
.gitignore

@@ -1,7 +1,7 @@
 *.pyc
 *.sage.py
-target/*
 
+/target/*
 /proof/*.bin
 
 /zkas

+ 1 - 1
book/.gitignore

@@ -1,3 +1,3 @@
-book
+book/*
 src/clients/cashierd_jsonrpc.md
 src/clients/darkfid_jsonrpc.md

+ 1 - 1
example/halo2/.gitignore

@@ -1 +1 @@
-target
+target/*