diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-26 17:14:57 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-26 17:14:57 -0700 |
commit | 8267056a6477e3517b974bc1d33d275365c43ec6 (patch) | |
tree | 43c86164b510e13628500445bbd251f75fd8d6d2 /tests | |
parent | 23ed5f2526e97d11df35cd8d9a9c7b95b635e225 (diff) | |
download | weston-8267056a6477e3517b974bc1d33d275365c43ec6.tar.gz weston-8267056a6477e3517b974bc1d33d275365c43ec6.tar.bz2 weston-8267056a6477e3517b974bc1d33d275365c43ec6.zip |
gitignore: Ignore generated header test files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 25e7344f..64d4b876 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,3 +7,6 @@ matrix-test setbacklight test-client test-text-client +headers-protocol-core-test.c +headers-protocol-test.c +headers-test.c |