Skip to content

Commit 7e8aa42

Browse files
SNOW-473119 update gitignore and git blame ignore (snowflakedb#893)
1 parent f99c222 commit 7e8aa42

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: .git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010

1111
# Format of files with psf/black
1212
998940692da07a0c2984f1963ace71731dcc11bc
13+
14+
# License header update(s)
15+
d695d7d159ea94d6211199b7ff40cbc66f5a1dde

Diff for: .gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Byte-compiled / optimized / DLL files
2+
.mypy_cache
23
__pycache__/
34
*.py[cod]
45
*$py.class
@@ -110,3 +111,9 @@ whitesource/
110111

111112
# core dumps
112113
core.*
114+
115+
# Debug specific
116+
.gdb_history
117+
118+
# Editor specific
119+
.vscode

0 commit comments

Comments
 (0)