15 lines
205 B
Text
15 lines
205 B
Text
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
!*.tex
|
|
!*.bib
|
|
!*.txt
|
|
# etc...
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
# if the files to be tracked are in subdirectories
|
|
!*/latex/bilder/*
|