Skip to content

Commit d2676d2

Browse files
author
João Pedro Limão
committed
Update .gitignore for C++ and VsCode
1 parent 9839701 commit d2676d2

File tree

3 files changed

+62
-1
lines changed

3 files changed

+62
-1
lines changed

.gitignore

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,65 @@ fabric.properties
112112
!.idea/codeStyles
113113
!.idea/runConfigurations
114114

115-
# End of https://www.toptal.com/developers/gitignore/api/goland+all,go
115+
# End of https://www.toptal.com/developers/gitignore/api/goland+all,go
116+
117+
# Created by https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
118+
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,visualstudiocode
119+
120+
### C++ ###
121+
# Prerequisites
122+
*.d
123+
124+
# Compiled Object files
125+
*.slo
126+
*.lo
127+
*.o
128+
*.obj
129+
130+
# Precompiled Headers
131+
*.gch
132+
*.pch
133+
134+
# Compiled Dynamic libraries
135+
*.so
136+
*.dylib
137+
*.dll
138+
139+
# Fortran module files
140+
*.mod
141+
*.smod
142+
143+
# Compiled Static libraries
144+
*.lai
145+
*.la
146+
*.a
147+
*.lib
148+
149+
# Executables
150+
*.exe
151+
*.out
152+
*.app
153+
154+
### VisualStudioCode ###
155+
.vscode/*
156+
!.vscode/settings.json
157+
!.vscode/tasks.json
158+
!.vscode/launch.json
159+
!.vscode/extensions.json
160+
!.vscode/*.code-snippets
161+
162+
# Local History for Visual Studio Code
163+
.history/
164+
165+
# Built Visual Studio Code Extensions
166+
*.vsix
167+
168+
### VisualStudioCode Patch ###
169+
# Ignore all local history of files
170+
.history
171+
.ionide
172+
173+
# For VJudge/*/out
174+
out
175+
176+
# End of https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)