Skip to content

Commit 87497ab

Browse files
committed
ADD: first gitignore with c++ and vscode
1 parent 0bb9e88 commit 87497ab

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#######################################
2+
## C++
3+
#######################################
14
# Prerequisites
25
*.d
36

@@ -30,3 +33,24 @@
3033
*.exe
3134
*.out
3235
*.app
36+
37+
# add the build output folder
38+
build/
39+
40+
41+
#######################################
42+
## VSCode
43+
#######################################
44+
45+
.vscode/*
46+
!.vscode/settings.json
47+
!.vscode/tasks.json
48+
!.vscode/launch.json
49+
!.vscode/extensions.json
50+
!.vscode/*.code-snippets
51+
52+
# Local History for Visual Studio Code
53+
.history/
54+
55+
# Built Visual Studio Code Extensions
56+
*.vsix

0 commit comments

Comments
 (0)