1
0
mirror of https://github.com/github/gitignore synced 2024-12-12 05:06:25 +01:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Luca Orlandi 2014-02-05 13:31:59 +01:00
commit 568d94079d
105 changed files with 1235 additions and 652 deletions

5
Ada.gitignore Normal file
View File

@ -0,0 +1,5 @@
# Object file
*.o
# Ada Library Information
*.ali

1
Agda.gitignore Normal file
View File

@ -0,0 +1 @@
*.agdai

View File

@ -1,30 +1,23 @@
# built application files # Built application files
*.apk *.apk
*.ap_ *.ap_
# files for the dex VM # Files for the Dalvik VM
*.dex *.dex
# Java class files # Java class files
*.class *.class
# generated files # Generated files
bin/ bin/
gen/ gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc) # Local configuration file (sdk path, etc)
local.properties local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse # Proguard folder generated by Eclipse
proguard/ proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/

View File

@ -0,0 +1,7 @@
*.tar
*.tar.*
*.log
*.log.*
*.sig
pkg/
src/

View File

@ -11,3 +11,4 @@ Makefile.in
/depcomp /depcomp
/install-sh /install-sh
/missing /missing
/stamp-h1

View File

@ -2,12 +2,20 @@
*.slo *.slo
*.lo *.lo
*.o *.o
*.obj
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
*.dll
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
*.la *.la
*.a *.a
*.lib
# Executables
*.exe
*.out
*.app

View File

@ -1,5 +1,8 @@
# Object files # Object files
*.o *.o
*.ko
*.obj
*.elf
# Libraries # Libraries
*.lib *.lib
@ -15,3 +18,6 @@
*.exe *.exe
*.out *.out
*.app *.app
*.i*86
*.x86_64
*.hex

34
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,34 @@
# Contributing guidelines
Wed love you to help us improve this project. To help us keep this collection
high quality, we request that contributions adhere to the following guidelines.
- **Provide a link to the application or projects homepage**. Unless its
extremely popular, theres a chance the maintainers dont know about or use
the language, framework, editor, app, or project your change applies to.
- **Provide links to documentation** supporting the change youre making.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isnt available to support your change, do the best you can
to explain what the files being ignored are for.
- **Explain why youre 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.
Its 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
editor, tool, or operating system.
- **Please only modify *one template* per pull request**. This helps keep pull
requests and feedback focused on a specific project or technology.
In general, the more you can do to help us understand the change youre making,
the more likely well be to accept your contribution quickly.
Please also understand that we cant list every tool that ever existed.
Our aim is to curate a collection of the *most common and helpful* templates,
not to make sure we cover every project possible. If we choose not to
include your language, tool, or project, its not because its not awesome.

17
ChefCookbook.gitignore Normal file
View File

@ -0,0 +1,17 @@
.vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks
# Bundler
Gemfile.lock
bin/*
.bundle/*
.kitchen/
.kitchen.local.yml

View File

@ -3,3 +3,4 @@
*/logs/!index.html */logs/!index.html
*/cache/* */cache/*
*/cache/!index.html */cache/!index.html
*/cache/!.htaccess

3
CommonLisp.gitignore Normal file
View File

@ -0,0 +1,3 @@
*.FASL
*.fasl
*.lisp-temp

6
Composer.gitignore Normal file
View File

@ -0,0 +1,6 @@
composer.phar
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
# composer.lock

View File

@ -1,4 +1,3 @@
*.vo *.vo
*.glob *.glob
*.v.d *.v.d

View File

@ -1,4 +1,11 @@
.DS_Store // Dont commit the following files and directories created by pub and dart2js
packages packages/
.project *.js_
*.js.deps
*.js.map
// Include when developing application packages
pubspec.lock pubspec.lock
// Avoid committing generated JavaScript files
*.dart.js

View File

@ -1,5 +1,5 @@
*.dcu *.dcu
*.~*~ *.~*
*.local *.local
*.identcache *.identcache
__history __history
@ -7,4 +7,8 @@ __history
*.map *.map
*.exe *.exe
*.dll *.dll
*.bpl
*.dcp
*.so
*.apk
bin/* bin/*

View File

@ -1,4 +0,0 @@
*.log
*.pot
*.pyc
local_settings.py

View File

@ -8,7 +8,6 @@ sites/*/files
sites/*/private sites/*/private
# Ignore default text files # Ignore default text files
.htaccess
robots.txt robots.txt
/CHANGELOG.txt /CHANGELOG.txt
/COPYRIGHT.txt /COPYRIGHT.txt
@ -22,6 +21,7 @@ sites/all/modules/README.txt
sites/all/themes/README.txt sites/all/themes/README.txt
# Ignore everything but the "sites" folder ( for non core developer ) # Ignore everything but the "sites" folder ( for non core developer )
.htaccess
web.config web.config
authorize.php authorize.php
cron.php cron.php

4
EPiServer.gitignore Normal file
View File

@ -0,0 +1,4 @@
######################
## EPiServer Files
######################
*License.config

2
Elisp.gitignore Normal file
View File

@ -0,0 +1,2 @@
# Compiled
*.elc

View File

@ -8,6 +8,10 @@ images/member_photos/
images/signature_attachments/ images/signature_attachments/
images/pm_attachments/ images/pm_attachments/
# For security do not publish the following files
system/expressionengine/config/database.php
system/expressionengine/config/config.php
# Caches # Caches
sized/ sized/
thumbs/ thumbs/

2
Fancy.gitignore Normal file
View File

@ -0,0 +1,2 @@
*.rbc
*.fyc

View File

@ -11,4 +11,3 @@
# Some versions of Finale have a bug and randomly save extra copies of # Some versions of Finale have a bug and randomly save extra copies of
# the music source as "<Filename> copy.mus" # the music source as "<Filename> copy.mus"
*copy.mus *copy.mus

View File

@ -15,3 +15,14 @@ gwt-unitCache/
war/WEB-INF/deploy/ war/WEB-INF/deploy/
war/WEB-INF/classes/ war/WEB-INF/classes/
#compilation logs
.gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files
www-test/
#old GWT (1.5) created this dir
.gwt-tmp/

View File

@ -9,6 +9,7 @@
*.bz2 *.bz2
*.xz *.xz
*.lzma *.lzma
*.cab
#packing-only formats #packing-only formats
*.iso *.iso
@ -21,3 +22,6 @@
*.egg *.egg
*.deb *.deb
*.rpm *.rpm
*.msi
*.msm
*.msp

4
Global/BricxCC.gitignore Normal file
View File

@ -0,0 +1,4 @@
# Bricx Command Center IDE
# http://bricxcc.sourceforge.net
*.bak
*.sym

3
Global/Cloud9.gitignore Normal file
View File

@ -0,0 +1,3 @@
# Cloud9 IDE - http://c9.io
.c9revisions
.c9

View File

@ -0,0 +1,2 @@
.project
.buildlog

View File

@ -0,0 +1,3 @@
# DW Dreamweaver added files
_notes
dwsync.xml

View File

@ -1,15 +1,13 @@
*.pydevproject *.pydevproject
.project
.metadata .metadata
bin/** .gradle
tmp/** bin/
tmp/**/* tmp/
*.tmp *.tmp
*.bak *.bak
*.swp *.swp
*~.nib *~.nib
local.properties local.properties
.classpath
.settings/ .settings/
.loadpath .loadpath
@ -24,3 +22,9 @@ local.properties
# PDT-specific # PDT-specific
.buildpath .buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse

View File

@ -1,8 +1,9 @@
# -*- mode: gitignore; -*-
*~ *~
\#*\# \#*\#
/.emacs.desktop /.emacs.desktop
/.emacs.desktop.lock /.emacs.desktop.lock
.elc *.elc
auto-save-list auto-save-list
tramp tramp
.\#* .\#*
@ -10,3 +11,13 @@ tramp
# Org-mode # Org-mode
.org-id-locations .org-id-locations
*_archive *_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/

3
Global/Ensime.gitignore Normal file
View File

@ -0,0 +1,3 @@
# Ensime specific
.ensime
.ensime_lucene/

View File

@ -1,4 +0,0 @@
*.iml
*.ipr
*.iws
.idea/

View File

@ -0,0 +1,23 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode
## Directory-based project format
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# and these sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
## File-based project format
*.ipr
*.iws
*.iml
## Additional for IntelliJ
out/
# generated by mpeltonen/sbt-idea plugin
.idea_modules/

View File

@ -0,0 +1,2 @@
*.kdev4
.kdev4/

3
Global/Kate.gitignore Normal file
View File

@ -0,0 +1,3 @@
# Swap Files #
.*.kate-swp
.swp.*

12
Global/Lazarus.gitignore Normal file
View File

@ -0,0 +1,12 @@
#ignore backup files
backup/
#ignore files generated by the compiler
lib/
*.compiled
*.o
*.or
*.ppu
#exclude executable output in windows
*.exe

View File

@ -1,3 +1 @@
.*
!.gitignore
*~ *~

View File

@ -0,0 +1,2 @@
# Notepad++ backups #
*.bak

View File

@ -1,8 +1,9 @@
.DS_Store .DS_Store
.AppleDouble .AppleDouble
.LSOverride .LSOverride
Icon
# Icon must ends with two \r.
Icon
# Thumbnails # Thumbnails
._* ._*

View File

@ -1 +0,0 @@
.idea/

View File

@ -1,4 +0,0 @@
# PyCharm
# http://www.jetbrains.com/pycharm/webhelp/project.html
.idea
.iml

View File

@ -1 +0,0 @@
.idea/workspace.xml

View File

@ -1,2 +1,2 @@
### SASS Ignores - "Sassy CSS" http://sass-lang.com/ ### Sass Ignores - "Sassy CSS" http://sass-lang.com/
*.sass-cache *.sass-cache

View File

@ -5,3 +5,5 @@ target/
lib_managed/ lib_managed/
src_managed/ src_managed/
project/boot/ project/boot/
.history
.cache

View File

@ -1,2 +1,6 @@
# SublimeText project files # workspace files are user-specific
*.sublime-workspace *.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

View File

@ -1,5 +1,14 @@
# Ignore tags created by etags and ctags # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS TAGS
!TAGS/ !TAGS/
tags tags
!tags/ !tags/
gtags.files
GTAGS
GRTAGS
GPATH
cscope.files
cscope.out
cscope.in.out
cscope.po.out

1
Global/Vagrant.gitignore Normal file
View File

@ -0,0 +1 @@
.vagrant/

View File

@ -7,3 +7,9 @@ Desktop.ini
# Recycle Bin used on file shares # Recycle Bin used on file shares
$RECYCLE.BIN/ $RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp

View File

@ -1,4 +1,5 @@
.*.s[a-w][a-z] [._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~ *.un~
Session.vim Session.vim
.netrwhist .netrwhist

View File

@ -0,0 +1,15 @@
**/IntegrationServer/lib/
**/IntegrationServer/datastore/
**/IntegrationServer/db/
**/IntegrationServer/DocumentStore/
**/IntegrationServer/lib/
**/IntegrationServer/logs/
**/IntegrationServer/replicate/
**/IntegrationServer/sdk/
**/IntegrationServer/support/
**/IntegrationServer/update/
**/IntegrationServer/userFtpRoot/
**/IntegrationServer/web/
**/IntegrationServer/WmRepository4/
**/IntegrationServer/XAStore/
**/IntegrationServer/packages/Wm*/

View File

@ -20,3 +20,4 @@ _cgo_export.*
_testmain.go _testmain.go
*.exe *.exe
*.test

2
Gradle.gitignore Normal file
View File

@ -0,0 +1,2 @@
.gradle
build/

View File

@ -28,17 +28,16 @@
# project release file # project release file
/*.war /*.war
# plugin release file # plugin release files
/*.zip /*.zip
/plugin.xml
# older plugin install locations # older plugin install locations
/plugins /plugins
/web-app/plugins /web-app/plugins
/web-app/WEB-INF/classes
# "temporary" build files # "temporary" build files
/target /target
# other # other
*.iws *.iws

View File

@ -5,3 +5,7 @@ cabal-dev
*.chi *.chi
*.chs.h *.chs.h
.virthualenv .virthualenv
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config

View File

@ -1,5 +1,8 @@
*.class *.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files # # Package Files #
*.jar *.jar
*.war *.war

View File

@ -13,3 +13,7 @@ jboss/server/minimal/log/*.log
jboss/server/minimal/tmp/**/* jboss/server/minimal/tmp/**/*
jboss/server/minimal/data/**/* jboss/server/minimal/data/**/*
jboss/server/minimal/work/**/* jboss/server/minimal/work/**/*
# deployed package files #
*.DEPLOYED

View File

@ -1,396 +1,437 @@
.gitignore /.gitignore
.htaccess /.htaccess
administrator/cache/* /administrator/cache/*
administrator/components/com_admin/* /administrator/components/com_admin/*
administrator/components/com_banners/* /administrator/components/com_banners/*
administrator/components/com_cache/* /administrator/components/com_cache/*
administrator/components/com_categories/* /administrator/components/com_categories/*
administrator/components/com_checkin/* /administrator/components/com_checkin/*
administrator/components/com_config/* /administrator/components/com_config/*
administrator/components/com_contact/* /administrator/components/com_contact/*
administrator/components/com_content/* /administrator/components/com_content/*
administrator/components/com_cpanel/* /administrator/components/com_cpanel/*
administrator/components/com_installer/* /administrator/components/com_finder/*
administrator/components/com_languages/* /administrator/components/com_installer/*
administrator/components/com_login/* /administrator/components/com_languages/*
administrator/components/com_media/* /administrator/components/com_login/*
administrator/components/com_menus/* /administrator/components/com_media/*
administrator/components/com_messages/* /administrator/components/com_menus/*
administrator/components/com_modules/* /administrator/components/com_messages/*
administrator/components/com_newsfeeds/* /administrator/components/com_modules/*
administrator/components/com_plugins/* /administrator/components/com_newsfeeds/*
administrator/components/com_redirect/* /administrator/components/com_plugins/*
administrator/components/com_search/* /administrator/components/com_redirect/*
administrator/components/com_templates/* /administrator/components/com_search/*
administrator/components/com_users/* /administrator/components/com_templates/*
administrator/components/com_weblinks/* /administrator/components/com_users/*
administrator/components/index.html /administrator/components/com_weblinks/*
administrator/help/* /administrator/components/index.html
administrator/includes/* /administrator/help/*
administrator/language/en-GB/ /administrator/includes/*
administrator/language/en-GB/en-GB.com_admin.ini /administrator/language/en-GB/
administrator/language/en-GB/en-GB.com_admin.sys.ini /administrator/language/en-GB/en-GB.com_admin.ini
administrator/language/en-GB/en-GB.com_banners.ini /administrator/language/en-GB/en-GB.com_admin.sys.ini
administrator/language/en-GB/en-GB.com_banners.sys.ini /administrator/language/en-GB/en-GB.com_banners.ini
administrator/language/en-GB/en-GB.com_cache.ini /administrator/language/en-GB/en-GB.com_banners.sys.ini
administrator/language/en-GB/en-GB.com_cache.sys.ini /administrator/language/en-GB/en-GB.com_cache.ini
administrator/language/en-GB/en-GB.com_categories.ini /administrator/language/en-GB/en-GB.com_cache.sys.ini
administrator/language/en-GB/en-GB.com_categories.sys.ini /administrator/language/en-GB/en-GB.com_categories.ini
administrator/language/en-GB/en-GB.com_checkin.ini /administrator/language/en-GB/en-GB.com_categories.sys.ini
administrator/language/en-GB/en-GB.com_checkin.sys.ini /administrator/language/en-GB/en-GB.com_checkin.ini
administrator/language/en-GB/en-GB.com_config.ini /administrator/language/en-GB/en-GB.com_checkin.sys.ini
administrator/language/en-GB/en-GB.com_config.sys.ini /administrator/language/en-GB/en-GB.com_config.ini
administrator/language/en-GB/en-GB.com_contact.ini /administrator/language/en-GB/en-GB.com_config.sys.ini
administrator/language/en-GB/en-GB.com_contact.sys.ini /administrator/language/en-GB/en-GB.com_contact.ini
administrator/language/en-GB/en-GB.com_content.ini /administrator/language/en-GB/en-GB.com_contact.sys.ini
administrator/language/en-GB/en-GB.com_content.sys.ini /administrator/language/en-GB/en-GB.com_content.ini
administrator/language/en-GB/en-GB.com_cpanel.ini /administrator/language/en-GB/en-GB.com_content.sys.ini
administrator/language/en-GB/en-GB.com_cpanel.sys.ini /administrator/language/en-GB/en-GB.com_cpanel.ini
administrator/language/en-GB/en-GB.com_installer.ini /administrator/language/en-GB/en-GB.com_cpanel.sys.ini
administrator/language/en-GB/en-GB.com_installer.sys.ini /administrator/language/en-GB/en-GB.com_finder.ini
administrator/language/en-GB/en-GB.com_languages.ini /administrator/language/en-GB/en-GB.com_finder.sys.ini
administrator/language/en-GB/en-GB.com_languages.sys.ini /administrator/language/en-GB/en-GB.com_installer.ini
administrator/language/en-GB/en-GB.com_login.ini /administrator/language/en-GB/en-GB.com_installer.sys.ini
administrator/language/en-GB/en-GB.com_login.sys.ini /administrator/language/en-GB/en-GB.com_languages.ini
administrator/language/en-GB/en-GB.com_mailto.sys.ini /administrator/language/en-GB/en-GB.com_languages.sys.ini
administrator/language/en-GB/en-GB.com_media.ini /administrator/language/en-GB/en-GB.com_login.ini
administrator/language/en-GB/en-GB.com_media.sys.ini /administrator/language/en-GB/en-GB.com_login.sys.ini
administrator/language/en-GB/en-GB.com_menus.ini /administrator/language/en-GB/en-GB.com_mailto.sys.ini
administrator/language/en-GB/en-GB.com_menus.sys.ini /administrator/language/en-GB/en-GB.com_media.ini
administrator/language/en-GB/en-GB.com_messages.ini /administrator/language/en-GB/en-GB.com_media.sys.ini
administrator/language/en-GB/en-GB.com_messages.sys.ini /administrator/language/en-GB/en-GB.com_menus.ini
administrator/language/en-GB/en-GB.com_modules.ini /administrator/language/en-GB/en-GB.com_menus.sys.ini
administrator/language/en-GB/en-GB.com_modules.sys.ini /administrator/language/en-GB/en-GB.com_messages.ini
administrator/language/en-GB/en-GB.com_newsfeeds.ini /administrator/language/en-GB/en-GB.com_messages.sys.ini
administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini /administrator/language/en-GB/en-GB.com_modules.ini
administrator/language/en-GB/en-GB.com_plugins.ini /administrator/language/en-GB/en-GB.com_modules.sys.ini
administrator/language/en-GB/en-GB.com_plugins.sys.ini /administrator/language/en-GB/en-GB.com_newsfeeds.ini
administrator/language/en-GB/en-GB.com_redirect.ini /administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini
administrator/language/en-GB/en-GB.com_redirect.sys.ini /administrator/language/en-GB/en-GB.com_plugins.ini
administrator/language/en-GB/en-GB.com_search.ini /administrator/language/en-GB/en-GB.com_plugins.sys.ini
administrator/language/en-GB/en-GB.com_search.sys.ini /administrator/language/en-GB/en-GB.com_redirect.ini
administrator/language/en-GB/en-GB.com_templates.ini /administrator/language/en-GB/en-GB.com_redirect.sys.ini
administrator/language/en-GB/en-GB.com_templates.sys.ini /administrator/language/en-GB/en-GB.com_search.ini
administrator/language/en-GB/en-GB.com_users.ini /administrator/language/en-GB/en-GB.com_search.sys.ini
administrator/language/en-GB/en-GB.com_users.sys.ini /administrator/language/en-GB/en-GB.com_templates.ini
administrator/language/en-GB/en-GB.com_weblinks.ini /administrator/language/en-GB/en-GB.com_templates.sys.ini
administrator/language/en-GB/en-GB.com_weblinks.sys.ini /administrator/language/en-GB/en-GB.com_users.ini
administrator/language/en-GB/en-GB.com_wrapper.ini /administrator/language/en-GB/en-GB.com_users.sys.ini
administrator/language/en-GB/en-GB.com_wrapper.sys.ini /administrator/language/en-GB/en-GB.com_weblinks.ini
administrator/language/en-GB/en-GB.ini /administrator/language/en-GB/en-GB.com_weblinks.sys.ini
administrator/language/en-GB/en-GB.lib_joomla.ini /administrator/language/en-GB/en-GB.com_wrapper.ini
administrator/language/en-GB/en-GB.localise.php /administrator/language/en-GB/en-GB.com_wrapper.sys.ini
administrator/language/en-GB/en-GB.mod_custom.ini /administrator/language/en-GB/en-GB.ini
administrator/language/en-GB/en-GB.mod_custom.sys.ini /administrator/language/en-GB/en-GB.lib_joomla.ini
administrator/language/en-GB/en-GB.mod_feed.ini /administrator/language/en-GB/en-GB.localise.php
administrator/language/en-GB/en-GB.mod_feed.sys.ini /administrator/language/en-GB/en-GB.mod_custom.ini
administrator/language/en-GB/en-GB.mod_latest.ini /administrator/language/en-GB/en-GB.mod_custom.sys.ini
administrator/language/en-GB/en-GB.mod_latest.sys.ini /administrator/language/en-GB/en-GB.mod_feed.ini
administrator/language/en-GB/en-GB.mod_logged.ini /administrator/language/en-GB/en-GB.mod_feed.sys.ini
administrator/language/en-GB/en-GB.mod_logged.sys.ini /administrator/language/en-GB/en-GB.mod_latest.ini
administrator/language/en-GB/en-GB.mod_login.ini /administrator/language/en-GB/en-GB.mod_latest.sys.ini
administrator/language/en-GB/en-GB.mod_login.sys.ini /administrator/language/en-GB/en-GB.mod_logged.ini
administrator/language/en-GB/en-GB.mod_menu.ini /administrator/language/en-GB/en-GB.mod_logged.sys.ini
administrator/language/en-GB/en-GB.mod_menu.sys.ini /administrator/language/en-GB/en-GB.mod_login.ini
administrator/language/en-GB/en-GB.mod_online.ini /administrator/language/en-GB/en-GB.mod_login.sys.ini
administrator/language/en-GB/en-GB.mod_online.sys.ini /administrator/language/en-GB/en-GB.mod_menu.ini
administrator/language/en-GB/en-GB.mod_popular.ini /administrator/language/en-GB/en-GB.mod_menu.sys.ini
administrator/language/en-GB/en-GB.mod_popular.sys.ini /administrator/language/en-GB/en-GB.mod_multilangstatus.ini
administrator/language/en-GB/en-GB.mod_quickicon.ini /administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini
administrator/language/en-GB/en-GB.mod_quickicon.sys.ini /administrator/language/en-GB/en-GB.mod_online.ini
administrator/language/en-GB/en-GB.mod_status.ini /administrator/language/en-GB/en-GB.mod_online.sys.ini
administrator/language/en-GB/en-GB.mod_status.sys.ini /administrator/language/en-GB/en-GB.mod_popular.ini
administrator/language/en-GB/en-GB.mod_submenu.ini /administrator/language/en-GB/en-GB.mod_popular.sys.ini
administrator/language/en-GB/en-GB.mod_submenu.sys.ini /administrator/language/en-GB/en-GB.mod_quickicon.ini
administrator/language/en-GB/en-GB.mod_title.ini /administrator/language/en-GB/en-GB.mod_quickicon.sys.ini
administrator/language/en-GB/en-GB.mod_title.sys.ini /administrator/language/en-GB/en-GB.mod_status.ini
administrator/language/en-GB/en-GB.mod_toolbar.ini /administrator/language/en-GB/en-GB.mod_status.sys.ini
administrator/language/en-GB/en-GB.mod_toolbar.sys.ini /administrator/language/en-GB/en-GB.mod_submenu.ini
administrator/language/en-GB/en-GB.mod_unread.ini /administrator/language/en-GB/en-GB.mod_submenu.sys.ini
administrator/language/en-GB/en-GB.mod_unread.sys.ini /administrator/language/en-GB/en-GB.mod_title.ini
administrator/language/en-GB/en-GB.plg_authentication_example.ini /administrator/language/en-GB/en-GB.mod_title.sys.ini
administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini /administrator/language/en-GB/en-GB.mod_toolbar.ini
administrator/language/en-GB/en-GB.plg_authentication_gmail.ini /administrator/language/en-GB/en-GB.mod_toolbar.sys.ini
administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini /administrator/language/en-GB/en-GB.mod_unread.ini
administrator/language/en-GB/en-GB.plg_authentication_joomla.ini /administrator/language/en-GB/en-GB.mod_unread.sys.ini
administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini /administrator/language/en-GB/en-GB.mod_version.ini
administrator/language/en-GB/en-GB.plg_authentication_ldap.ini /administrator/language/en-GB/en-GB.mod_version.sys.ini
administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_example.ini
administrator/language/en-GB/en-GB.plg_content_emailcloak.ini /administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini
administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_gmail.ini
administrator/language/en-GB/en-GB.plg_content_geshi.ini /administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini
administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_joomla.ini
administrator/language/en-GB/en-GB.plg_content_joomla.ini /administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini
administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_ldap.ini
administrator/language/en-GB/en-GB.plg_content_loadmodule.ini /administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini
administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini
administrator/language/en-GB/en-GB.plg_content_pagebreak.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini
administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini /administrator/language/en-GB/en-GB.plg_content_emailcloak.ini
administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini /administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini
administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini /administrator/language/en-GB/en-GB.plg_content_geshi.ini
administrator/language/en-GB/en-GB.plg_content_vote.ini /administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini
administrator/language/en-GB/en-GB.plg_content_vote.sys.ini /administrator/language/en-GB/en-GB.plg_content_joomla.ini
administrator/language/en-GB/en-GB.plg_editors_codemirror.ini /administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini
administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini /administrator/language/en-GB/en-GB.plg_content_loadmodule.ini
administrator/language/en-GB/en-GB.plg_editors_none.ini /administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini
administrator/language/en-GB/en-GB.plg_editors_none.sys.ini /administrator/language/en-GB/en-GB.plg_content_pagebreak.ini
administrator/language/en-GB/en-GB.plg_editors_tinymce.ini /administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini
administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini /administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini /administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini /administrator/language/en-GB/en-GB.plg_content_vote.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini /administrator/language/en-GB/en-GB.plg_content_vote.sys.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini /administrator/language/en-GB/en-GB.plg_editors_codemirror.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini /administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini /administrator/language/en-GB/en-GB.plg_editors_none.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini /administrator/language/en-GB/en-GB.plg_editors_none.sys.ini
administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini /administrator/language/en-GB/en-GB.plg_editors_tinymce.ini
administrator/language/en-GB/en-GB.plg_extension_joomla.ini /administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini
administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini
administrator/language/en-GB/en-GB.plg_search_categories.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini
administrator/language/en-GB/en-GB.plg_search_categories.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini
administrator/language/en-GB/en-GB.plg_search_contacts.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini
administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini
administrator/language/en-GB/en-GB.plg_search_content.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini
administrator/language/en-GB/en-GB.plg_search_content.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini
administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini
administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.ini
administrator/language/en-GB/en-GB.plg_search_weblinks.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini
administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini
administrator/language/en-GB/en-GB.plg_system_cache.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini
administrator/language/en-GB/en-GB.plg_system_cache.sys.ini /administrator/language/en-GB/en-GB.plg_search_categories.ini
administrator/language/en-GB/en-GB.plg_system_debug.ini /administrator/language/en-GB/en-GB.plg_search_categories.sys.ini
administrator/language/en-GB/en-GB.plg_system_debug.sys.ini /administrator/language/en-GB/en-GB.plg_search_contacts.ini
administrator/language/en-GB/en-GB.plg_system_languagefilter.ini /administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini
administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini /administrator/language/en-GB/en-GB.plg_search_content.ini
administrator/language/en-GB/en-GB.plg_system_log.ini /administrator/language/en-GB/en-GB.plg_search_content.sys.ini
administrator/language/en-GB/en-GB.plg_system_logout.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini
administrator/language/en-GB/en-GB.plg_system_logout.sys.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini
administrator/language/en-GB/en-GB.plg_system_log.sys.ini /administrator/language/en-GB/en-GB.plg_search_weblinks.ini
administrator/language/en-GB/en-GB.plg_system_p3p.ini /administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini
administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini /administrator/language/en-GB/en-GB.plg_system_cache.ini
administrator/language/en-GB/en-GB.plg_system_redirect.ini /administrator/language/en-GB/en-GB.plg_system_cache.sys.ini
administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini /administrator/language/en-GB/en-GB.plg_system_debug.ini
administrator/language/en-GB/en-GB.plg_system_remember.ini /administrator/language/en-GB/en-GB.plg_system_debug.sys.ini
administrator/language/en-GB/en-GB.plg_system_remember.sys.ini /administrator/language/en-GB/en-GB.plg_system_highlight.ini
administrator/language/en-GB/en-GB.plg_system_sef.ini /administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini
administrator/language/en-GB/en-GB.plg_system_sef.sys.ini /administrator/language/en-GB/en-GB.plg_system_languagefilter.ini
administrator/language/en-GB/en-GB.plg_user_contactcreator.ini /administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini
administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini /administrator/language/en-GB/en-GB.plg_system_log.ini
administrator/language/en-GB/en-GB.plg_user_joomla.ini /administrator/language/en-GB/en-GB.plg_system_logout.ini
administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_system_logout.sys.ini
administrator/language/en-GB/en-GB.plg_user_profile.ini /administrator/language/en-GB/en-GB.plg_system_log.sys.ini
administrator/language/en-GB/en-GB.plg_user_profile.sys.ini /administrator/language/en-GB/en-GB.plg_system_p3p.ini
administrator/language/en-GB/en-GB.tpl_bluestork.ini /administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini
administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini /administrator/language/en-GB/en-GB.plg_system_redirect.ini
administrator/language/en-GB/en-GB.tpl_hathor.ini /administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini
administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.plg_system_remember.ini
administrator/language/en-GB/en-GB.xml /administrator/language/en-GB/en-GB.plg_system_remember.sys.ini
administrator/language/en-GB/index.html /administrator/language/en-GB/en-GB.plg_system_sef.ini
administrator/language/overrides/* /administrator/language/en-GB/en-GB.plg_system_sef.sys.ini
administrator/language/index.html /administrator/language/en-GB/en-GB.plg_user_contactcreator.ini
administrator/manifests/* /administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini
administrator/modules/mod_custom/* /administrator/language/en-GB/en-GB.plg_user_joomla.ini
administrator/modules/mod_feed/* /administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini
administrator/modules/mod_latest/* /administrator/language/en-GB/en-GB.plg_user_profile.ini
administrator/modules/mod_logged/* /administrator/language/en-GB/en-GB.plg_user_profile.sys.ini
administrator/modules/mod_login/* /administrator/language/en-GB/en-GB.tpl_bluestork.ini
administrator/modules/mod_menu/* /administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini
administrator/modules/mod_online/* /administrator/language/en-GB/en-GB.tpl_hathor.ini
administrator/modules/mod_popular/* /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini
administrator/modules/mod_quickicon/* /administrator/language/en-GB/en-GB.xml
administrator/modules/mod_status/* /administrator/language/en-GB/index.html
administrator/modules/mod_submenu/* /administrator/language/overrides/*
administrator/modules/mod_title/* /administrator/language/index.html
administrator/modules/mod_toolbar/* /administrator/manifests/*
administrator/modules/mod_unread/* /administrator/modules/mod_custom/*
administrator/modules/index.html /administrator/modules/mod_feed/*
administrator/templates/bluestork/* /administrator/modules/mod_latest/*
administrator/templates/hathor/* /administrator/modules/mod_logged/*
administrator/templates/system/* /administrator/modules/mod_login/*
administrator/templates/index.html /administrator/modules/mod_menu/*
administrator/index.php /administrator/modules/mod_multilangstatus/*
cache/* /administrator/modules/mod_online/*
components/com_banners/* /administrator/modules/mod_popular/*
components/com_contact/* /administrator/modules/mod_quickicon/*
components/com_content/* /administrator/modules/mod_status/*
components/com_mailto/* /administrator/modules/mod_submenu/*
components/com_media/* /administrator/modules/mod_title/*
components/com_newsfeeds/* /administrator/modules/mod_toolbar/*
components/com_search/* /administrator/modules/mod_unread/*
components/com_users/* /administrator/modules/mod_version/*
components/com_weblinks/* /administrator/modules/index.html
components/com_wrapper/* /administrator/templates/bluestork/*
components/index.html /administrator/templates/hathor/*
images/banners/* /administrator/templates/system/*
images/sampledata/* /administrator/templates/index.html
images/joomla* /administrator/index.php
images/index.html /cache/*
images/powered_by.png /cli/*
includes/* /components/com_banners/*
installation/* /components/com_contact/*
language/en-GB/en-GB.com_contact.ini /components/com_content/*
language/en-GB/en-GB.com_content.ini /components/com_finder/*
language/en-GB/en-GB.com_mailto.ini /components/com_mailto/*
language/en-GB/en-GB.com_media.ini /components/com_media/*
language/en-GB/en-GB.com_messages.ini /components/com_newsfeeds/*
language/en-GB/en-GB.com_newsfeeds.ini /components/com_search/*
language/en-GB/en-GB.com_search.ini /components/com_users/*
language/en-GB/en-GB.com_users.ini /components/com_weblinks/*
language/en-GB/en-GB.com_weblinks.ini /components/com_wrapper/*
language/en-GB/en-GB.com_wrapper.ini /components/index.html
language/en-GB/en-GB.files_joomla.sys.ini /images/banners/*
language/en-GB/en-GB.ini /images/sampledata/*
language/en-GB/en-GB.lib_joomla.ini /images/joomla*
language/en-GB/en-GB.localise.php /images/index.html
language/en-GB/en-GB.mod_articles_archive.ini /images/powered_by.png
language/en-GB/en-GB.mod_articles_archive.sys.ini /includes/*
language/en-GB/en-GB.mod_articles_categories.ini /installation/*
language/en-GB/en-GB.mod_articles_categories.sys.ini /language/en-GB/en-GB.com_contact.ini
language/en-GB/en-GB.mod_articles_category.ini /language/en-GB/en-GB.com_content.ini
language/en-GB/en-GB.mod_articles_category.sys.ini /language/en-GB/en-GB.com_mailto.ini
language/en-GB/en-GB.mod_articles_latest.ini /language/en-GB/en-GB.com_media.ini
language/en-GB/en-GB.mod_articles_latest.sys.ini /language/en-GB/en-GB.com_messages.ini
language/en-GB/en-GB.mod_articles_news.ini /language/en-GB/en-GB.com_newsfeeds.ini
language/en-GB/en-GB.mod_articles_news.sys.ini /language/en-GB/en-GB.com_search.ini
language/en-GB/en-GB.mod_articles_popular.ini /language/en-GB/en-GB.com_users.ini
language/en-GB/en-GB.mod_articles_popular.sys.ini /language/en-GB/en-GB.com_weblinks.ini
language/en-GB/en-GB.mod_banners.ini /language/en-GB/en-GB.com_wrapper.ini
language/en-GB/en-GB.mod_banners.sys.ini /language/en-GB/en-GB.files_joomla.sys.ini
language/en-GB/en-GB.mod_breadcrumbs.ini /language/en-GB/en-GB.ini
language/en-GB/en-GB.mod_breadcrumbs.sys.ini /language/en-GB/en-GB.lib_joomla.ini
language/en-GB/en-GB.mod_custom.ini /language/en-GB/en-GB.localise.php
language/en-GB/en-GB.mod_custom.sys.ini /language/en-GB/en-GB.mod_articles_archive.ini
language/en-GB/en-GB.mod_feed.ini /language/en-GB/en-GB.mod_articles_archive.sys.ini
language/en-GB/en-GB.mod_feed.sys.ini /language/en-GB/en-GB.mod_articles_categories.ini
language/en-GB/en-GB.mod_footer.ini /language/en-GB/en-GB.mod_articles_categories.sys.ini
language/en-GB/en-GB.mod_footer.sys.ini /language/en-GB/en-GB.mod_articles_category.ini
language/en-GB/en-GB.mod_languages.ini /language/en-GB/en-GB.mod_articles_category.sys.ini
language/en-GB/en-GB.mod_languages.sys.ini /language/en-GB/en-GB.mod_articles_latest.ini
language/en-GB/en-GB.mod_login.ini /language/en-GB/en-GB.mod_articles_latest.sys.ini
language/en-GB/en-GB.mod_login.sys.ini /language/en-GB/en-GB.mod_articles_news.ini
language/en-GB/en-GB.mod_menu.ini /language/en-GB/en-GB.mod_articles_news.sys.ini
language/en-GB/en-GB.mod_menu.sys.ini /language/en-GB/en-GB.mod_articles_popular.ini
language/en-GB/en-GB.mod_random_image.ini /language/en-GB/en-GB.mod_articles_popular.sys.ini
language/en-GB/en-GB.mod_random_image.sys.ini /language/en-GB/en-GB.mod_banners.ini
language/en-GB/en-GB.mod_related_items.ini /language/en-GB/en-GB.mod_banners.sys.ini
language/en-GB/en-GB.mod_related_items.sys.ini /language/en-GB/en-GB.mod_breadcrumbs.ini
language/en-GB/en-GB.mod_search.ini /language/en-GB/en-GB.mod_breadcrumbs.sys.ini
language/en-GB/en-GB.mod_search.sys.ini /language/en-GB/en-GB.mod_custom.ini
language/en-GB/en-GB.mod_stats.ini /language/en-GB/en-GB.mod_custom.sys.ini
language/en-GB/en-GB.mod_stats.sys.ini /language/en-GB/en-GB.mod_feed.ini
language/en-GB/en-GB.mod_syndicate.ini /language/en-GB/en-GB.mod_feed.sys.ini
language/en-GB/en-GB.mod_syndicate.sys.ini /language/en-GB/en-GB.mod_footer.ini
language/en-GB/en-GB.mod_users_latest.ini /language/en-GB/en-GB.mod_footer.sys.ini
language/en-GB/en-GB.mod_users_latest.sys.ini /language/en-GB/en-GB.mod_languages.ini
language/en-GB/en-GB.mod_weblinks.ini /language/en-GB/en-GB.mod_languages.sys.ini
language/en-GB/en-GB.mod_weblinks.sys.ini /language/en-GB/en-GB.mod_login.ini
language/en-GB/en-GB.mod_whosonline.ini /language/en-GB/en-GB.mod_login.sys.ini
language/en-GB/en-GB.mod_whosonline.sys.ini /language/en-GB/en-GB.mod_menu.ini
language/en-GB/en-GB.mod_wrapper.ini /language/en-GB/en-GB.mod_menu.sys.ini
language/en-GB/en-GB.mod_wrapper.sys.ini /language/en-GB/en-GB.mod_random_image.ini
language/en-GB/en-GB.tpl_atomic.ini /language/en-GB/en-GB.mod_random_image.sys.ini
language/en-GB/en-GB.tpl_atomic.sys.ini /language/en-GB/en-GB.mod_related_items.ini
language/en-GB/en-GB.tpl_beez_20.ini /language/en-GB/en-GB.mod_related_items.sys.ini
language/en-GB/en-GB.tpl_beez_20.sys.ini /language/en-GB/en-GB.mod_search.ini
language/en-GB/en-GB.tpl_beez5.ini /language/en-GB/en-GB.mod_search.sys.ini
language/en-GB/en-GB.tpl_beez5.sys.ini /language/en-GB/en-GB.mod_stats.ini
language/en-GB/en-GB.xml /language/en-GB/en-GB.mod_stats.sys.ini
language/en-GB/index.html /language/en-GB/en-GB.mod_syndicate.ini
language/overrides/* /language/en-GB/en-GB.mod_syndicate.sys.ini
language/index.html /language/en-GB/en-GB.mod_users_latest.ini
libraries/joomla/* /language/en-GB/en-GB.mod_users_latest.sys.ini
libraries/phpmailer/* /language/en-GB/en-GB.mod_weblinks.ini
libraries/phputf8/* /language/en-GB/en-GB.mod_weblinks.sys.ini
libraries/simplepie/* /language/en-GB/en-GB.mod_whosonline.ini
libraries/index.html /language/en-GB/en-GB.mod_whosonline.sys.ini
libraries/loader.php /language/en-GB/en-GB.mod_wrapper.ini
logs/* /language/en-GB/en-GB.mod_wrapper.sys.ini
media/contacts/* /language/en-GB/en-GB.tpl_atomic.ini
media/editors/* /language/en-GB/en-GB.tpl_atomic.sys.ini
media/mailto/* /language/en-GB/en-GB.tpl_beez_20.ini
media/media/* /language/en-GB/en-GB.tpl_beez_20.sys.ini
media/mod_languages/* /language/en-GB/en-GB.tpl_beez5.ini
media/system/* /language/en-GB/en-GB.tpl_beez5.sys.ini
media/index.html /language/en-GB/en-GB.xml
modules/mod_articles_archive/* /language/en-GB/index.html
modules/mod_articles_categories/* /language/en-GB/install.xml
modules/mod_articles_category/* /language/overrides/*
modules/mod_articles_latest/* /language/index.html
modules/mod_articles_news/* /libraries/cms.php
modules/mod_articles_popular/* /libraries/cms/*
modules/mod_banners/* /libraries/joomla/*
modules/mod_breadcrumbs/* /libraries/phpmailer/*
modules/mod_custom/* /libraries/phputf8/*
modules/mod_feed/* /libraries/simplepie/*
modules/mod_footer/* /libraries/index.html
modules/mod_languages/* /libraries/import.php
modules/mod_login/* /libraries/loader.php
modules/mod_menu/* /libraries/platform.php
modules/mod_random_image/* /logs/*
modules/mod_related_items/* /media/cms/*
modules/mod_search/* /media/com_finder/*
modules/mod_stats/* /media/contacts/*
modules/mod_syndicate/* /media/editors/*
modules/mod_users_latest/* /media/mailto/*
modules/mod_weblinks/* /media/media/*
modules/mod_whosonline/* /media/mod_languages/*
modules/mod_wrapper/* /media/overrider/*
modules/index.html /media/plg_quickicon_extensionupdate/*
plugins/authentication/example/* /media/plg_quickicon_joomlaupdate/*
plugins/authentication/gmail/* /media/plg_system_highlight/*
plugins/authentication/joomla/* /media/system/*
plugins/authentication/ldap/* /media/index.html
plugins/authentication/index.html /modules/mod_articles_archive/*
plugins/content/emailcloak/* /modules/mod_articles_categories/*
plugins/content/example/* /modules/mod_articles_category/*
plugins/content/geshi/* /modules/mod_articles_latest/*
plugins/content/joomla/* /modules/mod_articles_news/*
plugins/content/loadmodule/* /modules/mod_articles_popular/*
plugins/content/pagebreak/* /modules/mod_banners/*
plugins/content/pagenavigation/* /modules/mod_breadcrumbs/*
plugins/content/vote/* /modules/mod_custom/*
plugins/content/index.html /modules/mod_feed/*
plugins/editors/codemirror/* /modules/mod_finder/*
plugins/editors/none/* /modules/mod_footer/*
plugins/editors/tinymce/* /modules/mod_languages/*
plugins/editors/index.html /modules/mod_login/*
plugins/editors-xtd/article/* /modules/mod_menu/*
plugins/editors-xtd/image/* /modules/mod_random_image/*
plugins/editors-xtd/pagebreak/* /modules/mod_related_items/*
plugins/editors-xtd/readmore/* /modules/mod_search/*
plugins/editors-xtd/index.html /modules/mod_stats/*
plugins/extension/example/* /modules/mod_syndicate/*
plugins/extension/joomla/* /modules/mod_users_latest/*
plugins/extension/index.html /modules/mod_weblinks/*
plugins/search/categories/* /modules/mod_whosonline/*
plugins/search/contacts/* /modules/mod_wrapper/*
plugins/search/content/* /modules/index.html
plugins/search/newsfeeds/* /plugins/authentication/example/*
plugins/search/weblinks/* /plugins/authentication/gmail/*
plugins/search/index.html /plugins/authentication/joomla/*
plugins/system/cache/* /plugins/authentication/ldap/*
plugins/system/debug/* /plugins/authentication/index.html
plugins/system/languagefilter/* /plugins/captcha/recaptcha/*
plugins/system/log/* /plugins/content/emailcloak/*
plugins/system/logout/* /plugins/content/example/*
plugins/system/p3p/* /plugins/content/finder/*
plugins/system/redirect/* /plugins/content/geshi/*
plugins/system/remember/* /plugins/content/joomla/*
plugins/system/sef/* /plugins/content/loadmodule/*
plugins/system/index.html /plugins/content/pagebreak/*
plugins/user/contactcreator/* /plugins/content/pagenavigation/*
plugins/user/example/* /plugins/content/vote/*
plugins/user/joomla/* /plugins/content/index.html
plugins/user/profile/* /plugins/editors/codemirror/*
plugins/user/index.html /plugins/editors/none/*
plugins/index.html /plugins/editors/tinymce/*
templates/atomic/* /plugins/editors/index.html
templates/beez_20/* /plugins/editors-xtd/article/*
templates/beez5/* /plugins/editors-xtd/image/*
templates/system/* /plugins/editors-xtd/pagebreak/*
templates/index.html /plugins/editors-xtd/readmore/*
tmp/* /plugins/editors-xtd/index.html
configuration.php /plugins/extension/example/*
index.php /plugins/extension/joomla/*
joomla.xml /plugins/extension/index.html
*.txt /plugins/finder/index.html
/plugins/finder/categories/*
/plugins/finder/contacts/*
/plugins/finder/content/*
/plugins/finder/newsfeeds/*
/plugins/finder/weblinks/*
/plugins/quickicon/extensionupdate/*
/plugins/quickicon/joomlaupdate/*
/plugins/search/categories/*
/plugins/search/contacts/*
/plugins/search/content/*
/plugins/search/newsfeeds/*
/plugins/search/weblinks/*
/plugins/search/index.html
/plugins/system/cache/*
/plugins/system/debug/*
/plugins/system/highlight/*
/plugins/system/languagecode/*
/plugins/system/languagefilter/*
/plugins/system/log/*
/plugins/system/logout/*
/plugins/system/p3p/*
/plugins/system/redirect/*
/plugins/system/remember/*
/plugins/system/sef/*
/plugins/system/index.html
/plugins/user/contactcreator/*
/plugins/user/example/*
/plugins/user/joomla/*
/plugins/user/profile/*
/plugins/user/index.html
/plugins/index.html
/templates/atomic/*
/templates/beez_20/*
/templates/beez5/*
/templates/system/*
/templates/index.html
/tmp/*
/configuration.php
/index.php
/joomla.xml
/*.txt

View File

@ -1,32 +0,0 @@
*.acn
*.acr
*.alg
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.nlo
*.out
*.pdfsync
*.ps
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdy
*.tdo

View File

@ -2,5 +2,7 @@ pom.xml
*jar *jar
/lib/ /lib/
/classes/ /classes/
/targets/ /target/
.lein-deps-sum .lein-deps-sum
.lein-repl-history
.lein-plugins/

View File

@ -2,6 +2,7 @@
api.php api.php
app/code/community/Find/ app/code/community/Find/
app/code/community/Phoenix/ app/code/community/Phoenix/
app/code/community/Cm/
app/code/core/ app/code/core/
app/design/adminhtml/default/default/ app/design/adminhtml/default/default/
app/design/adminhtml/default/find/ app/design/adminhtml/default/find/
@ -34,11 +35,13 @@ app/etc/modules/Mage_Weee.xml
app/etc/modules/Mage_Widget.xml app/etc/modules/Mage_Widget.xml
app/etc/modules/Mage_XmlConnect.xml app/etc/modules/Mage_XmlConnect.xml
app/etc/modules/Phoenix_Moneybookers.xml app/etc/modules/Phoenix_Moneybookers.xml
app/etc/modules/Cm_RedisSession.xml
app/etc/config.xml app/etc/config.xml
app/etc/enterprise.xml app/etc/enterprise.xml
app/etc/local.xml app/etc/local.xml
app/etc/local.xml.additional app/etc/local.xml.additional
app/etc/local.xml.template app/etc/local.xml.template
app/etc/local.xml
app/.htaccess app/.htaccess
app/locale/ app/locale/
app/Mage.php app/Mage.php
@ -52,7 +55,7 @@ get.php
includes/ includes/
index.php index.php
index.php.sample index.php.sample
install.php /install.php
js/blank.html js/blank.html
js/calendar/ js/calendar/
js/enterprise/ js/enterprise/
@ -79,6 +82,9 @@ lib/PEAR/
lib/phpseclib/ lib/phpseclib/
lib/Varien/ lib/Varien/
lib/Zend/ lib/Zend/
lib/Cm/
lib/Credis/
lib/Magento/
LICENSE_AFL.txt LICENSE_AFL.txt
LICENSE.html LICENSE.html
LICENSE.txt LICENSE.txt
@ -90,6 +96,8 @@ media/downloadable/
media/.htaccess media/.htaccess
media/import/ media/import/
media/xmlconnect/ media/xmlconnect/
media/catalog/product/cache/
api.php
nbproject/ nbproject/
pear pear
pear/ pear/

View File

@ -1 +1,5 @@
target/ target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties

2
Meteor.gitignore Normal file
View File

@ -0,0 +1,2 @@
.meteor/local
.meteor/meteorite

View File

@ -1,4 +1,5 @@
lib-cov lib-cov
lcov.info
*.seed *.seed
*.log *.log
*.csv *.csv
@ -10,6 +11,7 @@ lib-cov
pids pids
logs logs
results results
build
.grunt
npm-debug.log
node_modules node_modules

View File

@ -1,6 +1,8 @@
# Xcode # OS X
.DS_Store .DS_Store
*/build/*
# Xcode
build/
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
*.mode1v3 *.mode1v3
@ -10,8 +12,12 @@
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
*.xccheckout
profile profile
*.moved-aside *.moved-aside
DerivedData DerivedData
.idea/
*.hmap *.hmap
*.ipa
# CocoaPods
Pods

View File

@ -1,5 +1,5 @@
blib/ /blib/
.build/ /.build/
_build/ _build/
cover_db/ cover_db/
inc/ inc/
@ -7,10 +7,13 @@ Build
!Build/ !Build/
Build.bat Build.bat
.last_cover_stats .last_cover_stats
Makefile /Makefile
Makefile.old /Makefile.old
MANIFEST.bak /MANIFEST.bak
META.yml /META.yml
MYMETA.yml /META.json
/MYMETA.*
nytprof.out nytprof.out
pm_to_blib /pm_to_blib
*.o
*.bs

View File

@ -1,10 +1,5 @@
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
# Ignore Play! working directory # # Ignore Play! working directory #
bin
db db
eclipse eclipse
lib lib
@ -20,3 +15,5 @@ test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist
.cache

View File

@ -1,4 +1,3 @@
*~
*.pyc *.pyc
*.pyo *.pyo
*.tmp* *.tmp*
@ -7,17 +6,7 @@
*.EGG *.EGG
*.egg-info *.egg-info
*.EGG-INFO *.EGG-INFO
*.kpf
*.swp
*.wpr
.*.cfg .*.cfg
.installed.cfg
.mr.developer.cfg
.hg/
.bzr/
.svn/
.project
.pydevproject
bin/ bin/
build/ build/
develop-eggs/ develop-eggs/
@ -27,8 +16,3 @@ fake-eggs/
parts/ parts/
dist/ dist/
var/ var/
# OSX
.DS_Store

29
Prestashop.gitignore Normal file
View File

@ -0,0 +1,29 @@
# 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
config/xml/*.xml
config/settings.inc.php
log/*.log
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

7
Processing.gitignore Normal file
View File

@ -0,0 +1,7 @@
.DS_Store
applet
application.linux32
application.linux64
application.windows32
application.windows64
application.macosx

View File

@ -1,31 +1,35 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod] *.py[cod]
# C extensions # C extensions
*.so *.so
# Packages # Distribution / packaging
*.egg bin/
*.egg-info build/
dist develop-eggs/
build dist/
eggs eggs/
parts lib/
bin lib64/
var parts/
sdist sdist/
develop-eggs var/
*.egg-info/
.installed.cfg .installed.cfg
lib *.egg
lib64
__pycache__
# Installer logs # Installer logs
pip-log.txt pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
.tox/
.coverage .coverage
.tox .cache
nosetests.xml nosetests.xml
coverage.xml
# Translations # Translations
*.mo *.mo
@ -34,3 +38,14 @@ nosetests.xml
.mr.developer.cfg .mr.developer.cfg
.project .project
.pydevproject .pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/

View File

@ -16,5 +16,10 @@
*.pro.user.* *.pro.user.*
moc_*.cpp moc_*.cpp
qrc_*.cpp qrc_*.cpp
Makefile ui_*.h
Makefile*
*-build-* *-build-*
# QtCreator
*.autosave

104
README.md
View File

@ -1,41 +1,79 @@
# A Collection of Useful .gitignore Templates # A collection of `.gitignore` templates
That's what we're trying to build. Please contribute This is GitHubs collection of [`.gitignore`][man] file templates.
by [forking][fk] and sending a [pull request][pr]. We use this list to populate the `.gitignore` template choosers available
in the GitHub.com interface when creating new repositories and files.
Also **please** only modify **one file** per commit. This'll For more information about how `.gitignore` files work, and how to use them,
make merging easier for everyone. the following resources are a great place to start:
Global gitignores (OS-specific, editor-specific) should go into the - The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book.
`Global/` directory. - The [Ignoring Files article][help] on the GitHub Help site.
- The [gitignore(5)][man] manual page.
For more information on gitignore: [gitignore(5)][g5] [man]: http://git-scm.com/docs/gitignore
[help]: https://help.github.com/articles/ignoring-files
[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
[progit]: http://git-scm.com/book
[fk]: http://help.github.com/forking/ ## Folder structure
The files in the root directory are for `.gitignore` templates that are
project specific, such as language or framework specific templates.
Global (operating system or editor specific) templates should go into the
[`Global/`](./Global) directory.
## Contributing guidelines
Wed love you to help us improve this project. To help us keep this collection
high quality, we request that contributions adhere to the following guidelines.
- **Provide a link to the application or projects homepage**. Unless its
extremely popular, theres a chance the maintainers dont know about or use
the language, framework, editor, app, or project your change applies to.
- **Provide links to documentation** supporting the change youre making.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isnt available to support your change, do the best you can
to explain what the files being ignored are for.
- **Explain why youre 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.
Its 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
editor, tool, or operating system.
- **Please only modify *one template* per pull request**. This helps keep pull
requests and feedback focused on a specific project or technology.
In general, the more you can do to help us understand the change youre making,
the more likely well be to accept your contribution quickly.
Please also understand that we cant list every tool that ever existed.
Our aim is to curate a collection of the *most common and helpful* templates,
not to make sure we cover every project possible. If we choose not to
include your language, tool, or project, its not because its not awesome.
## Contributing workflow
Heres how we suggest you go about proposing a change to this project:
1. [Fork this project][fork] to your account.
2. [Create a branch][branch] for the change you intend to make.
3. Make your changes to your fork.
4. [Send a pull request][pr] from your forks branch to our `master` branch.
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/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository
[pr]: http://help.github.com/pull-requests/ [pr]: http://help.github.com/pull-requests/
[g5]: http://man.cx/gitignore
## Pull Requests ## License
Since this repo includes a large and diverse [MIT](./LICENSE).
number of programming languages, frameworks, editors,
and ecosystems, it's **very helpful** if you can provide
a link to information supporting your pull request.
Up-to-date, canonical documentation that mentions the files
to be ignored is best.
This ensures we can efficiently go through pull requests
and keep quality high.
## Global Ignores
git has a global configuration that applies rules to all of
your projects. For example:
git config --global core.excludesfile ~/.global_ignore
... will apply the rules in ~/.global_ignore for all of your repos.
This is useful if you use an editor (like Emacs) that drops backup files,
or if you work in an environment that generates binary or intermediate
files that are always ignored.

52
ROS.gitignore Normal file
View File

@ -0,0 +1,52 @@
~$
.swp$
build/
bin/
lib/
msg_gen/
srv_gen/
msg/.*Action\.msg$
msg/.*ActionFeedback\.msg$
msg/.*ActionGoal\.msg$
msg/.*ActionResult\.msg$
msg/.*Feedback\.msg$
msg/.*Goal\.msg$
msg/.*Result\.msg$
msg/_.*\.py$
\.pcd$
.pyc$
# Generated by dynamic reconfigure
\.cfgc$
/cfg/cpp/
/cfg/.*\.py$
# Ignore generated docs
.dox$
.wikidoc$
# eclipse stuff
.project
.cproject
# qcreator stuff
CMakeLists.txt.user
srv/_.*\.py$
\.pcd$
.pyc$
qtcreator-*
*.user
/planning/cfg
/planning/docs
/planning/src
*~$
# Emacs
.#*
# Catkin custom files
CATKIN_IGNORE

View File

@ -3,16 +3,24 @@
.sass-cache .sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
.rvmrc /log
/.bundle /tmp
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3 /db/*.sqlite3
/public/system/* /public/system
/coverage/ /coverage/
/spec/tmp/* /spec/tmp
**.orig **.orig
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html
.project config/initializers/secret_token.rb
config/secrets.yml
## Environment normalisation:
/.bundle
/vendor/bundle
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

View File

@ -1,18 +1,29 @@
*.gem *.gem
*.rbc *.rbc
.bundle /.config
.config /coverage/
coverage /InstalledFiles
InstalledFiles /pkg/
lib/bundler/man /spec/reports/
pkg /test/tmp/
rdoc /test/version_tmp/
spec/reports /tmp/
test/tmp
test/version_tmp
tmp
# YARD artifacts ## Documentation cache and generated files:
.yardoc /.yardoc/
_yardoc /_yardoc/
doc/ /doc/
/rdoc/
## Environment normalisation:
/.bundle/
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

20
RubyMotion.gitignore Normal file
View File

@ -0,0 +1,20 @@
.dat*
.repl_history
build/
tags
# Editor files
.DS_Store
nbproject
.redcar
*.swp
*.swo
~
.eprj
vendor/Pods
*.nib
# YARD artifacts
.yardoc
_yardoc
doc/

2
SCons.gitignore Normal file
View File

@ -0,0 +1,2 @@
# for projects that use SCons for building: http://http://www.scons.org/
.sconsign.dblite

View File

@ -2,6 +2,9 @@
*.log *.log
# sbt specific # sbt specific
.cache/
.history/
.lib/
dist/* dist/*
target/ target/
lib_managed/ lib_managed/
@ -11,3 +14,4 @@ project/plugins/project/
# Scala-IDE specific # Scala-IDE specific
.scala_dependencies .scala_dependencies
.worksheet

7
Scrivener.gitignore Normal file
View File

@ -0,0 +1,7 @@
/Files/binder.autosave
/Files/binder.backup
/Files/search.indexes
/Files/user.lock
/Files/Docs/docs.checksum
/QuickLook/
/Settings/ui.plist

View File

@ -6,4 +6,3 @@
*.rel *.rel
*.rst *.rst
*.sym *.sym

View File

@ -1,33 +1,25 @@
## SugarCRM ## SugarCRM
# Ignore custom .htaccess stuff. # Ignore custom .htaccess stuff.
/.htaccess /.htaccess
# Ignore large parts of the annoying cache directory without breaking things. # Ignore the cache directory completely.
cache/csv/* # This will break the current behaviour. Which was often leading to
cache/dashlets/* # the misuse of the repository as backup replacement.
cache/diagnostic/* # For development the cache directory can be safely ignored and
cache/dynamic_fields/* # therefore it is ignored.
cache/feeds/* /cache/
cache/import/*
cache/include/*
cache/jsLanguage/*
cache/modules/*
!cache/modules/emails
!cache/modules/Emails
cache/pdf/*
cache/smarty/cache/*
cache/smarty/templates_c/*
cache/themes/*
cache/xml/*
# Ignore some files and directories from the custom directory. # Ignore some files and directories from the custom directory.
custom/history/* /custom/history/
custom/modulebuilder/* /custom/modulebuilder/
custom/working/* /custom/working/
custom/modules/*/Ext/ /custom/modules/*/Ext/
custom/application/Ext/* /custom/application/Ext/
# Custom configuration should also be ignored. # Custom configuration should also be ignored.
/config.php /config.php
/config_override.php /config_override.php
# The silent upgrade scripts aren't needed. # The silent upgrade scripts aren't needed.
silentUpgrade*.php /silentUpgrade*.php
# Logs files can safely be ignored. # Logs files can safely be ignored.
*.log *.log
# Ignore the new upload directories.
/upload/
/upload_backup/

View File

@ -11,3 +11,6 @@ web/bundles/*
# Configuration files # Configuration files
app/config/parameters.ini app/config/parameters.ini
app/config/parameters.yml app/config/parameters.yml
# Composer
composer.phar

78
TeX.gitignore Normal file
View File

@ -0,0 +1,78 @@
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
## Intermediate documents:
*.dvi
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex.gz
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# amsthm
*.thm
# beamer
*.nav
*.snm
*.vrb
# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
# hyperref
*.brf
# listings
*.lol
# makeidx
*.idx
*.ilg
*.ind
*.ist
# minitoc
*.maf
*.mtc
*.mtc0
# minted
*.pyg
# nomencl
*.nlo
# todonotes
*.tdo
# xindy
*.xdy

View File

@ -1,4 +1,4 @@
## Typo3 ## TYPO3 v4
# Ignore serveral upload and file directories. # Ignore serveral upload and file directories.
/fileadmin/user_upload/ /fileadmin/user_upload/
/fileadmin/_temp_/ /fileadmin/_temp_/
@ -12,7 +12,7 @@
/typo3conf/localconf_local.php /typo3conf/localconf_local.php
# Ignore system folders, you should have them symlinked. # Ignore system folders, you should have them symlinked.
# If not comment out the following two entries. # If not comment out the following two entries.
/typo3/ /typo3
/t3lib/ /t3lib
# Ignore temp directory. # Ignore temp directory.
/typo3temp/ /typo3temp/

View File

@ -3,6 +3,10 @@
[Oo]bj/ [Oo]bj/
# Autogenerated VS/MD solution and project files # Autogenerated VS/MD solution and project files
*.csproj /*.csproj
*.unityproj /*.unityproj
*.sln /*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb

7
VVVV.gitignore Normal file
View File

@ -0,0 +1,7 @@
# .v4p backup files
*~.xml
# Dynamic plugins .dll
bin/

View File

@ -7,11 +7,12 @@
*.sln.docstates *.sln.docstates
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/ [Rr]elease/
x64/ x64/
build/ build/
bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
@ -19,8 +20,13 @@ build/
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
#NUNIT
*.VisualState.xml
TestResult.xml
*_i.c *_i.c
*_p.c *_p.c
*_i.h
*.ilk *.ilk
*.meta *.meta
*.obj *.obj
@ -40,9 +46,12 @@ build/
*.vssscc *.vssscc
.builds .builds
*.pidb *.pidb
*.log *.svclog
*.scc *.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files # Visual C++ cache files
ipch/ ipch/
*.aps *.aps
@ -56,12 +65,19 @@ ipch/
*.vsp *.vsp
*.vspx *.vspx
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit # Guidance Automation Toolkit
*.gpState *.gpState
# ReSharper is a .NET coding add-in # ReSharper is a .NET coding add-in
_ReSharper*/ _ReSharper*/
*.[Rr]e[Ss]harper *.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
.JustCode
# TeamCity is a build add-in # TeamCity is a build add-in
_TeamCity* _TeamCity*
@ -71,8 +87,16 @@ _TeamCity*
# NCrunch # NCrunch
*.ncrunch* *.ncrunch*
_NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder # Installshield output folder
[Ee]xpress/ [Ee]xpress/
@ -90,15 +114,21 @@ DocProject/Help/html
publish/ publish/
# Publish Web Output # Publish Web Output
*.Publish.xml *.[Pp]ublish.xml
*.pubxml *.azurePubxml
# NuGet Packages Directory # NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/ #packages/*
## TODO: If the tool you use requires repositories.config, also uncomment the next line
#!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
!packages/build/
# Windows Azure Build Output # Windows Azure Build Output
csx csx/
*.build.csdef *.build.csdef
# Windows Store app package directory # Windows Store app package directory
@ -112,9 +142,10 @@ ClientBin/
~$* ~$*
*~ *~
*.dbmdl *.dbmdl
*.[Pp]ublish.xml *.dbproj.schemaview
*.pfx *.pfx
*.publishsettings *.publishsettings
node_modules/
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
@ -130,6 +161,14 @@ UpgradeLog*.htm
App_Data/*.mdf App_Data/*.mdf
App_Data/*.ldf App_Data/*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# ========================= # =========================
# Windows detritus # Windows detritus
# ========================= # =========================
@ -143,6 +182,3 @@ Desktop.ini
# Recycle Bin used on file shares # Recycle Bin used on file shares
$RECYCLE.BIN/ $RECYCLE.BIN/
# Mac crap
.DS_Store

View File

@ -1,5 +1,4 @@
.htaccess .htaccess
wp-config.php
wp-content/uploads/ wp-content/uploads/
wp-content/blogs.dir/ wp-content/blogs.dir/
wp-content/upgrade/ wp-content/upgrade/
@ -11,3 +10,4 @@ sitemap.xml
wp-content/cache/ wp-content/cache/
wp-content/backups/ wp-content/backups/
sitemap.xml.gz sitemap.xml.gz
wp-config.php

6
Yeoman.gitignore Normal file
View File

@ -0,0 +1,6 @@
node_modules/
bower_components/
*.log
build/
dist/

View File

@ -1,3 +1,6 @@
assets/ assets/*
protected/runtime/ !assets/.gitignore
protected/runtime/*
!protected/runtime/.gitignore
protected/data/*.db
themes/classic/views/ themes/classic/views/

View File

@ -3,4 +3,3 @@ LICENSE.txt
README.txt README.txt
demos/ demos/
extras/documentation extras/documentation

View File

@ -1,7 +1,10 @@
# For projects using nanoc (http://nanoc.stoneship.org/) # For projects using nanoc (http://nanoc.ws/)
# Default location for output, needs to match output_dir's value found in config.yaml # Default location for output, needs to match output_dir's value found in config.yaml
output/ output/
# Temporary file directory # Temporary file directory
tmp/ tmp/
# Crash Log
crash.log

12
stella.gitignore Normal file
View File

@ -0,0 +1,12 @@
# Atari 2600 (Stella) support for multiple assemblers
# - DASM
# - CC65
# Assembled binaries and object directories
obj/
a.out
*.bin
*.a26
# Add in special Atari 7800-based binaries for good measure
*.a78