Skip to content

Commit f5b6d92

Browse files
committed
Ignore txt files
1 parent 01d967b commit f5b6d92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target
22
Cargo.lock
33
scripts/tmp
44
*.pyc
5+
*.txt

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This crate provides Grapheme Cluster and Word boundaries
1616
according to Unicode Standard Annex #29 rules.
1717
"""
1818

19-
exclude = [ "target/*", "Cargo.lock", "scripts/tmp" ]
19+
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
2020

2121
[features]
2222
no_std = [] # This is a no-op, preserved for backward compatibility only.

0 commit comments

Comments
 (0)