aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-05-13 12:02:03 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-05-13 12:02:03 -0500
commit804701d4e6d862f67a6b17c5162beefd309f7bbf (patch)
treefaa788d3d42d5e87cba0222f33f73b9c1b003284 /.gitignore
parentAdd autotools because why not (diff)
downloadlocusts-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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 49a2c65..696818a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -108,4 +108,7 @@ GNUmakefile
/build-aux
*~
-ocusts.pc \ No newline at end of file
+ocusts.pc
+
+# CMake
+build/**/*