.gitignore:
# Ignore everything
*
# But not current file...
!.gitignore
# And not these files...
!script.pl
!template.latex