1. 07 Jan, 2015 17 commits
  2. 04 Jan, 2015 1 commit
  3. 03 Jan, 2015 1 commit
  4. 02 Jan, 2015 1 commit
  5. 30 Dec, 2014 1 commit
  6. 23 Dec, 2014 3 commits
  7. 22 Dec, 2014 1 commit
    • bedella's avatar
      Add a global redis ignore file. · cfd03873
      bedella authored
      Ignores all .rdb files, (default: dump.rdb).
      
      These files contain a binary representation of the in-memory
      redis data that is generated using cli tools or on a redis
      failure.
      
      They can be used to restore a redis db, and may contain
      sensitive data so should not be saved in version control.
      cfd03873
  8. 21 Dec, 2014 1 commit
  9. 20 Dec, 2014 1 commit
  10. 17 Dec, 2014 1 commit
  11. 16 Dec, 2014 1 commit
    • Aurélien Millet's avatar
      fix magento root files · 30b6549b
      Aurélien Millet authored
      without leading slash, it ignores all files with these names (cron.php,
      get.php, index.php, api.php), whereveer they are
      30b6549b
  12. 12 Dec, 2014 3 commits
  13. 11 Dec, 2014 2 commits
  14. 09 Dec, 2014 2 commits
  15. 05 Dec, 2014 2 commits
    • Olav van Schie's avatar
      Update for Magento 1.9.1 · 0ff10282
      Olav van Schie authored
      Added Configurable Swatches and Pelago lib to ignore list
      0ff10282
    • Joel Kuntz's avatar
      Fix solution/project files for nested directories. · 103740bd
      Joel Kuntz authored
      By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
      103740bd
  16. 03 Dec, 2014 1 commit
    • Carlo Dri's avatar
      Create IGORPro.gitignore · 92b9dd5f
      Carlo Dri authored
      .gitignore template file for repositories of Wavemetrics IGOR Pro functions (.ipf files).
      92b9dd5f
  17. 01 Dec, 2014 1 commit
    • Vladislav Yaroslavlev's avatar
      Added Castalia *.stat files · c57220f9
      Vladislav Yaroslavlev authored
      Castalia is a free plugin for Delphi since XE7. It uses *.stat files to
      save statistics of the IDE usage for each project (compile time, debug
      time etc.)
      
      It is safe to delete it, and it is useless to move *.stat files between
      developers (each developer has its own IDE statistics).
      c57220f9