mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Java API: .gitignored auto-generated files and java class files.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
2976fcbfd8
commit
3f548c7610
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -7,6 +7,9 @@
|
||||||
*.cmi
|
*.cmi
|
||||||
*.cmxa
|
*.cmxa
|
||||||
ocamlz3
|
ocamlz3
|
||||||
|
# Java generated files
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
# Emacs temp files
|
# Emacs temp files
|
||||||
\#*\#
|
\#*\#
|
||||||
# Directories with generated code and documentation
|
# Directories with generated code and documentation
|
||||||
|
@ -49,5 +52,6 @@ src/api/python/z3consts.py
|
||||||
src/api/python/z3core.py
|
src/api/python/z3core.py
|
||||||
src/ast/pattern/database.h
|
src/ast/pattern/database.h
|
||||||
src/util/version.h
|
src/util/version.h
|
||||||
src/api/java/Z3Native.c
|
src/api/java/Z3Native.cpp
|
||||||
src/api/java/Z3Native.java
|
src/api/java/Z3Native.java
|
||||||
|
src/api/java/enumerations/*.java
|
||||||
|
|
Loading…
Reference in a new issue