Skip to content

Commit 5476d49

Browse files
DilumAluthgeKristofferC
authored andcommitted
1.6: add some .gitignore entries, including some Buildkite-related .gitignore entries (#47952)
1 parent 2ac3541 commit 5476d49

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*.so
2323
*.dylib
2424
*.dSYM
25+
*.h.gen
2526
*.jl.cov
2627
*.jl.*.cov
2728
*.jl.mem
@@ -32,9 +33,13 @@
3233
.DS_Store
3334
.idea/*
3435
.vscode/*
36+
*.heapsnapshot
3537

36-
# Buildkite: cryptic plugin
37-
# Ignore the unencrypted repo_key
38+
# Buildkite: Ignore the entire .buildkite directory
39+
/.buildkite
40+
41+
# Buildkite: Ignore the unencrypted repo_key
3842
repo_key
39-
# Ignore any agent keys (public or private) we have stored
43+
44+
# Buildkite: Ignore any agent keys (public or private) we have stored
4045
agent_key*

0 commit comments

Comments
 (0)