diff --git a/Android.gitignore b/Android.gitignore
index 9068cd0..c9c2248 100644
--- a/Android.gitignore
+++ b/Android.gitignore
@@ -24,3 +24,9 @@ proguard/
# Log Files
*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/
diff --git a/AppEngine.gitignore b/AppEngine.gitignore
new file mode 100644
index 0000000..6227345
--- /dev/null
+++ b/AppEngine.gitignore
@@ -0,0 +1,2 @@
+# Google App Engine generated folder
+appengine-generated/
diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore
index dcf7390..b739055 100644
--- a/ArchLinuxPackages.gitignore
+++ b/ArchLinuxPackages.gitignore
@@ -1,14 +1,13 @@
*.tar
*.tar.*
+*.jar
+*.exe
+*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
-# AUR metadata
-.AURINFO
-.SRCINFO
-
pkg/
src/
diff --git a/Autotools.gitignore b/Autotools.gitignore
index 053ff52..1e9158e 100644
--- a/Autotools.gitignore
+++ b/Autotools.gitignore
@@ -5,9 +5,13 @@ Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
+/autoscan.log
+/autoscan-*.log
/aclocal.m4
/compile
+/config.h.in
/configure
+/configure.scan
/depcomp
/install-sh
/missing
diff --git a/C.gitignore b/C.gitignore
index edf6645..bbf313b 100644
--- a/C.gitignore
+++ b/C.gitignore
@@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex
+
+# Debug files
+*.dSYM/
diff --git a/CMake.gitignore b/CMake.gitignore
index 52540e7..b558e9a 100644
--- a/CMake.gitignore
+++ b/CMake.gitignore
@@ -1,5 +1,6 @@
CMakeCache.txt
CMakeFiles
+CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
diff --git a/CUDA.gitignore b/CUDA.gitignore
new file mode 100644
index 0000000..cb385db
--- /dev/null
+++ b/CUDA.gitignore
@@ -0,0 +1,6 @@
+*.i
+*.ii
+*.gpu
+*.ptx
+*.cubin
+*.fatbin
diff --git a/CakePHP.gitignore b/CakePHP.gitignore
index bd743c4..55a665e 100644
--- a/CakePHP.gitignore
+++ b/CakePHP.gitignore
@@ -1,7 +1,13 @@
-tmp/*
-[Cc]onfig/core.php
-[Cc]onfig/database.php
-app/tmp/*
-app/[Cc]onfig/core.php
-app/[Cc]onfig/database.php
-!empty
+# CakePHP 3
+
+/vendor/*
+/config/app.php
+/tmp/*
+/logs/*
+
+# CakePHP 2
+
+/app/tmp/*
+/app/Config/core.php
+/app/Config/database.php
+/vendors/*
diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore
index 846b8c5..0f77d9e 100644
--- a/CodeIgniter.gitignore
+++ b/CodeIgniter.gitignore
@@ -1,6 +1,6 @@
*/config/development
*/logs/log-*.php
-*/logs/!index.html
+!*/logs/index.html
*/cache/*
-*/cache/!index.html
-*/cache/!.htaccess
+!*/cache/index.html
+!*/cache/.htaccess
diff --git a/Composer.gitignore b/Composer.gitignore
index 3a693c9..c422267 100644
--- a/Composer.gitignore
+++ b/Composer.gitignore
@@ -1,5 +1,5 @@
composer.phar
-vendor/
+/vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
diff --git a/D.gitignore b/D.gitignore
new file mode 100644
index 0000000..b4433f8
--- /dev/null
+++ b/D.gitignore
@@ -0,0 +1,20 @@
+# Compiled Object files
+*.o
+*.obj
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.a
+*.lib
+
+# Executables
+*.exe
+
+# DUB
+.dub
+docs.json
+__dummy.html
diff --git a/Dart.gitignore b/Dart.gitignore
index 5183459..7c28044 100644
--- a/Dart.gitignore
+++ b/Dart.gitignore
@@ -1,14 +1,27 @@
-# Don’t commit the following directories created by pub.
+# See https://www.dartlang.org/tools/private-files.html
+
+# Files and directories created by pub
.buildlog
+.packages
+.project
.pub/
build/
-packages
+**/packages/
-# Or the files created by dart2js.
+# Files created by dart2js
+# (Most Dart developers will use pub build to compile Dart, use/modify these
+# rules if you intend to use dart2js directly
+# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
+# differentiate from explicit Javascript files)
*.dart.js
-*.js_
+*.part.js
*.js.deps
*.js.map
+*.info.json
-# Include when developing application packages.
+# Directory created by dartdoc
+doc/api/
+
+# Don't commit pubspec lock file
+# (Library packages only! Remove pattern if developing an application package)
pubspec.lock
diff --git a/Delphi.gitignore b/Delphi.gitignore
index 78e5f11..7af8d6f 100644
--- a/Delphi.gitignore
+++ b/Delphi.gitignore
@@ -20,6 +20,10 @@
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
+#
+# C++ object files produced when C/C++ Output file generation is configured.
+# Uncomment this if you are not using external objects (zlib library for example).
+#*.obj
#
# Delphi compiler-generated binaries (safe to delete)
@@ -37,9 +41,13 @@
*.tds
*.dcu
*.lib
+*.a
+*.o
+*.ocx
# Delphi autogenerated files (duplicated info)
*.cfg
+*.hpp
*Resource.rc
# Delphi local files (user-specific info)
@@ -52,3 +60,6 @@
# Delphi history and backups
__history/
*.~*
+
+# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
+*.stat
diff --git a/Elixir.gitignore b/Elixir.gitignore
index 9607671..755b605 100644
--- a/Elixir.gitignore
+++ b/Elixir.gitignore
@@ -1,4 +1,5 @@
/_build
+/cover
/deps
erl_crash.dump
*.ez
diff --git a/Elm.gitignore b/Elm.gitignore
new file mode 100644
index 0000000..24c03e2
--- /dev/null
+++ b/Elm.gitignore
@@ -0,0 +1,5 @@
+# elm-package generated files
+elm-package.json
+elm-stuff/
+# elm-repl generated files
+repl-temp-*
diff --git a/ExtJs.gitignore b/ExtJs.gitignore
index bcd36f0..5ffc215 100644
--- a/ExtJs.gitignore
+++ b/ExtJs.gitignore
@@ -1,4 +1,4 @@
.architect
-boostrap.json
+bootstrap.json
build/
ext/
diff --git a/gcov.gitignore b/Gcov.gitignore
similarity index 100%
rename from gcov.gitignore
rename to Gcov.gitignore
diff --git a/GitBook.gitignore b/GitBook.gitignore
index f9b2706..4cb12d8 100644
--- a/GitBook.gitignore
+++ b/GitBook.gitignore
@@ -4,7 +4,7 @@
## Dependency directory
## Commenting this out is preferred by some people, see
-## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
+## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore
index 4a6cfc7..6229f7c 100644
--- a/Global/Eclipse.gitignore
+++ b/Global/Eclipse.gitignore
@@ -1,6 +1,5 @@
-*.pydevproject
+
.metadata
-.gradle
bin/
tmp/
*.tmp
@@ -11,16 +10,28 @@ local.properties
.settings/
.loadpath
+# Eclipse Core
+.project
+
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
-# CDT-specific
+# PyDev specific (Python IDE for Eclipse)
+*.pydevproject
+
+# CDT-specific (C/C++ Development Tooling)
.cproject
-# PDT-specific
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
@@ -28,3 +39,6 @@ local.properties
# TeXlipse plugin
.texlipse
+
+# STS (Spring Tool Suite)
+.springBeans
diff --git a/Global/EiffelStudio.gitignore b/Global/EiffelStudio.gitignore
index a7ba35f..f41b4f7 100644
--- a/Global/EiffelStudio.gitignore
+++ b/Global/EiffelStudio.gitignore
@@ -1,2 +1,2 @@
-# The compilation directoy
+# The compilation directory
EIFGENs
diff --git a/Global/Ensime.gitignore b/Global/Ensime.gitignore
index 3772bdf..f2daebb 100644
--- a/Global/Ensime.gitignore
+++ b/Global/Ensime.gitignore
@@ -1,3 +1,4 @@
# Ensime specific
.ensime
+.ensime_cache/
.ensime_lucene/
diff --git a/Global/GPG.gitignore b/Global/GPG.gitignore
new file mode 100644
index 0000000..7740a01
--- /dev/null
+++ b/Global/GPG.gitignore
@@ -0,0 +1,2 @@
+secring.*
+
diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore
index 25cbbfe..5bba6f3 100644
--- a/Global/JDeveloper.gitignore
+++ b/Global/JDeveloper.gitignore
@@ -1,4 +1,13 @@
+# default application storage directory used by the IDE Performance Cache feature
.data/
+
+# used for ADF styles caching
temp/
+
+# default output directories
classes/
+deploy/
+javadoc/
+
+# lock file, a part of Oracle Credential Store Framework
cwallet.sso.lck
\ No newline at end of file
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore
index 0481a34..5d2e327 100644
--- a/Global/JetBrains.gitignore
+++ b/Global/JetBrains.gitignore
@@ -1,4 +1,4 @@
-# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
*.iml
@@ -10,6 +10,7 @@
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
+# .idea/shelf
# Sensitive or high-churn files:
# .idea/dataSources.ids
@@ -32,7 +33,7 @@
## Plugin-specific files:
# IntelliJ
-out/
+/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
@@ -44,3 +45,4 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
+fabric.properties
diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore
index 3ef747d..b32943f 100644
--- a/Global/Lazarus.gitignore
+++ b/Global/Lazarus.gitignore
@@ -1,15 +1,30 @@
-#ignore backup files
-backup/
-
-#ignore files generated by the compiler
-lib/
+# Lazarus compiler-generated binaries (safe to delete)
+*.exe
+*.dll
+*.so
+*.dylib
+*.lrs
+*.res
*.compiled
+*.dbg
+*.ppu
*.o
*.or
-*.ppu
+*.a
-#ignore debug information files
-*.dbg
+# Lazarus autogenerated files (duplicated info)
+*.rst
+*.rsj
+*.lrt
-#exclude executable output in windows
-*.exe
+# Lazarus local files (user-specific info)
+*.lps
+
+# Lazarus backups and unit output folders.
+# These can be changed by user in Lazarus/project options.
+backup/
+*.bak
+lib/
+
+# Application bundle for Mac OS
+*.app/
diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore
index 9911632..cc95868 100644
--- a/Global/Linux.gitignore
+++ b/Global/Linux.gitignore
@@ -1,4 +1,10 @@
*~
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
# KDE directory preferences
.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore
index 3173e26..e65d113 100644
--- a/Global/Mercurial.gitignore
+++ b/Global/Mercurial.gitignore
@@ -1,3 +1,6 @@
-/.hg/*
-*/.hg/*
+.hg/
.hgignore
+.hgsigs
+.hgsub
+.hgsubstate
+.hgtags
diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore
index 412297b..4a2edc7 100644
--- a/Global/MicrosoftOffice.gitignore
+++ b/Global/MicrosoftOffice.gitignore
@@ -8,3 +8,6 @@
# Excel Backup File
*.xlk
+
+# PowerPoint temporary
+~$*.ppt*
diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore
index ab680a8..520d91f 100644
--- a/Global/NetBeans.gitignore
+++ b/Global/NetBeans.gitignore
@@ -4,4 +4,4 @@ nbbuild/
dist/
nbdist/
nbactions.xml
-nb-configuration.xml
+.nb-gradle/
diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore
index 5e41036..660b313 100644
--- a/Global/OSX.gitignore
+++ b/Global/OSX.gitignore
@@ -8,9 +8,13 @@ Icon
# Thumbnails
._*
-# Files that might appear on external disk
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
.Spotlight-V100
+.TemporaryItems
.Trashes
+.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
diff --git a/Global/Otto.gitignore b/Global/Otto.gitignore
new file mode 100644
index 0000000..5aa263f
--- /dev/null
+++ b/Global/Otto.gitignore
@@ -0,0 +1 @@
+.otto/
diff --git a/Global/README.md b/Global/README.md
index adc1099..06b6649 100644
--- a/Global/README.md
+++ b/Global/README.md
@@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
e.g. OS-specific and editor specific.
For more on global gitignores:
-
+
And a good blog post about 'em:
diff --git a/Global/Redis.gitignore b/Global/Redis.gitignore
new file mode 100644
index 0000000..57c1c23
--- /dev/null
+++ b/Global/Redis.gitignore
@@ -0,0 +1,3 @@
+# Ignore redis binary dump (dump.rdb) files
+
+*.rdb
diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore
new file mode 100644
index 0000000..eed2432
--- /dev/null
+++ b/Global/SynopsysVCS.gitignore
@@ -0,0 +1,36 @@
+# Waveform formats
+*.vcd
+*.vpd
+*.evcd
+*.fsdb
+
+# Default name of the simulation executable. A different name can be
+# specified with this switch (the associated daidir database name is
+# also taken from here): -o /
+simv
+
+# Generated for Verilog and VHDL top configs
+simv.daidir/
+simv.db.dir/
+
+# Infrastructure necessary to co-simulate SystemC models with
+# Verilog/VHDL models. An alternate directory may be specified with this
+# switch: -Mdir=
+csrc/
+
+# Log file - the following switch allows to specify the file that will be
+# used to write all messages from simulation: -l
+*.log
+
+# Coverage results (generated with urg) and database location. The
+# following switch can also be used: urg -dir .vdb
+simv.vdb/
+urgReport/
+
+# DVE and UCLI related files.
+DVEfiles/
+ucli.key
+
+# When the design is elaborated for DirectC, the following file is created
+# with declarations for C/C++ functions.
+vc_hdrs.h
diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore
index 45922ec..c031816 100644
--- a/Global/Tags.gitignore
+++ b/Global/Tags.gitignore
@@ -1,7 +1,9 @@
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
+.TAGS
!TAGS/
tags
+.tags
!tags/
gtags.files
GTAGS
diff --git a/Global/vim.gitignore b/Global/Vim.gitignore
similarity index 100%
rename from Global/vim.gitignore
rename to Global/Vim.gitignore
diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore
index 043786d..b2c22f2 100644
--- a/Global/VirtualEnv.gitignore
+++ b/Global/VirtualEnv.gitignore
@@ -4,6 +4,9 @@
[Bb]in
[Ii]nclude
[Ll]ib
+[Ll]ib64
+[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
+pip-selfcheck.json
diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore
new file mode 100644
index 0000000..faa1838
--- /dev/null
+++ b/Global/VisualStudioCode.gitignore
@@ -0,0 +1,2 @@
+.vscode
+
diff --git a/Global/webMethods.gitignore b/Global/WebMethods.gitignore
similarity index 100%
rename from Global/webMethods.gitignore
rename to Global/WebMethods.gitignore
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore
index 1b81d24..d07b789 100644
--- a/Global/Xcode.gitignore
+++ b/Global/Xcode.gitignore
@@ -1,4 +1,12 @@
+# Xcode
+#
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+
+## Build generated
build/
+DerivedData
+
+## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -8,7 +16,8 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
+
+## Other
*.xccheckout
*.moved-aside
-DerivedData
*.xcuserstate
diff --git a/Global/XilinxISE.gitignore b/Global/XilinxISE.gitignore
index e041f51..4475f84 100644
--- a/Global/XilinxISE.gitignore
+++ b/Global/XilinxISE.gitignore
@@ -42,6 +42,16 @@
*_usage.xml
*_xst.xrpt
+# iMPACT generated files
+_impactbatch.log
+impact.xsl
+impact_impact.xwbt
+ise_impact.cmd
+webtalk_impact.xml
+
+# Core Generator generated files
+xaw2verilog.log
+
# project-wide generated files
*.gise
par_usage_statistics.html
diff --git a/Gradle.gitignore b/Gradle.gitignore
index ca611cf..2200361 100644
--- a/Gradle.gitignore
+++ b/Gradle.gitignore
@@ -3,3 +3,9 @@ build/
# Ignore Gradle GUI config
gradle-app.setting
+
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
+!gradle-wrapper.jar
+
+# Cache of project
+.gradletasknamecache
diff --git a/Haskell.gitignore b/Haskell.gitignore
index 0855a79..cdc3c4d 100644
--- a/Haskell.gitignore
+++ b/Haskell.gitignore
@@ -6,12 +6,11 @@ cabal-dev
*.chs.h
*.dyn_o
*.dyn_hi
-.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
-cabal.config
*.prof
*.aux
*.hp
+.stack-work/
diff --git a/IGORPro.gitignore b/IGORPro.gitignore
new file mode 100644
index 0000000..c62be65
--- /dev/null
+++ b/IGORPro.gitignore
@@ -0,0 +1,5 @@
+# Avoid including Experiment files: they can be created and edited locally to test the ipf files
+*.pxp
+*.pxt
+*.uxp
+*.uxt
diff --git a/Jekyll.gitignore b/Jekyll.gitignore
index 0c3e5ab..5c91b60 100644
--- a/Jekyll.gitignore
+++ b/Jekyll.gitignore
@@ -1,2 +1,3 @@
_site/
.sass-cache/
+.jekyll-metadata
diff --git a/Joomla.gitignore b/Joomla.gitignore
index c3f040a..0d7a0de 100644
--- a/Joomla.gitignore
+++ b/Joomla.gitignore
@@ -2,8 +2,13 @@
/.htaccess
/administrator/cache/*
/administrator/components/com_admin/*
+/administrator/components/com_ajax/*
+/administrator/components/com_tags/*
/administrator/components/com_banners/*
/administrator/components/com_cache/*
+/administrator/components/com_postinstall/*
+/administrator/components/com_joomlaupdate/*
+/administrator/components/com_contenthistory/*
/administrator/components/com_categories/*
/administrator/components/com_checkin/*
/administrator/components/com_config/*
@@ -28,7 +33,52 @@
/administrator/components/index.html
/administrator/help/*
/administrator/includes/*
-/administrator/language/en-GB/
+/administrator/language/en-GB/en-GB.com_ajax.ini
+/administrator/language/en-GB/en-GB.com_ajax.sys.ini
+/administrator/language/en-GB/en-GB.com_contenthistory.ini
+/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini
+/administrator/language/en-GB/en-GB.com_joomlaupdate.ini
+/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
+/administrator/language/en-GB/en-GB.com_postinstall.ini
+/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
+/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini
+/administrator/language/en-GB/en-GB.com_tags.ini
+/administrator/language/en-GB/en-GB.com_tags.sys.ini
+/administrator/language/en-GB/en-GB.mod_stats_admin.ini
+/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini
+/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini
+/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini
+/administrator/language/en-GB/en-GB.plg_content_contact.ini
+/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
+/administrator/language/en-GB/en-GB.plg_content_finder.ini
+/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_categories.ini
+/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
+/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_content.ini
+/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini
+/administrator/language/en-GB/en-GB.plg_finder_tags.ini
+/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
+/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
+/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
+/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
+/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
+/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
+/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini
+/administrator/language/en-GB/en-GB.plg_search_tags.ini
+/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
+/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
+/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
+/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
+/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
+/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
+/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini
+/administrator/language/en-GB/en-GB.tpl_isis.ini
+/administrator/language/en-GB/en-GB.tpl_isis.sys.ini
+/administrator/language/en-GB/install.xml
/administrator/language/en-GB/en-GB.com_admin.ini
/administrator/language/en-GB/en-GB.com_admin.sys.ini
/administrator/language/en-GB/en-GB.com_banners.ini
@@ -218,15 +268,22 @@
/administrator/modules/mod_toolbar/*
/administrator/modules/mod_unread/*
/administrator/modules/mod_version/*
+/administrator/modules/mod_stats_admin/*
/administrator/modules/index.html
/administrator/templates/bluestork/*
+/administrator/templates/isis/*
/administrator/templates/hathor/*
/administrator/templates/system/*
/administrator/templates/index.html
/administrator/index.php
/cache/*
+/bin/*
/cli/*
/components/com_banners/*
+/components/com_ajax/*
+/components/com_config/*
+/components/com_contenthistory/*
+/components/com_tags/*
/components/com_contact/*
/components/com_content/*
/components/com_finder/*
@@ -239,18 +296,42 @@
/components/com_wrapper/*
/components/index.html
/images/banners/*
+/images/headers/*
/images/sampledata/*
/images/joomla*
/images/index.html
/images/powered_by.png
/includes/*
/installation/*
+/language/en-GB/en-GB.com_ajax.ini
+/language/en-GB/en-GB.com_config.ini
/language/en-GB/en-GB.com_contact.ini
+/language/en-GB/en-GB.com_finder.ini
+/language/en-GB/en-GB.com_tags.ini
+/language/en-GB/en-GB.finder_cli.ini
+/language/en-GB/en-GB.lib_fof.sys.ini
+/language/en-GB/en-GB.lib_fof.ini
/language/en-GB/en-GB.com_content.ini
+/language/en-GB/en-GB.lib_idna_convert.sys.ini
/language/en-GB/en-GB.com_mailto.ini
+/language/en-GB/en-GB.lib_joomla.sys.ini
+/language/en-GB/en-GB.lib_phpass.sys.ini
+/language/en-GB/en-GB.lib_phpmailer.sys.ini
+/language/en-GB/en-GB.lib_phputf8.sys.ini
+/language/en-GB/en-GB.lib_simplepie.sys.ini
/language/en-GB/en-GB.com_media.ini
+/language/en-GB/en-GB.mod_finder.ini
/language/en-GB/en-GB.com_messages.ini
+/language/en-GB/en-GB.mod_tags_popular.ini
+/language/en-GB/en-GB.mod_tags_popular.sys.ini
+/language/en-GB/en-GB.mod_tags_similar.ini
+/language/en-GB/en-GB.mod_tags_similar.sys.ini
+/language/en-GB/en-GB.mod_finder.sys.ini
+/language/en-GB/en-GB.tpl_beez3.ini
+/language/en-GB/en-GB.tpl_beez3.sys.ini
/language/en-GB/en-GB.com_newsfeeds.ini
+/language/en-GB/en-GB.tpl_protostar.ini
+/language/en-GB/en-GB.tpl_protostar.sys.ini
/language/en-GB/en-GB.com_search.ini
/language/en-GB/en-GB.com_users.ini
/language/en-GB/en-GB.com_weblinks.ini
@@ -316,21 +397,36 @@
/language/en-GB/install.xml
/language/overrides/*
/language/index.html
+/layouts/joomla/*
+/layouts/libraries/*
+/layouts/plugins/*
+/layouts/index.html
/libraries/cms.php
/libraries/cms/*
+/libraries/fof/*
+/libraries/idna_convert/*
/libraries/joomla/*
+/libraries/legacy/*
+/libraries/phpass/*
/libraries/phpmailer/*
/libraries/phputf8/*
/libraries/simplepie/*
+/libraries/vendor/*
+/libraries/classmap.php
+/libraries/import.legacy.php
/libraries/index.html
/libraries/import.php
/libraries/loader.php
/libraries/platform.php
/logs/*
/media/cms/*
+/media/com_contenthistory/*
/media/com_finder/*
+/media/com_joomlaupdate/*
+/media/com_wrapper/*
/media/contacts/*
/media/editors/*
+/media/jui/*
/media/mailto/*
/media/media/*
/media/mod_languages/*
@@ -360,6 +456,8 @@
/modules/mod_search/*
/modules/mod_stats/*
/modules/mod_syndicate/*
+/modules/mod_tags_popular/*
+/modules/mod_tags_similar/*
/modules/mod_users_latest/*
/modules/mod_weblinks/*
/modules/mod_whosonline/*
@@ -369,8 +467,10 @@
/plugins/authentication/gmail/*
/plugins/authentication/joomla/*
/plugins/authentication/ldap/*
+/plugins/authentication/cookie/*
/plugins/authentication/index.html
/plugins/captcha/recaptcha/*
+/plugins/captcha/index.html
/plugins/content/emailcloak/*
/plugins/content/example/*
/plugins/content/finder/*
@@ -380,6 +480,7 @@
/plugins/content/pagebreak/*
/plugins/content/pagenavigation/*
/plugins/content/vote/*
+/plugins/content/contact/*
/plugins/content/index.html
/plugins/editors/codemirror/*
/plugins/editors/none/*
@@ -398,14 +499,18 @@
/plugins/finder/contacts/*
/plugins/finder/content/*
/plugins/finder/newsfeeds/*
+/plugins/finder/tags/*
/plugins/finder/weblinks/*
+/plugins/installer/*
/plugins/quickicon/extensionupdate/*
/plugins/quickicon/joomlaupdate/*
+/plugins/quickicon/index.html
/plugins/search/categories/*
/plugins/search/contacts/*
/plugins/search/content/*
/plugins/search/newsfeeds/*
/plugins/search/weblinks/*
+/plugins/search/tags/*
/plugins/search/index.html
/plugins/system/cache/*
/plugins/system/debug/*
@@ -419,6 +524,7 @@
/plugins/system/remember/*
/plugins/system/sef/*
/plugins/system/index.html
+/plugins/twofactorauth/*
/plugins/user/contactcreator/*
/plugins/user/example/*
/plugins/user/joomla/*
@@ -426,8 +532,10 @@
/plugins/user/index.html
/plugins/index.html
/templates/atomic/*
+/templates/beez3/*
/templates/beez_20/*
/templates/beez5/*
+/templates/protostar/*
/templates/system/*
/templates/index.html
/tmp/*
@@ -435,3 +543,4 @@
/index.php
/joomla.xml
/*.txt
+/robots.txt.dist
diff --git a/Jython.gitignore b/Jython.gitignore
deleted file mode 100644
index e7de4f1..0000000
--- a/Jython.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.pyc
-*.class
diff --git a/KiCAD.gitignore b/KiCAD.gitignore
new file mode 100644
index 0000000..a9e50ba
--- /dev/null
+++ b/KiCAD.gitignore
@@ -0,0 +1,13 @@
+# For PCBs designed using KiCAD: http://www.kicad-pcb.org/
+
+# Temporary files
+*.000
+*.bak
+*.bck
+*.kicad_pcb-bak
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+.dsn
diff --git a/LICENSE b/LICENSE
index ac31f1a..b8a103a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014 GitHub, Inc.
+Copyright (c) 2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/Laravel.gitignore b/Laravel.gitignore
index ac3492e..b4b0511 100644
--- a/Laravel.gitignore
+++ b/Laravel.gitignore
@@ -1,3 +1,14 @@
-/bootstrap/compiled.php
+vendor/
+node_modules/
+
+# Laravel 4 specific
+bootstrap/compiled.php
+app/storage/
+
+# Laravel 5 & Lumen specific
+bootstrap/cache/
+storage/
.env.*.php
.env.php
+.env
+.env.example
\ No newline at end of file
diff --git a/Lua.gitignore b/Lua.gitignore
new file mode 100644
index 0000000..6fd0a37
--- /dev/null
+++ b/Lua.gitignore
@@ -0,0 +1,41 @@
+# Compiled Lua sources
+luac.out
+
+# luarocks build files
+*.src.rock
+*.zip
+*.tar.gz
+
+# Object files
+*.o
+*.os
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+*.def
+*.exp
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
diff --git a/Magento.gitignore b/Magento.gitignore
index 68254e6..e2ea013 100644
--- a/Magento.gitignore
+++ b/Magento.gitignore
@@ -1,3 +1,4 @@
+.htaccess.sample
.modgit/
.modman/
app/code/community/Phoenix/
@@ -21,6 +22,7 @@ app/etc/modules/Mage_Bundle.xml
app/etc/modules/Mage_Captcha.xml
app/etc/modules/Mage_Centinel.xml
app/etc/modules/Mage_Compiler.xml
+app/etc/modules/Mage_ConfigurableSwatches.xml
app/etc/modules/Mage_Connect.xml
app/etc/modules/Mage_CurrencySymbol.xml
app/etc/modules/Mage_Downloadable.xml
@@ -76,6 +78,7 @@ lib/.htaccess
lib/LinLibertineFont/
lib/Mage/
lib/PEAR/
+lib/Pelago/
lib/phpseclib/
lib/Varien/
lib/Zend/
@@ -86,7 +89,7 @@ LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
LICENSE_EE*
-mage
+/mage
media/customer/
media/dhl/
media/downloadable/
@@ -94,6 +97,7 @@ media/.htaccess
media/import/
media/xmlconnect/
media/catalog/product/cache/
+media/catalog/product/placeholder/default/
/api.php
nbproject/
pear
@@ -105,6 +109,7 @@ shell/abstract.php
shell/compiler.php
shell/indexer.php
shell/log.php
+sitemap.xml
skin/adminhtml/default/default/
skin/adminhtml/default/enterprise
skin/frontend/base/
diff --git a/Maven.gitignore b/Maven.gitignore
index 088836b..1cdc9f7 100644
--- a/Maven.gitignore
+++ b/Maven.gitignore
@@ -4,3 +4,6 @@ pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
diff --git a/Mercury.gitignore b/Mercury.gitignore
index d1f9192..70ec869 100644
--- a/Mercury.gitignore
+++ b/Mercury.gitignore
@@ -1,4 +1,5 @@
Mercury/
+Mercury.modules
*.mh
*.err
*.init
diff --git a/Meteor.gitignore b/Meteor.gitignore
deleted file mode 100644
index 0167b87..0000000
--- a/Meteor.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.meteor/local
-.meteor/meteorite
diff --git a/nanoc.gitignore b/Nanoc.gitignore
similarity index 100%
rename from nanoc.gitignore
rename to Nanoc.gitignore
diff --git a/Nim.gitignore b/Nim.gitignore
new file mode 100644
index 0000000..67d9b34
--- /dev/null
+++ b/Nim.gitignore
@@ -0,0 +1 @@
+nimcache/
diff --git a/Node.gitignore b/Node.gitignore
index d1d5c6d..e920c16 100644
--- a/Node.gitignore
+++ b/Node.gitignore
@@ -1,6 +1,7 @@
# Logs
logs
*.log
+npm-debug.log*
# Runtime data
pids
@@ -23,5 +24,10 @@ coverage
build/Release
# Dependency directory
-# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
+
+# Optional npm cache directory
+.npm
+
+# Optional REPL history
+.node_repl_history
diff --git a/OCaml.gitignore b/OCaml.gitignore
index fea4c45..f7817ae 100644
--- a/OCaml.gitignore
+++ b/OCaml.gitignore
@@ -7,3 +7,14 @@
*.cmx
*.cmxs
*.cmxa
+
+# ocamlbuild working directory
+_build/
+
+# ocamlbuild targets
+*.byte
+*.native
+
+# oasis generated files
+setup.data
+setup.log
diff --git a/Objective-C.gitignore b/Objective-C.gitignore
index a3cd143..79d9331 100644
--- a/Objective-C.gitignore
+++ b/Objective-C.gitignore
@@ -1,6 +1,12 @@
# Xcode
#
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+
+## Build generated
build/
+DerivedData
+
+## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,17 +16,38 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
+
+## Other
*.xccheckout
*.moved-aside
-DerivedData
+*.xcuserstate
+*.xcscmblueprint
+
+## Obj-C/Swift specific
*.hmap
*.ipa
-*.xcuserstate
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
-# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
+
+# Carthage
+#
+# Add this line if you want to avoid checking in source code from Carthage dependencies.
+# Carthage/Checkouts
+
+Carthage/Build
+
+# fastlane
+#
+# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
+# screenshots whenever they are needed.
+# For more information about the recommended setup visit:
+# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
+
+fastlane/report.xml
+fastlane/screenshots
diff --git a/OpenCart.gitignore b/OpenCart.gitignore
index cc93767..28e45aa 100644
--- a/OpenCart.gitignore
+++ b/OpenCart.gitignore
@@ -9,3 +9,5 @@ image/data/
image/cache/
system/cache/
system/logs/
+
+system/storage/
diff --git a/Perl.gitignore b/Perl.gitignore
index eaca02e..ae2ad53 100644
--- a/Perl.gitignore
+++ b/Perl.gitignore
@@ -17,3 +17,4 @@ nytprof.out
/pm_to_blib
*.o
*.bs
+/_eumm/
diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore
index 4735f05..6d67f11 100644
--- a/PlayFramework.gitignore
+++ b/PlayFramework.gitignore
@@ -5,13 +5,11 @@ bin/
/lib/
/logs/
/modules
-/project/project
/project/target
/target
tmp/
test-result
server.pid
-*.iml
*.eml
/dist/
.cache
diff --git a/Prestashop.gitignore b/Prestashop.gitignore
index 890c4e6..1e7a58d 100644
--- a/Prestashop.gitignore
+++ b/Prestashop.gitignore
@@ -1,29 +1,25 @@
-# Directories content
-cache/class_index.php
-cache/smarty/cache/*
-!cache/smarty/cache/index.php
-cache/smarty/compile/*
-!cache/smarty/compile/index.php
-cache/tcpdf/*
-!cache/tcpdf/index.php
+# Private files
+# The following files contain your database credentials and other personal data.
+config/settings.*.php
+
+# Cache, temp and generated files
+# The following files are generated by PrestaShop.
+
+admin-dev/autoupgrade/
+/cache/*
config/xml/*.xml
-config/settings.inc.php
+/log/*
+*sitemap.xml
+themes/*/cache/
+modules/*/config*.xml
-log/*.log
+# Site content
+# The following folders contain product images, virtual products, CSV's, etc.
-img/*
-!img/index.php
-!img/*/index.php
-
-tools/smarty*/cache/*.php
-!tools/smarty*/cache/index.php
-tools/smarty*/compile/*.php
-!tools/smarty*/compile/index.php
-
-themes/default/cache/*.js
-themes/default/cache/*.css
-
-# Ignore files on root directory
-robots.txt
-sitemap.xml
+admin-dev/backups/
+admin-dev/export/
+admin-dev/import/
+download/
+/img/*
+upload/
diff --git a/Python.gitignore b/Python.gitignore
index db4561e..1dbc687 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
+*$py.class
# C extensions
*.so
@@ -13,6 +14,7 @@ develop-eggs/
dist/
downloads/
eggs/
+.eggs/
lib/
lib64/
parts/
@@ -36,9 +38,12 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
+.coverage.*
.cache
nosetests.xml
coverage.xml
+*,cover
+.hypothesis/
# Translations
*.mo
@@ -52,3 +57,6 @@ docs/_build/
# PyBuilder
target/
+
+#Ipython Notebook
+.ipynb_checkpoints
diff --git a/Qt.gitignore b/Qt.gitignore
index 85a6baa..04b7a50 100644
--- a/Qt.gitignore
+++ b/Qt.gitignore
@@ -23,7 +23,7 @@ moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
-*-build-*
+*build-*
# QtCreator
diff --git a/R.gitignore b/R.gitignore
index b900386..8eff68f 100644
--- a/R.gitignore
+++ b/R.gitignore
@@ -2,6 +2,9 @@
.Rhistory
.Rapp.history
+# Session Data files
+.RData
+
# Example code in package build process
*-Ex.R
@@ -11,3 +14,6 @@
# produced vignettes
vignettes/*.html
vignettes/*.pdf
+
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
+.httr-oauth
diff --git a/README.md b/README.md
index 14042e9..5c4d20d 100644
--- a/README.md
+++ b/README.md
@@ -31,17 +31,17 @@ high quality, we request that contributions adhere to the following guidelines.
- **Provide a link to the application or project’s homepage**. Unless it’s
extremely popular, there’s a chance the maintainers don’t know about or use
the language, framework, editor, app, or project your change applies to.
-
+
- **Provide links to documentation** supporting the change you’re making.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isn’t available to support your change, do the best you can
to explain what the files being ignored are for.
-
+
- **Explain why you’re making a change**. Even if it seems self-evident, please
take a sentence or two to tell us why your change or addition should happen.
It’s especially helpful to articulate why this change applies to *everyone*
who works with the applicable technology, rather than just you or your team.
-
+
- **Please consider the scope of your change**. If your change specific to a
certain language or framework, then make sure the change is made to the
template for that language or framework, rather than to the template for an
@@ -70,9 +70,9 @@ Here’s how we suggest you go about proposing a change to this project:
Using the web-based interface to make changes is fine too, and will help you
by automatically forking the project and prompting to send a pull request too.
-[fork]: http://help.github.com/forking/
+[fork]: https://help.github.com/articles/fork-a-repo/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository
-[pr]: http://help.github.com/pull-requests/
+[pr]: https://help.github.com/articles/using-pull-requests/
## License
diff --git a/Rails.gitignore b/Rails.gitignore
index 8671a44..55fcde6 100644
--- a/Rails.gitignore
+++ b/Rails.gitignore
@@ -16,11 +16,11 @@ pickle-email-*.html
config/initializers/secret_token.rb
config/secrets.yml
-## Environment normalisation:
+## Environment normalization:
/.bundle
/vendor/bundle
-# these should all be checked in to normalise the environment:
+# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
@@ -30,3 +30,6 @@ config/secrets.yml
/vendor/assets/bower_components
*.bowerrc
bower.json
+
+# Ignore pow environment settings
+.powenv
diff --git a/Ruby.gitignore b/Ruby.gitignore
index f2c1360..a8b1cda 100644
--- a/Ruby.gitignore
+++ b/Ruby.gitignore
@@ -5,6 +5,7 @@
/InstalledFiles
/pkg/
/spec/reports/
+/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
@@ -20,8 +21,9 @@ build/
/doc/
/rdoc/
-## Environment normalisation:
+## Environment normalization:
/.bundle/
+/vendor/bundle
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is
diff --git a/Rust.gitignore b/Rust.gitignore
index 37727f9..a29d685 100644
--- a/Rust.gitignore
+++ b/Rust.gitignore
@@ -9,3 +9,7 @@
# Generated by Cargo
/target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
+Cargo.lock
diff --git a/Sass.gitignore b/Sass.gitignore
index 0f1905d..486b32c 100644
--- a/Sass.gitignore
+++ b/Sass.gitignore
@@ -1,2 +1,2 @@
-.sass-cache
+.sass-cache/
*.css.map
diff --git a/stella.gitignore b/Stella.gitignore
similarity index 100%
rename from stella.gitignore
rename to Stella.gitignore
diff --git a/Swift.gitignore b/Swift.gitignore
index a3cd143..5e5d5ce 100644
--- a/Swift.gitignore
+++ b/Swift.gitignore
@@ -1,6 +1,12 @@
# Xcode
#
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+
+## Build generated
build/
+DerivedData
+
+## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,17 +16,48 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
+
+## Other
*.xccheckout
*.moved-aside
-DerivedData
+*.xcuserstate
+*.xcscmblueprint
+
+## Obj-C/Swift specific
*.hmap
*.ipa
-*.xcuserstate
+
+## Playgrounds
+timeline.xctimeline
+playground.xcworkspace
+
+# Swift Package Manager
+#
+# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
+# Packages/
+.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
-# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
+
+# Carthage
+#
+# Add this line if you want to avoid checking in source code from Carthage dependencies.
+# Carthage/Checkouts
+
+Carthage/Build
+
+# fastlane
+#
+# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
+# screenshots whenever they are needed.
+# For more information about the recommended setup visit:
+# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
+
+fastlane/report.xml
+fastlane/screenshots
diff --git a/Symfony.gitignore b/Symfony.gitignore
index c68377d..6fac1be 100644
--- a/Symfony.gitignore
+++ b/Symfony.gitignore
@@ -26,6 +26,9 @@
/web/bundles/
/web/uploads/
+# Assets managed by Bower
+/web/assets/vendor/
+
# PHPUnit
/app/phpunit.xml
/phpunit.xml
diff --git a/TeX.gitignore b/TeX.gitignore
index f25e540..fb533cc 100644
--- a/TeX.gitignore
+++ b/TeX.gitignore
@@ -6,6 +6,7 @@
*.fls
*.out
*.toc
+*.fmt
## Intermediate documents:
*.dvi
@@ -26,12 +27,12 @@
## Build tool auxiliary files:
*.fdb_latexmk
+*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Auxiliary and intermediate files from other packages:
-
# algorithms
*.alg
*.loa
@@ -47,6 +48,9 @@ acs-*.bib
*.snm
*.vrb
+# cprotect
+*.cpt
+
#(e)ledmac/(e)ledpar
*.end
*.[1-9]
@@ -69,9 +73,17 @@ acs-*.bib
*.glo
*.gls
+# gnuplottex
+*-gnuplottex-*
+
# hyperref
*.brf
+# knitr
+*-concordance.tex
+*.tikz
+*-tikzDictionary
+
# listings
*.lol
@@ -84,14 +96,19 @@ acs-*.bib
# minitoc
*.maf
*.mtc
-*.mtc0
+*.mtc[0-9]
+*.mtc[1-9][0-9]
# minted
+_minted*
*.pyg
# morewrites
*.mw
+# mylatexformat
+*.fmt
+
# nomencl
*.nlo
@@ -105,8 +122,38 @@ acs-*.bib
*.sympy
sympy-plots-for-*.tex/
+# pdfcomment
+*.upa
+*.upb
+
+#pythontex
+*.pytxcode
+pythontex-files-*/
+
+# Texpad
+.texpadtmp
+
+# TikZ & PGF
+*.dpth
+*.md5
+*.auxlock
+
# todonotes
*.tdo
# xindy
*.xdy
+
+# xypic precompiled matrices
+*.xyc
+
+# WinEdt
+*.bak
+*.sav
+
+# endfloat
+*.ttt
+*.fff
+
+# Latexian
+TSWLatexianTemp*
diff --git a/Typo3.gitignore b/Typo3.gitignore
index d1593b1..cb024fe 100644
--- a/Typo3.gitignore
+++ b/Typo3.gitignore
@@ -1,18 +1,20 @@
-## TYPO3 v4
-# Ignore serveral upload and file directories.
+## TYPO3 v6.2
+# Ignore several upload and file directories.
/fileadmin/user_upload/
/fileadmin/_temp_/
+/fileadmin/_processed_/
/uploads/
# Ignore cache
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
-# Ignore local config which overrides typo3 config.
-# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
-# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
-/typo3conf/localconf_local.php
+/typo3conf/deprecation_*.log
+/typo3conf/AdditionalConfiguration.php
# Ignore system folders, you should have them symlinked.
-# If not comment out the following two entries.
+# If not comment out the following entries.
/typo3
-/t3lib
+/typo3_src
+/typo3_src-*
+/.htaccess
+/index.php
# Ignore temp directory.
/typo3temp/
diff --git a/Umbraco.gitignore b/Umbraco.gitignore
index 21af92d..ea05e1f 100644
--- a/Umbraco.gitignore
+++ b/Umbraco.gitignore
@@ -1,12 +1,11 @@
# Note: VisualStudio gitignore rules may also be relevant
+# Umbraco
# Ignore unimportant folders generated by Umbraco
-**/App_Data/ClientDependency/
-**/App_Data/ExamineIndexes/
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
-Cached/
+**/App_Data/NuGetBackup/
# Ignore Umbraco content cache file
**/App_Data/umbraco.config
@@ -15,3 +14,6 @@ Cached/
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
+
+# ImageProcessor DiskCache
+**/App_Data/cache/
diff --git a/Unity.gitignore b/Unity.gitignore
index 1e481e3..a51fd65 100644
--- a/Unity.gitignore
+++ b/Unity.gitignore
@@ -1,17 +1,26 @@
-[Ll]ibrary/
-[Tt]emp/
-[Oo]bj/
-[Bb]uild/
+/[Ll]ibrary/
+/[Tt]emp/
+/[Oo]bj/
+/[Bb]uild/
+/[Bb]uilds/
+/Assets/AssetStoreTools*
# Autogenerated VS/MD solution and project files
+ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
+*.tmp
*.user
*.userprefs
*.pidb
*.booproj
+*.svd
+
+
+# Unity3D generated meta files
+*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore
new file mode 100644
index 0000000..247f644
--- /dev/null
+++ b/UnrealEngine.gitignore
@@ -0,0 +1,58 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+*.ipa
+
+# These project files can be generated by the engine
+*.xcodeproj
+*.sln
+*.suo
+*.opensdf
+*.sdf
+
+# Precompiled Assets
+SourceArt/**/*.png
+SourceArt/**/*.tga
+
+# Binary Files
+Binaries/*
+
+# Builds
+Build/*
+
+# Don't ignore icon files in Build
+!Build/**/*.ico
+
+# Configuration files generated by the Editor
+Saved/*
+
+# Compiled source files for the engine to use
+Intermediate/*
+
+# Cache files for the editor to use
+DerivedDataCache/*
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore
index 72d68ba..94420dc 100644
--- a/VisualStudio.gitignore
+++ b/VisualStudio.gitignore
@@ -7,6 +7,9 @@
*.userosscache
*.sln.docstates
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
# Build results
[Dd]ebug/
[Dd]ebugPublic/
@@ -14,19 +17,20 @@
[Rr]eleases/
x64/
x86/
-build/
bld/
[Bb]in/
[Oo]bj/
-# Roslyn cache directories
-*.ide/
+# Visual Studio 2015 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
-#NUNIT
+# NUNIT
*.VisualState.xml
TestResult.xml
@@ -35,6 +39,10 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c
+# DNX
+project.lock.json
+artifacts/
+
*_i.c
*_p.c
*_i.h
@@ -67,6 +75,7 @@ _Chutzpah*
ipch/
*.aps
*.ncb
+*.opendb
*.opensdf
*.sdf
*.cachefile
@@ -75,6 +84,7 @@ ipch/
*.psess
*.vsp
*.vspx
+*.sap
# TFS 2012 Local Workspace
$tf/
@@ -87,7 +97,7 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
-# JustCode is a .NET coding addin-in
+# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
@@ -99,6 +109,7 @@ _TeamCity*
# NCrunch
_NCrunch_*
.*crunch*.local.xml
+nCrunchTemp_*
# MightyMoose
*.mm.*
@@ -139,18 +150,33 @@ publish/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
+# NuGet v3's project.json files produces more ignoreable files
+*.nuget.props
+*.nuget.targets
-# Windows Azure Build Output
+# Microsoft Azure Build Output
csx/
*.build.csdef
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Microsoft Azure ApplicationInsights config file
+ApplicationInsights.config
+
# Windows Store app package directory
AppPackages/
+BundleArtifacts/
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
# Others
-*.Cache
ClientBin/
-[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
@@ -158,7 +184,7 @@ ClientBin/
*.pfx
*.publishsettings
node_modules/
-bower_components/
+orleans.codegen.cs
# RIA/Silverlight projects
Generated_Code/
@@ -182,3 +208,29 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+
+# FAKE - F# Make
+.fake/
diff --git a/Waf.gitignore b/Waf.gitignore
index 68cacdb..48e8d8f 100644
--- a/Waf.gitignore
+++ b/Waf.gitignore
@@ -1,3 +1,4 @@
# for projects that use Waf for building: http://code.google.com/p/waf/
.waf-*
+.waf3-*
.lock-*
diff --git a/WordPress.gitignore b/WordPress.gitignore
index 052e56a..5603287 100644
--- a/WordPress.gitignore
+++ b/WordPress.gitignore
@@ -11,3 +11,8 @@ wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
+wp-content/plugins/hello.php
+
+/readme.html
+/license.txt
+