Skip to content

Commit a7ac99c

Browse files
authored
SNOW-195747 add more object files, core dumps to gitignore (#399)
1 parent f4fe227 commit a7ac99c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ __pycache__/
44
*$py.class
55

66
# C extensions
7+
*.a
8+
*.dll
9+
*.exe
10+
*.o
711
*.so
812

913
# Distribution / packaging
@@ -103,3 +107,6 @@ snowflake_connector_python.egg-info/
103107
wss*.config
104108
wss-unified-agent.jar
105109
whitesource/
110+
111+
# core dumps
112+
core.*

0 commit comments

Comments
 (0)