diff options
author | cflip <cflip@cflip.net> | 2022-02-20 09:15:40 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-20 09:15:40 -0700 |
commit | a3f4ac00ee76f5e3b2dae7838a6c13ccae40ceac (patch) | |
tree | af8575869f901657b2252c56c7a15e278ef2c0f7 /.gitignore | |
parent | 3828bb56022c636a7dd056a4781249222ea0d3ca (diff) |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -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 |