Skip to content

Commit 3071580

Browse files
committed
Fix gitignore
1 parent 49b60dc commit 3071580

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ eggs/
1818

1919
# Input data files
2020
/data/Soft00Cmt.txt
21+
/data/Soft00Cmt_*.txt
2122
/data/ascp1550.430
2223
/data/ascp1650.430
2324
/data/ascp1750.430
@@ -32,7 +33,8 @@ eggs/
3233
/data/astorb.dat
3334
/data/header.430
3435

35-
/data/dcfbinary*
36+
/data/binary_*.bin
37+
/data/list_*.txt
3638

3739
/data/constellations/downloads/hip_main.dat.gz
3840
/data/constellations/downloads/ybsc.gz

0 commit comments

Comments
 (0)