Create LyX.gitignore
Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
This commit is contained in:
parent
4e273aea2a
commit
1f6d881044
4
Global/LyX.gitignore
Normal file
4
Global/LyX.gitignore
Normal file
@ -0,0 +1,4 @@
|
||||
# Ignore LyX backup and autosave files
|
||||
# http://www.lyx.org/
|
||||
*.lyx~
|
||||
*.lyx#
|
Loading…
Reference in New Issue
Block a user