|
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/cmake,conan,visualstudiocode,c++,windows,linux |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,conan,visualstudiocode,c++,windows,linux |
| 3 | + |
| 4 | +### C++ ### |
| 5 | +# Prerequisites |
| 6 | +*.d |
| 7 | + |
| 8 | +# Compiled Object files |
| 9 | +build/ |
| 10 | +*.slo |
| 11 | +*.lo |
| 12 | +*.o |
| 13 | +*.obj |
| 14 | + |
| 15 | +# Precompiled Headers |
| 16 | +*.gch |
| 17 | +*.pch |
| 18 | + |
| 19 | +# Compiled Dynamic libraries |
| 20 | +*.so |
| 21 | +*.dylib |
| 22 | +*.dll |
| 23 | + |
| 24 | +# Fortran module files |
| 25 | +*.mod |
| 26 | +*.smod |
| 27 | + |
| 28 | +# Compiled Static libraries |
| 29 | +*.lai |
| 30 | +*.la |
| 31 | +*.a |
| 32 | +*.lib |
| 33 | + |
| 34 | +# Executables |
| 35 | +*.exe |
| 36 | +*.out |
| 37 | +*.app |
| 38 | + |
| 39 | +### CMake ### |
| 40 | +CMakeLists.txt.user |
| 41 | +CMakeCache.txt |
| 42 | +CMakeFiles |
| 43 | +CMakeScripts |
| 44 | +Testing |
| 45 | +Makefile |
| 46 | +cmake_install.cmake |
| 47 | +install_manifest.txt |
| 48 | +compile_commands.json |
| 49 | +CTestTestfile.cmake |
| 50 | +_deps |
| 51 | + |
| 52 | +### CMake Patch ### |
| 53 | +CMakeUserPresets.json |
| 54 | + |
| 55 | +# External projects |
| 56 | +*-prefix/ |
| 57 | + |
| 58 | +### Conan ### |
| 59 | +# Conan build information |
| 60 | +conan.lock |
| 61 | +conanbuildinfo.* |
| 62 | +conaninfo.txt |
| 63 | +graph_info.json |
| 64 | + |
| 65 | +## Various built-in generators |
| 66 | +# cmake_find_package generator https://docs.conan.io/en/latest/reference/generators/cmake_find_package.html |
| 67 | +Find*.cmake |
| 68 | + |
| 69 | +# cmake_paths generator https://docs.conan.io/en/1.4/integrations/cmake/cmake_paths_generator.html |
| 70 | +conan_paths.* |
| 71 | + |
| 72 | +# Environment activation scripts produced by https://docs.conan.io/en/latest/mastering/virtualenv.html#virtualenv-generator |
| 73 | +activate_run.ps1 |
| 74 | +activate_run.sh |
| 75 | +deactivate_run.ps1 |
| 76 | +deactivate_run.sh |
| 77 | +environment_run.ps1.env |
| 78 | +environment_run.sh.env |
| 79 | + |
| 80 | +### Linux ### |
| 81 | +*~ |
| 82 | + |
| 83 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 84 | +.fuse_hidden* |
| 85 | + |
| 86 | +# KDE directory preferences |
| 87 | +.directory |
| 88 | + |
| 89 | +# Linux trash folder which might appear on any partition or disk |
| 90 | +.Trash-* |
| 91 | + |
| 92 | +# .nfs files are created when an open file is removed but is still being accessed |
| 93 | +.nfs* |
| 94 | + |
| 95 | +### VisualStudioCode ### |
| 96 | +.vscode/* |
| 97 | +!.vscode/settings.json |
| 98 | +!.vscode/tasks.json |
| 99 | +!.vscode/launch.json |
| 100 | +!.vscode/extensions.json |
| 101 | +!.vscode/*.code-snippets |
| 102 | + |
| 103 | +# Local History for Visual Studio Code |
| 104 | +.history/ |
| 105 | + |
| 106 | +# Built Visual Studio Code Extensions |
| 107 | +*.vsix |
| 108 | + |
| 109 | +### VisualStudioCode Patch ### |
| 110 | +# Ignore all local history of files |
| 111 | +.history |
| 112 | +.ionide |
| 113 | + |
| 114 | +### Windows ### |
| 115 | +# Windows thumbnail cache files |
| 116 | +Thumbs.db |
| 117 | +Thumbs.db:encryptable |
| 118 | +ehthumbs.db |
| 119 | +ehthumbs_vista.db |
| 120 | + |
| 121 | +# Dump file |
| 122 | +*.stackdump |
| 123 | + |
| 124 | +# Folder config file |
| 125 | +[Dd]esktop.ini |
| 126 | + |
| 127 | +# Recycle Bin used on file shares |
| 128 | +$RECYCLE.BIN/ |
| 129 | + |
| 130 | +# Windows Installer files |
| 131 | +*.cab |
| 132 | +*.msi |
| 133 | +*.msix |
| 134 | +*.msm |
| 135 | +*.msp |
| 136 | + |
| 137 | +# Windows shortcuts |
| 138 | +*.lnk |
| 139 | + |
| 140 | +# End of https://www.toptal.com/developers/gitignore/api/cmake,conan,visualstudiocode,c++,windows,linux |
| 141 | + |
| 142 | +# clangd |
| 143 | +.cache/ |
| 144 | + |
| 145 | +# user specific files |
| 146 | +*user* |
| 147 | +tmp/ |
0 commit comments