diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 12:48:24 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 12:49:00 +0200 |
commit | 640a79084a420598b006290c9ffe1372d93da34e (patch) | |
tree | eb833bac32082d1da6d6903f814d32bef0ef92ad /.gitignore | |
parent | f5872a74e85b16b0dfd42b996fb52e4984510d17 (diff) | |
download | apk-tools-640a79084a420598b006290c9ffe1372d93da34e.tar.gz apk-tools-640a79084a420598b006290c9ffe1372d93da34e.tar.bz2 apk-tools-640a79084a420598b006290c9ffe1372d93da34e.tar.xz apk-tools-640a79084a420598b006290c9ffe1372d93da34e.zip |
gitignore: exclude files generated by root-tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ src/apk src/apk-test src/apk.static test/*.got +test/repos.out +test/repos.stamp +test/test*.out +test/test*.ok *.o *.d *.cmd |