diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 12:02:03 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 12:02:03 -0500 |
commit | 804701d4e6d862f67a6b17c5162beefd309f7bbf (patch) | |
tree | faa788d3d42d5e87cba0222f33f73b9c1b003284 /.gitignore | |
parent | Add autotools because why not (diff) | |
download | locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar.gz locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar.bz2 locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar.lz locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar.xz locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.tar.zst locusts-804701d4e6d862f67a6b17c5162beefd309f7bbf.zip |
Add CMake
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -108,4 +108,7 @@ GNUmakefile /build-aux *~ -ocusts.pc
\ No newline at end of file +ocusts.pc + +# CMake +build/**/* |