Skip to content

Commit 20576e8

Browse files
committed
ignoring build artifacts
1 parent b2f3e83 commit 20576e8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore build results
2+
[Bb]uild/
3+
[Dd]ebug/
4+
[Dd]ebugPublic/
5+
[Rr]elease/
6+
[Rr]eleases/
7+
[Bb]in/
8+
[Oo]bj/
9+
[Ll]og/
10+
[Ll]ogs/
11+
12+
# Visual Studio cache/options directory
13+
.vs/
14+
15+
# Python Tools for Visual Studio (PTVS)
16+
__pycache__/
17+
*.pyc
18+
19+
# Ignore certificate files.
20+
*.pem
21+
*.crt

0 commit comments

Comments
 (0)