17 lines
No EOL
187 B
Text
17 lines
No EOL
187 B
Text
# Setup .gitignore as a whitelist
|
|
*
|
|
!*/
|
|
|
|
build/**
|
|
|
|
# track this file
|
|
!.gitignore
|
|
!.gitattributes
|
|
!.gitmodules
|
|
|
|
!CMakeLists.txt
|
|
!/license
|
|
!readme.md
|
|
|
|
!HarmonyLinkLib/**
|
|
!HarmonyLinkTest/** |