Skip to content

Commit 35989fe

Browse files
Merge 0686445 into d593125
2 parents d593125 + 0686445 commit 35989fe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ repos:
9494
tests/testthat/reference-objects/.*|
9595
)$
9696
- repo: https://github.com/lorenzwalthert/gitignore-tidy
97-
rev: b3eaceb0bf2df137cc80f85b3943b6684f204c48
97+
rev: 65851818058ac40fd8e9640b4dc026e8724c629f
9898
hooks:
9999
- id: tidy-gitignore
100100
- repo: local
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
*.dll
12
*.o
23
*.so
3-
*.dll
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
*.dll
12
*.o
23
*.so
3-
*.dll

touchstone/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*
2-
!script.R
3-
!config.json
42
!.gitignore
3+
!config.json
4+
!script.R

vignettes/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*.html
21
*.R
2+
*.html

0 commit comments

Comments
 (0)