aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-03-23 15:29:20 -0400
committerCara Salter <cara@devcara.com>2023-03-23 15:29:38 -0400
commit0a838a6932beb1f89a81b16a568098fb45ecb266 (patch)
tree4e1335ac9a4fb5e18adc227b1e0ab033842a2021 /.gitignore
parent9ae99ae2949716cb05cd8fee618cb4ce67fff4a5 (diff)
downloadcmud-0a838a6932beb1f89a81b16a568098fb45ecb266.tar.gz
cmud-0a838a6932beb1f89a81b16a568098fb45ecb266.zip
Cmake
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 90c86f9..942fa6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -194,3 +194,27 @@ tags
# End of https://www.toptal.com/developers/gitignore/api/autotools,vim
config.cfg
+
+# Created by https://www.toptal.com/developers/gitignore/api/cmake
+# Edit at https://www.toptal.com/developers/gitignore?templates=cmake
+
+### CMake ###
+CMakeLists.txt.user
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
+Makefile
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+_deps
+
+### CMake Patch ###
+# External projects
+*-prefix/
+
+# End of https://www.toptal.com/developers/gitignore/api/cmake
+
+build/ \ No newline at end of file