Skip to content

Commit

Permalink
.gitignore: Ignore test binaries and logs
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Dec 8, 2023
1 parent 1ca2bc1 commit fba88b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depcomp
configure
aclocal.m4
compile
test-driver
config.guess
config.h*
!msvc/config.h
Expand All @@ -41,7 +42,14 @@ examples/fxload
examples/hotplugtest
examples/sam3u_benchmark
examples/testlibusb
tests/init_context
tests/macos
tests/set_option
tests/stress
tests/stress_mt
tests/stress_mt
tests/*.log
tests/*.trs
android/libs
android/obj
*.exe
Expand Down

0 comments on commit fba88b1

Please sign in to comment.