瀏覽代碼

Create LyX.gitignore

Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
gazebodude 10 年之前
父節點
當前提交
1f6d881044
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Global/LyX.gitignore

+ 4 - 0
Global/LyX.gitignore

@@ -0,0 +1,4 @@
+# Ignore LyX backup and autosave files
+# http://www.lyx.org/
+*.lyx~
+*.lyx#