1. 16 9月, 2019 1 次提交
  2. 10 9月, 2019 4 次提交
  3. 20 8月, 2019 4 次提交
  4. 07 8月, 2019 5 次提交
  5. 24 7月, 2019 1 次提交
  6. 23 7月, 2019 2 次提交
  7. 21 7月, 2019 3 次提交
  8. 27 6月, 2019 1 次提交
  9. 23 6月, 2019 2 次提交
    • R
      Ignore *.xyd outline files generated by xy LaTeX package (#3088) · 7aec8fdf
      Ryan Kavanagh 提交于
      The xy package generates *.xyd files whenever the commands
      
          \MakeOutlines
          \OnlyOutlines
          \ShowOutlines
          \NoOutlines
      
      are present in the LaTeX source. These automatically-generated files
      contain the dimensions of figures typeset with xy and are recreated as
      needed. This is documented on pp. 15f. of the XY-pic Reference Manual
      (1999/02/16).
      
      As automatically-generated, temporary files, they should be ignored.
      7aec8fdf
    • C
      Updating Joomla.gitignore to Joomla! 3.9.8 (#3090) · e447ea28
      Charlotte Townley 提交于
      also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order
      e447ea28
  10. 01 6月, 2019 1 次提交
  11. 28 5月, 2019 1 次提交
  12. 26 5月, 2019 1 次提交
  13. 22 5月, 2019 1 次提交
  14. 19 5月, 2019 1 次提交
  15. 17 5月, 2019 2 次提交
    • M
      vim: add extra session file Sessionx.vim (#3058) · cdab24d9
      Matan Nassau 提交于
      from vim's documentation on `:mksession` (:help :mksession):
      
       ...
      
       10. If a file exists with the same name as the Session file, but ending
           in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
           files to specify additional settings and actions associated with a
           given Session, such as creating menu items in the GUI version.
      
      we already have Session.vim ignored.  the Sessionx.vim file, like
      Session.vim, is a user file.  a user would generally want that file kept
      private or for themselves, and the public or a team fetching from or
      sharing the repository generally have no interest in a file relevant
      only to a particular user.  so it's a good idea to get git to help us
      avoid mistakenly sharing the file.
      cdab24d9
    • M
      6cb96f4a
  16. 12 5月, 2019 10 次提交