mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00

Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
4 lines
75 B
Text
4 lines
75 B
Text
# Ignore LyX backup and autosave files
|
|
# http://www.lyx.org/
|
|
*.lyx~
|
|
*.lyx#
|