Selaa lähdekoodia

Update .gitignore files.

parazyd 4 vuotta sitten
vanhempi
sitoutus
9774fda80d
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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/*