Skip to content

Why are there a lot of makefiles in the language stats of my repository? #122143

Discussion options

You must be logged in to vote

Hi, your repository has some files with .d extension in directory: attacklab/解题过程文件.

You can see this from the breakdown of files by language of your repository CSAPPLAB:

$ github-linguist --breakdown
87.99%  1086832    Makefile
8.62%   106461     C
3.38%   41721      Assembly
0.02%   225        Shell

Makefile:
attacklab/解题过程文件/Part1/Level2/injectCode.d
attacklab/解题过程文件/Part1/Level3/injectCode.d
attacklab/解题过程文件/Part2/level2/rtarget.d
attacklab/解题过程文件/Part2/level3/gadgetTest/decrease.d
attacklab/解题过程文件/Part2/level3/gadgetTest/increase.d
attacklab/解题过程文件/Part2/level3/gadgetTest/push.d

Note that:

The . d file extension is also commonly used for dependency files generated by GCC. These fil…

Replies: 2 comments 2 replies

This comment was marked as off-topic.

@markolalovic
Comment options

Comment options

You must be logged in to vote
1 reply
@NaroZeol
Comment options

Answer selected by NaroZeol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants