aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2017-02-23 17:21:13 -0500
committerCalvin Rose <calsrose@gmail.com>2017-02-23 17:21:13 -0500
commitfd34837265a8cb0ba10ad61584000bbecff9f70a (patch)
treee437b4d0a93ec35bd04909fcb69da4871299a873 /.gitignore
parentAdd error handling and try catch expression. (diff)
Breaking up functionality into more modules.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9791f25b..64e8f8ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,18 @@ Mkfile.old
dkms.conf
# End of https://www.gitignore.io/api/c
+
+# Created by https://www.gitignore.io/api/cmake
+
+### CMake ###
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
+Makefile
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+
+# End of https://www.gitignore.io/api/cmake