1. 23 7月, 2019 1 次提交
  2. 17 5月, 2019 1 次提交
    • 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
  3. 12 5月, 2019 4 次提交
  4. 08 3月, 2019 1 次提交
  5. 10 12月, 2018 1 次提交
  6. 06 12月, 2018 1 次提交
    • M
      Ignore Generated Files · 2731b70f
      Mark Nicolini 提交于
      Netbeans Linux and Windows Makefile-*.mk and Package-*.bash files in nbproject directories are automatically generated during compile.  These files are continually updated, which can cause a long list of unnecessary files to add, commit, and push (or that are Untracked).  This has been experienced for Linux and Windows C++ projects.  Helpful supporting link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git
      2731b70f
  7. 26 11月, 2018 1 次提交
  8. 08 11月, 2018 1 次提交
  9. 29 10月, 2018 1 次提交
  10. 14 10月, 2018 1 次提交
  11. 18 9月, 2018 1 次提交
  12. 15 9月, 2018 1 次提交
  13. 14 8月, 2018 1 次提交
    • Y
      Removed Microsoft Word 2016 Auto Backuped File on macOS · cbdbe97c
      YCH 提交于
      If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
      cbdbe97c
  14. 04 7月, 2018 1 次提交
  15. 03 7月, 2018 1 次提交
  16. 01 7月, 2018 1 次提交
  17. 30 6月, 2018 1 次提交
  18. 29 6月, 2018 1 次提交
  19. 18 6月, 2018 3 次提交
  20. 14 6月, 2018 1 次提交
  21. 12 6月, 2018 1 次提交
  22. 05 6月, 2018 1 次提交
  23. 10 5月, 2018 1 次提交
  24. 02 5月, 2018 1 次提交
  25. 01 5月, 2018 1 次提交
  26. 08 4月, 2018 1 次提交
  27. 05 4月, 2018 1 次提交
  28. 02 4月, 2018 1 次提交
  29. 30 3月, 2018 1 次提交
  30. 26 3月, 2018 3 次提交
  31. 19 3月, 2018 1 次提交
  32. 08 2月, 2018 1 次提交
  33. 06 2月, 2018 1 次提交