Browse Source

Add basic zend framework1 git ignore rules

Gerard Roche 10 years ago
parent
commit
7b5d9f79b3
1 changed files with 32 additions and 0 deletions
  1. 32 0
      frameworks/PHP/php-zend-framework1/.gitignore

+ 32 - 0
frameworks/PHP/php-zend-framework1/.gitignore

@@ -1,3 +1,9 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+#
+# If you find yourself ignoring temporary files generated by your text editor or
+# operating system, you probably want to add a global ignore instead:
+#   git config --global core.excludesfile ~/.gitignore_global
+
 /vendor
 /vendor
 /build
 /build
 /dist
 /dist
@@ -7,3 +13,29 @@
 composer.lock
 composer.lock
 cache.properties
 cache.properties
 phpunit.xml
 phpunit.xml
+tmp
+
+# VIM
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+
+# Sublime Text
+*.sublime-workspace
+
+# Netbeans IDE
+nbproject
+
+# Eclipse IDE
+.buildpath
+.project
+.settings/
+
+# Notepad++
+nppBackup
+
+# ctags
+tags