Make WordPress Core

Ticket #27207: 27207.3.diff

File 27207.3.diff, 665 bytes (added by markjaquith, 11 years ago)

explicitly ignore default themes

  • .gitignore

    wp-tests-config.php 
    3636/src/wp-content/object-cache.php
    3737/src/wp-content/sunrise.php
    3838
    39 # Do not ignore "twenty*" themes
    40 !/src/wp-content/themes/twenty*
     39# Do not ignore default themes
     40!/src/wp-content/themes/twentyten
     41!/src/wp-content/themes/twentyeleven
     42!/src/wp-content/themes/twentytwelve
     43!/src/wp-content/themes/twentythirteen
     44!/src/wp-content/themes/twentyfourteen
     45!/src/wp-content/themes/twentyfifteen
    4146
    4247# Ignore other .gitignore files to allow for personal customizations
    4348.gitignore