From a3f4ac00ee76f5e3b2dae7838a6c13ccae40ceac Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 20 Feb 2022 09:15:40 -0700 Subject: Set up CMake build system --- .gitignore | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 93659d7..1b963c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,16 @@ -.vscode -fmseq +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles/ +CMakeScripts/ +Testing/ +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps/ + +Makefile +out/ +.vs/ -# Visual Studio garbage -Debug/ -*.sln -*.vcxproj -*.vcxproj.filters -*.vcxproj.user -*.pdb \ No newline at end of file +fmseq -- cgit v1.2.3