Skip to content

Commit c8af38b

Browse files
authored
Merge pull request #363 from adrn/update-ignore
Ignore fits and gz files in gitignore
2 parents 12043fa + 362e404 commit c8af38b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ build/
33
tutorials/rst-tutorials/
44
tutorials/notebooks/FITS-cubes/Maps/
55
IPython-*
6-
*.fits
6+
*.fits*
7+
*.gz
78
*.pdf
89
*.jpg
910
*.pyc

0 commit comments

Comments
 (0)