gitignore: exclude files generated by root-tests
parent
f5872a74e8
commit
640a79084a
|
@ -2,6 +2,10 @@ src/apk
|
||||||
src/apk-test
|
src/apk-test
|
||||||
src/apk.static
|
src/apk.static
|
||||||
test/*.got
|
test/*.got
|
||||||
|
test/repos.out
|
||||||
|
test/repos.stamp
|
||||||
|
test/test*.out
|
||||||
|
test/test*.ok
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
*.cmd
|
*.cmd
|
||||||
|
|
Loading…
Reference in New Issue