/*.d
/*.o
/large_tests/*.d
/large_tests/*.o

# Coverage data
/*.gcno
/*.gcda
/large_tests/*.gcno
/large_tests/*.gcda

# ASAN
/*-asan
/*-asan-noinst
/*-asan-dbg
/*-asan-dbg-noinst
/*-asan-cov
/*-asan-cov-noinst

# TSAN
/*-tsan
/*-tsan-noinst
/*-tsan-dbg
/*-tsan-dbg-noinst
/*-tsan-cov
/*-tsan-cov-noinst

/realm-tests
/realm-tests-dbg
/realm-tests-cov

/benchmark/x64
/benchmark

# On Windows, .realm files generated by the unit test suite will be placed here
# because some git clients will otherwise interfere with them (lock them, etc)
/tmp

# Jenkins unit test reports
/unit-test-report.xml
