mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
# Basic .gitattributes for a perl repo.
|
|
|
|
# Source files
|
|
# ============
|
|
*.pl text diff=perl
|
|
*.pm text diff=perl
|