Create LyX.gitignore
Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
This commit is contained in:
Родитель
4e273aea2a
Коммит
1f6d881044
|
@ -0,0 +1,4 @@
|
|||
# Ignore LyX backup and autosave files
|
||||
# http://www.lyx.org/
|
||||
*.lyx~
|
||||
*.lyx#
|
Загрузка…
Ссылка в новой задаче