HarmonyLink/.gitignore

19 lines
No EOL
209 B
Text

# Setup .gitignore as a whitelist
*
!*/
build/**
# track this file
!.gitignore
!.gitattributes
!.gitmodules
!CMakeLists.txt
!/license
!readme.md
!Images/*
!.github/**
!HarmonyLinkLib/**
!HarmonyLinkTest/**