diff options
| author | th-2021 <90853655+th-2021@users.noreply.github.com> | 2022-08-05 07:59:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 07:59:19 +0200 |
| commit | 1ebca42f46712293a38a571ab46285a23e9fc2e6 (patch) | |
| tree | 2ab9388eec98c6c4e1dbcc9f51ce47d62597b8ce /.gitignore | |
| parent | 93d0d7443a3443905a31556a28f060d885ee22dd (diff) | |
Move to cmake across all platforms (#363)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e4e07589b..442be304f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,10 @@ docs/doxygen/ *.map *.dump out.txt +*.sln +*.vcxproj +*.vcxproj.user +*.vcxproj.filters # Tool artifacts tools/mipspro7.2_compiler/ @@ -423,3 +427,18 @@ xcuserdata/ !*.xcworkspace/contents.xcworkspacedata /*.gcno **/xcshareddata/WorkspaceSettings.xcsettings + +# cmake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +*/extract_assets_cmake* +/build*
\ No newline at end of file |
