Skip to content

Commit 094ec7c

Browse files
added gitignore
1 parent 37b8627 commit 094ec7c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

0 commit comments

Comments
 (0)