Skip to content
  1. Sep 20, 2019
  2. Sep 16, 2019
  3. Sep 10, 2019
  4. Aug 20, 2019
  5. Aug 07, 2019
  6. Jul 24, 2019
  7. Jul 23, 2019
  8. Jul 22, 2019
  9. Jul 21, 2019
  10. Jun 27, 2019
  11. Jun 23, 2019
    • Ryan Kavanagh's avatar
      Ignore *.xyd outline files generated by xy LaTeX package (#3088) · 7aec8fdf
      Ryan Kavanagh authored
      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
    • Charlotte Townley's avatar
      Updating Joomla.gitignore to Joomla! 3.9.8 (#3090) · e447ea28
      Charlotte Townley authored
      also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order
      e447ea28
  12. Jun 01, 2019
  13. May 28, 2019
  14. May 25, 2019
  15. May 22, 2019
  16. May 19, 2019
  17. May 16, 2019
    • Matan Nassau's avatar
      vim: add extra session file Sessionx.vim (#3058) · cdab24d9
      Matan Nassau authored
      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
    • Mohammad Hizzani's avatar
  18. May 12, 2019