mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Ignore callgrind files and Python pyo files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
53df82c314
commit
71aec11a04
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
# Ignore callgrind files
|
||||||
|
callgrind.out.*
|
||||||
# .hpp files are automatically generated
|
# .hpp files are automatically generated
|
||||||
*.hpp
|
*.hpp
|
||||||
.z3-trace
|
.z3-trace
|
||||||
|
|
Loading…
Reference in a new issue