Skip to content

Commit d17cc5b

Browse files
committed
.gitignore: ignore *.touch files
1 parent b39983b commit d17cc5b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.gitignore

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@ wheels/
6666
MANIFEST
6767
*.app
6868

69-
#-------------------------------------------------------------------------
70-
# Generated files and directories under tests/validation/*Test/
71-
#-------------------------------------------------------------------------
72-
73-
tests/validation/*Test/validation_*.h
74-
tests/validation/*Test/validation_*.cpp
75-
tests/validation/*Test/validation_*.json
76-
tests/validation/*Test/zonedb*
77-
tests/validation/*Test/tzfiles
78-
tests/validation/*Test/*.nzd
79-
8069
#-------------------------------------------------------------------------
8170
# C# and .Net 5.0
8271
# See https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
@@ -97,3 +86,9 @@ bld/
9786
[Oo]bj/
9887
[Ll]og/
9988
[Ll]ogs/
89+
90+
#-------------------------------------------------------------------------
91+
# Makefile artifacts
92+
#-------------------------------------------------------------------------
93+
94+
*.touch

0 commit comments

Comments
 (0)