annotate .gitignore @ 266:d04675d44928 tip master

Refer to SDK from Github
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 02 Jun 2021 14:41:26 +0100
parents eb682a6b6664
children
rev   line source
cannam@232 1 *~
cannam@232 2 *.o
cannam@232 3 *.obj
cannam@232 4 *.so
cannam@260 5 *.dylib
cannam@232 6 *.dll
cannam@232 7 *.msi
cannam@232 8 .repoint-*.bin
cannam@232 9 build/msvc/Debug
cannam@232 10 build/msvc/Release
cannam@232 11 build/msvc/x64/Debug
cannam@232 12 build/msvc/x64/Release
cannam@232 13 re:^build/mingw32/x64/Release/
cannam@232 14 .vs
cannam@232 15 *.db
cannam@232 16 test/tmp
cannam@233 17 test/regression-obtained
cannam@232 18 lib/
cannam@232 19 *.orig
cannam@258 20 .repoint*