diff options
| author | 2017-02-23 17:21:13 -0500 | |
|---|---|---|
| committer | 2017-02-23 17:21:13 -0500 | |
| commit | fd34837265a8cb0ba10ad61584000bbecff9f70a (patch) | |
| tree | e437b4d0a93ec35bd04909fcb69da4871299a873 /.gitignore | |
| parent | Add error handling and try catch expression. (diff) | |
Breaking up functionality into more modules.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |
