From 615282ba839ce6fc1fa10c44eff6af49a548a0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Kneipp?= Date: Wed, 28 Sep 2011 16:20:01 -0300 Subject: [PATCH] Sort A-Z ignored files --- Wordpress.gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index 6f07b354..9766d4d1 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,18 +1,18 @@ .htaccess -wp-*.php -xmlrpc.php -wp-admin/ -wp-includes/ -wp-content/uploads/ -wp-content/blogs.dir/ -wp-content/upgrade/* -wp-content/backup-db/* -wp-content/advanced-cache.php -wp-content/wp-cache-config.php -wp-content/cache/* -wp-content/cache/supercache/* -wp-content/plugins +license.txt +readme.html sitemap.xml sitemap.xml.gz -readme.html -license.txt +wp-*.php +wp-admin/ +wp-content/advanced-cache.php +wp-content/backup-db/* +wp-content/blogs.dir/ +wp-content/cache/* +wp-content/cache/supercache/* +wp-content/upgrade/* +wp-content/uploads/ +wp-content/plugins +wp-content/wp-cache-config.php +wp-includes/ +xmlrpc.php \ No newline at end of file