Skip to content

Commit 2b8aa9f

Browse files
committed
updated .gitignore
1 parent 520627d commit 2b8aa9f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*.dSYM
1111
*.zip
1212
*.native
13+
*.log
14+
*.trs
1315
_build
1416

1517
# autotools stuff
@@ -35,6 +37,7 @@ depcomp
3537
missing
3638
py-compile
3739
compile
40+
test-driver
3841

3942
# other generated files
4043
example.scm
@@ -48,4 +51,5 @@ examples/main.c
4851
ctlgeom-types.h
4952
geom-ctl-io.c
5053
geomtst
51-
nlopt-constants.scm
54+
nlopt-constants.scm
55+
utils/test-prism

0 commit comments

Comments
 (0)