diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-03-04 14:26:32 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-03-16 18:15:35 -0400 |
commit | fed68d1748308f73772639ce7cd5b06100b7563f (patch) | |
tree | 569b8e8f53a619f4fe2acecec4f7623ffb55d506 /.gitattributes | |
parent | 09558efdf0af09db73a4d16039a1e2718e7a58c5 (diff) | |
download | bfs-fed68d1748308f73772639ce7cd5b06100b7563f.tar.xz |
cirrus: Add a Cirrus CI build to test FreeBSD
Fixes #41.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 084bde3..9f6257e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .git* export-ignore .travis.yml export-ignore +.cirrus.yml export-ignore |