Procházet zdrojové kódy

Create LyX.gitignore

Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
pull/1170/head
gazebodude před 9 roky
rodič
revize
1f6d881044
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Global/LyX.gitignore

+ 4
- 0
Global/LyX.gitignore Zobrazit soubor

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

Načítá se…
Zrušit
Uložit