diff options
author | sobomax <sobomax@FreeBSD.org> | 2016-02-02 19:04:40 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2016-02-02 19:04:40 +0000 |
commit | fbaeae62942b44dadfb17071b979c3f3a8af3b5e (patch) | |
tree | a5f2a16a9ffa5b1fa2bcfac45f84aa5a6dc72db1 /contrib/libucl | |
parent | 5b58d7a3f84952d4d0e45ed7d2501aa4c1a28f2e (diff) | |
download | FreeBSD-src-fbaeae62942b44dadfb17071b979c3f3a8af3b5e.zip FreeBSD-src-fbaeae62942b44dadfb17071b979c3f3a8af3b5e.tar.gz |
Root out files that don't really belong here and could in fact screw
you over if you happen to use git for FreeBSD development, as it is
the case with the unbound/.gitignore, which lits files that are
actually required for the buildworld.
MFC after: 1 day
Diffstat (limited to 'contrib/libucl')
-rw-r--r-- | contrib/libucl/tests/.gitignore | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/libucl/tests/.gitignore b/contrib/libucl/tests/.gitignore deleted file mode 100644 index 5a48681..0000000 --- a/contrib/libucl/tests/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.log -*.trs -*.plist - -test_basic -test_generate -test_schema -test_speed |