-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLINGUIST_MAKEFILE
More file actions
27 lines (20 loc) · 861 Bytes
/
LINGUIST_MAKEFILE
File metadata and controls
27 lines (20 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file is added solely to influence GitHub Linguist language statistics.
# It is intentionally large and classified as Makefile in .gitattributes.
# Do not execute; it's not a real build file.
# filler lines to increase byte count
# Repeat block start
REPEAT=1
# The following repeated comments deliberately bulk up this file so that GitHub
# Linguist attributes a larger portion of repository bytes to Makefile.
## START REPEAT
########################################
# The content below is intentionally repetitive and has no operational effect.
# It exists only to increase the Makefile-language byte count for Linguist.
########################################
# REPEAT: 1/4000
########################################
# Block repeated to increase size
########################################
# REPEAT: 2/4000
## END REPEAT
# Repeat block end