1. 10 9月, 2019 2 次提交
    • W
      Add OpenSSL-related file extensions (#3168) · aad51433
      Wes Dean 提交于
      There are a number of OpenSSL-related file extensions (e.g., .pem, .crt,
      etc..) that contain data that are generally best not committed to
      repositories.  This file contains several common file extensions that
      often correlate to these types of files.
      aad51433
    • R
      Update Vim.gitignore (#3169) · 41ec0583
      Rolf Vidar Hoksaas 提交于
      .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
      41ec0583
  2. 20 8月, 2019 4 次提交
  3. 07 8月, 2019 5 次提交
  4. 24 7月, 2019 1 次提交
  5. 23 7月, 2019 2 次提交
  6. 21 7月, 2019 3 次提交
  7. 27 6月, 2019 1 次提交
  8. 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
  9. 01 6月, 2019 1 次提交
  10. 28 5月, 2019 1 次提交
  11. 26 5月, 2019 1 次提交
  12. 22 5月, 2019 1 次提交
  13. 19 5月, 2019 1 次提交
  14. 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
  15. 12 5月, 2019 12 次提交
  16. 10 5月, 2019 1 次提交