diff --git a/.gitignore b/.gitignore index a9d37c5..e9e2199 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -target -Cargo.lock +/target/ +/Cargo.lock diff --git a/chart/.gitignore b/chart/.gitignore index 27572bd..0017281 100644 --- a/chart/.gitignore +++ b/chart/.gitignore @@ -1,7 +1,7 @@ -*.aux -*.fdb_latexmk -*.fls -*.log -*.pdf -*.png -*.svg +/*.aux +/*.fdb_latexmk +/*.fls +/*.log +/*.pdf +/*.png +/*.svg diff --git a/fuzz/.gitignore b/fuzz/.gitignore index f83457a..4bc31dc 100644 --- a/fuzz/.gitignore +++ b/fuzz/.gitignore @@ -1,4 +1,5 @@ -artifacts/ -corpus/ -coverage/ -target/ +/artifacts/ +/corpus/ +/coverage/ +/target/ +/Cargo.lock