mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
Add .env to gitignore to prevent environment files from being tracked
This commit is contained in:
parent
e31881ba30
commit
323003aed9
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ rebase.cmd
|
||||||
callgrind.out.*
|
callgrind.out.*
|
||||||
# .hpp files are automatically generated
|
# .hpp files are automatically generated
|
||||||
*.hpp
|
*.hpp
|
||||||
|
.env
|
||||||
.z3-trace
|
.z3-trace
|
||||||
# OCaml generated files
|
# OCaml generated files
|
||||||
*.a
|
*.a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue