Skip to content

Commit 0e939fd

Browse files
authored
.gitattributes [V3]
Version 3 of the gitattributes file for this project.
1 parent 95572a9 commit 0e939fd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitattributes

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35-
# BitBake source file
36-
*.bb linguist-detectable=true
37-
*.bb linguist-documentation=false
38-
*.bb linguist-language=BitBake
35+
# IronPython source file
36+
*.py linguist-detectable=true
37+
*.py linguist-documentation=false
38+
*.py linguist-language=Python
39+
# *.py linguist-language=IronPython # Not worth it yet
3940
# JSON (JavaScript Object Notation) source file
4041
*.json linguist-detectable=false
4142
*.json linguist-documentation=false
@@ -173,7 +174,7 @@
173174
# End of linguist script
174175

175176
# File info
176-
# File type: gitattributes file (.gitattributes)
177-
# File version: 2 (2022, Tuesday, August 30th at 2:34 pm PST)
178-
# Line count (including blank lines and compiler line): 180
177+
# File type: gitattributes file (*.gitattributes)
178+
# File version: 3 (2022, Friday, October 7th at 3:45 pm PST)
179+
# Line count (including blank lines and compiler line): 181
179180
# End of script

0 commit comments

Comments
 (0)