Explorar el Código

Create LyX.gitignore

Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
gazebodude hace 10 años
padre
commit
1f6d881044
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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#