Skip to content

Commit 2bbd64c

Browse files
committed
chore: add .gitignore for ast_tester/ (taken in part from my Starlink#37 PR)
1 parent 6c8406b commit 2bbd64c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

ast_tester/.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ignore test binaries but not sources
2+
*.log
3+
*.trs
4+
*.o
5+
ast_test
6+
simplify
7+
test*
8+
wcsconverter
9+
!test*.c
10+
!test*.f
11+
!test*.sh
12+
13+
# Generated test outputs
14+
lsst_wcs.asdf
15+
nativetest.yaml
16+
sphmap_roundtrip.asdf
17+
tanSipWcs.asdf
18+
yamltest.asdf

0 commit comments

Comments
 (0)