File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/cmake,visualstudiocode
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=cmake,visualstudiocode
3+
4+ # ## CMake ###
5+ CMakeLists.txt.user
6+ CMakeCache.txt
7+ CMakeFiles
8+ CMakeScripts
9+ Testing
10+ Makefile
11+ cmake_install.cmake
12+ install_manifest.txt
13+ compile_commands.json
14+ CTestTestfile.cmake
15+ _deps
16+
17+ # ## CMake Patch ###
18+ # External projects
19+ * -prefix /
20+
21+ # ## VisualStudioCode ###
22+ .vscode /*
23+ ! .vscode /settings.json
24+ ! .vscode /tasks.json
25+ ! .vscode /launch.json
26+ ! .vscode /extensions.json
27+ ! .vscode /* .code-snippets
28+
29+ # Local History for Visual Studio Code
30+ .history /
31+
32+ # Built Visual Studio Code Extensions
33+ * .vsix
34+
35+ # ## VisualStudioCode Patch ###
36+ # Ignore all local history of files
37+ .history
38+ .ionide
39+
40+ # End of https://www.toptal.com/developers/gitignore/api/cmake,visualstudiocode
41+
42+ extras /test /bin /
43+ extras /test /DartConfiguration.tcl
44+ extras /test /Makefile
You can’t perform that action at this time.
0 commit comments