summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2018-01-27 11:39:02 +0300
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2018-01-29 18:24:10 +0300
commit108de08b4283b7cbc522e4de9604d785349bad03 (patch)
tree3db0841212120b32eb0baf919cab6155ab4c5d6e /.gitignore
parent1a25592250954f460a811805f5537d7d1198294b (diff)
downloadcolm-108de08b4283b7cbc522e4de9604d785349bad03.tar.gz
Add CMake project
Now implemented: - Bootstrap `colm` program from sources; - Install target `colm::coml` and `colm::libcolm` via CMake's `colm` package. Shadow build support via CMake. Tested with MSYS2 and MinGW-w64 on Windows and with GCC on Linux. Detected issue when sizeof(word_t) < sizeof(void*).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8cfd4956..e9939360 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,9 @@
/test-driver
/build
/m4
+
+/CMakeCache.txt
+/CMakeFiles
+/cmake_install.cmake
+/install_manifest.txt
+/*.user