diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 13:37:24 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 15:32:51 -0500 |
commit | 07cf6064bb16fa45081ac1bb0d775507af853687 (patch) | |
tree | 5ad7e412e80390ef6eee4a0c000622c1660a6d48 | |
parent | c8a2afef14d93d35a5cef27c02e9dc977495642b (diff) | |
download | stasis-07cf6064bb16fa45081ac1bb0d775507af853687.tar.gz |
Ignore built documentation
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ build -docs/output +docs/html +docs/man +docs/latex cmake-* .idea *.so |