naps2/NAPS2.Lib.Mac/.gitignore
Ben Olden-Cooligan 2aa3340698 Dual build for monomac and xamarin-mac
We probably want to publish as xamarin, but currently it's impossible to run unit tests on it. Monomac has almost the same API so with some namespace finagling we can test with monomoc and publish with xamarin. Obviously that's not ideally in terms of testing against what we're actually running, but it's good enough for now.
2022-08-20 15:47:31 -07:00

32 lines
247 B
Plaintext

Thumbs.db
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.sln.docstates
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.vssscc
$tf*/
publish/
bin/
temp/