We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520627d commit 2b8aa9fCopy full SHA for 2b8aa9f
1 file changed
.gitignore
@@ -10,6 +10,8 @@
10
*.dSYM
11
*.zip
12
*.native
13
+*.log
14
+*.trs
15
_build
16
17
# autotools stuff
@@ -35,6 +37,7 @@ depcomp
35
37
missing
36
38
py-compile
39
compile
40
+test-driver
41
42
# other generated files
43
example.scm
@@ -48,4 +51,5 @@ examples/main.c
48
51
ctlgeom-types.h
49
52
geom-ctl-io.c
50
53
geomtst
-nlopt-constants.scm
54
+nlopt-constants.scm
55
+utils/test-prism
0 commit comments