Skip to content

Commit 8cf094a

Browse files
committed
Merge branch 'master' of https://github.com/pitmonticone/FLT3
2 parents 1da8e49 + 4d2714b commit 8cf094a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# macOS leaves these files everywhere:
22
.DS_Store
3+
34
# Created by `lake exe cache get` if no home directory is available
45
/.cache
6+
57
# Prior to v4.3.0-rc2 lake stored files in these locations.
68
# We'll leave them in the `.gitignore` for a while for users switching between toolchains.
79
/build/
810
/lake-packages/
911
/lakefile.olean
12+
1013
# After v4.3.0-rc2 lake stores its files here:
1114
/.lake/
15+
1216
# Python virtual environment
1317
/.venv/
14-
references.md
18+
19+
# Lean blueprint
1520
/blueprint/lean_decls
1621
/blueprint/src/web.bbl
17-
tmp.md
22+
23+
# Temporary files
24+
references.md
1825
structure.md

0 commit comments

Comments
 (0)