Преглед изворни кода

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#