diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:31:08 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:31:08 -0400 |
commit | 5ad9610b49875b6d65c56600d5b98d1afc11a4bd (patch) | |
tree | e192184159adb0444d4c51ba5728cc852d9ec4a6 /.gitignore | |
parent | 9b8066c9e3a8de098ab93d9cec0a814cc99e4d66 (diff) |
test: test only udev and libudev.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 8c35832a49..4d503cd897 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,10 @@ src/udev/keyboard-keys.txt test/test-libudev test/test-udev test/test -test/test-device_nodes -test/test-utf8 test-driver + +test/rules-test.sh.log +test/rules-test.sh.trs +test/test-suite.log +test/udev-test.pl.log +test/udev-test.pl.trs |