Quellcode durchsuchen

Create LyX.gitignore

Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
gazebodude vor 10 Jahren
Ursprung
Commit
1f6d881044
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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#