1. 23 12月, 2021 1 次提交
    • B
      Update Xcode.gitignore · 04a2b144
      Berik Visschers 提交于
      - Remove a reminder to look at files that don't exist anymore
      - Remove ignore rules for an IDE from 2007
      - Remove an ignore rule for Gcc which is no longer used since 2013
      04a2b144
  2. 14 12月, 2021 1 次提交
  3. 10 12月, 2021 1 次提交
  4. 28 11月, 2021 2 次提交
  5. 29 9月, 2021 2 次提交
  6. 27 9月, 2021 1 次提交
  7. 18 9月, 2021 1 次提交
  8. 21 7月, 2021 1 次提交
  9. 30 12月, 2020 1 次提交
  10. 04 7月, 2020 1 次提交
  11. 05 4月, 2020 1 次提交
  12. 05 3月, 2020 1 次提交
  13. 28 2月, 2020 1 次提交
  14. 10 2月, 2020 3 次提交
  15. 06 12月, 2019 1 次提交
  16. 18 11月, 2019 1 次提交
    • D
      exclude compiler.xml and artifacts when using Gradle (#3236) · c3e97a0e
      davidkron 提交于
      In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.
      c3e97a0e
  17. 31 10月, 2019 1 次提交
  18. 11 10月, 2019 1 次提交
  19. 03 10月, 2019 1 次提交
  20. 10 9月, 2019 1 次提交
  21. 20 8月, 2019 1 次提交
  22. 23 7月, 2019 1 次提交
  23. 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
  24. 12 5月, 2019 4 次提交
  25. 08 3月, 2019 1 次提交
  26. 10 12月, 2018 1 次提交
  27. 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
  28. 26 11月, 2018 1 次提交
  29. 08 11月, 2018 1 次提交
  30. 29 10月, 2018 1 次提交
  31. 14 10月, 2018 1 次提交
  32. 18 9月, 2018 1 次提交
  33. 15 9月, 2018 1 次提交