jenkins-bot has submitted this change and it was merged.

Change subject: Gitignore: Clean up and ensure /includes/cache is not ignored.
......................................................................


Gitignore: Clean up and ensure /includes/cache is not ignored.

In Git (at least in version 1.8.x) entries without leading slash
can be matches in any subdirectory.
Add a / in front of all those that should only be in the root.

Change-Id: I61e2be30ac24c5b369a1d36869fbd027f197bebf
---
M .gitignore
1 file changed, 54 insertions(+), 23 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.gitignore b/.gitignore
index ddaa58c..ca87d93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,60 @@
+# Repository management
 .svn
-*~
+
+# git-deploy status file:
+/.deploy
+
+# Editors
 *.kate-swp
+*~
+.*.swp
+.project
+cscope.files
+cscope.out
+## NetBeans
+nbproject*
+project.index
+sublime-*
+
+# MediaWiki install & usage
+/cache
+/docs/js
+/images/[0-9a-f]
+/images/archive
+/images/deleted
+/images/lockdir
+/images/temp
+/images/thumb
+## Extension:EasyTimeline
+/images/timeline
+/images/tmp
+/maintenance/.mweval_history
+/maintenance/.mwsql_history
+/maintenance/dev/data
+/AdminSettings.php
+/LocalSettings.php
+/StartProfiler.php
+
+# Building & testing
+node_modules/
+
+# Composer
+/vendor
+/composer.lock
+/composer.json
+
+# Operating systems
+## Mac OS X
+.DS_Store
+## Windows
+Thumbs.db
+
+# Misc
+.buildpath
 .classpath
 .idea
 .metadata*
-.project
 .settings
-AdminSettings.php
-LocalSettings.php
-StartProfiler.php
-cscope.files
-cscope.out
-favicon.ico
-nbproject*
-project.index
-static*
-tags
-cache/*.cdb
-images/[0-9a-f]
-images/archive
-images/deleted
-images/temp
-images/thumb
-images/timeline
-images/tmp
-maintenance/dev/data
-maintenance/.mweval_history
-maintenance/.mwsql_history
+/favicon.ico
+/static*
+/tags

-- 
To view, visit https://gerrit.wikimedia.org/r/52594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I61e2be30ac24c5b369a1d36869fbd027f197bebf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_19
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to