|
32 | 32 | *.css linguist-detectable=true |
33 | 33 | *.css linguist-documentation=false |
34 | 34 | *.css linguist-language=CSS |
| 35 | +# C source file |
| 36 | +*.c linguist-detectable=true |
| 37 | +*.c linguist-documentation=false |
| 38 | +*.c linguist-language=C |
| 39 | +# C header source file |
| 40 | +*.h linguist-detectable=true |
| 41 | +*.h linguist-documentation=false |
| 42 | +*.h linguist-language=C |
| 43 | +# C source file |
| 44 | +*.c linguist-detectable=true |
| 45 | +*.c linguist-documentation=false |
| 46 | +*.c linguist-language=C |
| 47 | +# Pascal source file |
| 48 | +*.inc linguist-detectable=true |
| 49 | +*.inc linguist-documentation=false |
| 50 | +*.inc linguist-language=Pascal |
| 51 | +*.pas linguist-detectable=true |
| 52 | +*.pas linguist-documentation=false |
| 53 | +*.pas linguist-language=Pascal |
| 54 | +*.pp linguist-detectable=true |
| 55 | +*.pp linguist-documentation=false |
| 56 | +*.pp linguist-language=Pascal |
| 57 | +# HTTP source file |
| 58 | +*.http linguist-detectable=true |
| 59 | +*.http linguist-documentation=false |
| 60 | +*.http linguist-language=HTTP |
35 | 61 | # JavaScript source file |
36 | 62 | *.js linguist-detectable=true |
37 | 63 | *.js linguist-documentation=false |
|
177 | 203 | # File info |
178 | 204 |
|
179 | 205 | # File type: gitattributes file (*.gitattributes) |
180 | | -# File version: 5 (2024, Wednesday, August 21st at 03:50 pm PST) |
181 | | -# Line count (including blank lines and compiler line): 184 |
| 206 | +# File version: 6 (2025, Monday, April 28th at 09:57 pm PST) |
| 207 | +# Line count (including blank lines and compiler line): 210 |
182 | 208 |
|
183 | 209 | # End of script |
0 commit comments