diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-07-14 12:53:16 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-07-14 12:53:16 -0400 |
| commit | 01e648b1391dd84f8e63494f75f5e6a9dfe375b6 (patch) | |
| tree | 9ed0d618923004b60ce4157a8cdb221769092683 /.gitignore | |
| download | idcmp-01e648b1391dd84f8e63494f75f5e6a9dfe375b6.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17ed007 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.idea/ +cmake-build-*/ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps |
