PSA: If you are hosting your D project on github, don't forget to add the D topic!

russhy russhy at gmail.com
Mon Mar 29 13:09:36 UTC 2021


On Sunday, 28 March 2021 at 22:32:53 UTC, russhy wrote:
> Tip #2: If your project is recognised as a C project because of 
> some C/C++ header files
>
> - create a .gitattribute file
> - add the following content:
>
>
> ```
> *.h linguist-detectable=false
> *.c linguist-detectable=false
> *.hpp linguist-detectable=false
> *.cpp linguist-detectable=false
> ```

little type: it's ``.gitattributes`` with an s


More information about the Digitalmars-d mailing list