Skip to content

Commit

Permalink
.gitattributes [V5]
Browse files Browse the repository at this point in the history
Version 5 of the gitattributes file for this project.
  • Loading branch information
seanpm2001 authored Dec 16, 2022
1 parent b1cb116 commit 0ed0439
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
*.css linguist-detectable=true
*.css linguist-documentation=false
*.css linguist-language=CSS
# C source file
*.c linguist-detectable=true
*.c linguist-documentation=false
*.c linguist-language=C
# C header source file
*.h linguist-detectable=true
*.h linguist-documentation=false
*.h linguist-language=C
# Assembly source file
*.asm linguist-detectable=true
*.asm linguist-documentation=false
*.asm linguist-language=Assembly
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
Expand Down Expand Up @@ -161,10 +173,12 @@
*.gif linguist-detectable=false
*.gif linguist-documentation=false
*.gif linguist-language=GIF

# End of linguist script

# File info
# File type: gitattributes file (.gitattributes)
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
# Line count (including blank lines and compiler line): 171
# File type: gitattributes file (*.gitattributes)
# File version: 5 (2022, Friday, December 16th at 2:06 pm PST)
# Line count (including blank lines and compiler line): 185

# End of script

0 comments on commit 0ed0439

Please sign in to comment.