1 Commits

Author SHA1 Message Date
Brendan Forster
65d68c5ad1 ignore the VERSION file 2014-08-12 13:14:17 +10:00
76 changed files with 280 additions and 465 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
VERSION

View File

@@ -15,7 +15,6 @@ gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties

View File

@@ -1,2 +0,0 @@
# Google App Engine generated folder
appengine-generated/

View File

@@ -5,10 +5,5 @@
*.log
*.log.*
*.sig
# AUR metadata
.AURINFO
.SRCINFO
pkg/
src/

16
Bancha.gitignore Normal file
View File

@@ -0,0 +1,16 @@
#Logs
application/logs/*.php
# Content types
/application/xml/types/*.xml
# Custom builds and generated php files
/core/documentation/build
/core/views/admin/content/translations.php
# Attachs and cache files #
*.tmp
/attach/cache/
/attach/
/application/cache/_bancha/*.css
/application/cache/_bancha/*.js

View File

@@ -4,10 +4,6 @@
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib

View File

@@ -4,10 +4,6 @@
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a

View File

@@ -28,11 +28,6 @@ high quality, we request that contributions adhere to the following guidelines.
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.
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework) then it's brittle and probably no more
helpful than a simple `ls`. If it's not possible to curate a small set of
useful rules, then the template might not be a good fit for this collection.
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

View File

@@ -1,13 +1,7 @@
CakePHP 3
/vendor/*
/config/app.php
/tmp/*
/logs/*
CakePHP 2
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*
tmp/*
[Cc]onfig/core.php
[Cc]onfig/database.php
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty

View File

@@ -1,3 +0,0 @@
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
/craft/storage/*
!/craft/storage/logo/*

View File

@@ -1,11 +1,10 @@
# Dont commit the following directories created by pub.
.buildlog
.pub/
build/
packages
packages/
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map

View File

@@ -52,6 +52,3 @@
# Delphi history and backups
__history/
*.~*
# Castalia statistics file
*.stat

View File

@@ -4,7 +4,3 @@ deps
*.beam
*.plt
erl_crash.dump
ebin
rel/example_project
.concrete/DEV_MODE
.rebar

6
ExtJS-MVC.gitignore Normal file
View File

@@ -0,0 +1,6 @@
# build directory for Sencha (ExtJS) projects
build/
# bootstrap files are regenerated by Sencha CMD on every build or refresh
bootstrap.js
bootstrap.css

View File

@@ -1,4 +0,0 @@
.architect
bootstrap.json
build/
ext/

View File

@@ -1,16 +0,0 @@
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf

View File

@@ -1,3 +0,0 @@
# Local configuration folder and symbol database
/.anjuta/
/.anjuta_sym_db.db

View File

@@ -1,3 +0,0 @@
# General CodeKit files to ignore
config.codekit
/min

View File

@@ -11,9 +11,6 @@ local.properties
.settings/
.loadpath
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
@@ -23,13 +20,10 @@ local.properties
# CDT-specific
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# PDT-specific
.buildpath
# sbteclipse plugin
# sbteclipse plugin
.target
# TeXlipse plugin

View File

@@ -27,6 +27,3 @@ tramp
# AUCTeX auto folder
/auto/
# cask packages
.cask/

View File

@@ -1,13 +0,0 @@
# 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

View File

@@ -1,46 +1,29 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
*.iml
## Directory-based project format:
## Directory-based project format
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# and these sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
## File-based project format
*.ipr
*.iml
*.iws
## Plugin-specific files:
# IntelliJ
## Additional for IntelliJ
out/
# mpeltonen/sbt-idea plugin
# generated by mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
# generated by JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
# generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties

View File

@@ -8,8 +8,5 @@ lib/
*.or
*.ppu
#ignore debug information files
*.dbg
#exclude executable output in windows
*.exe

View File

@@ -1,2 +0,0 @@
# LibreOffice locks
.~lock.*#

View File

@@ -2,6 +2,3 @@
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*

View File

@@ -1,4 +0,0 @@
# Ignore LyX backup and autosave files
# http://www.lyx.org/
*.lyx~
*.lyx#

View File

@@ -1,10 +0,0 @@
*.tmp
# Word temporary
~$*.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk

View File

@@ -1,8 +0,0 @@
# Built files
x86/
arm/
arm-p/
translations/*.qm
# IDE settings
.settings/

View File

@@ -5,4 +5,3 @@ dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/

View File

@@ -8,13 +8,9 @@ Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
# Files that might appear on external disk
.Spotlight-V100
.Spotlight-V100
.Trashes
.Trashes
# Directories potentially created on remote AFP share

66
Global/Quartus2.gitignore Normal file
View File

@@ -0,0 +1,66 @@
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
# but if you follow some rules it can be accomplished. :)
# This file should be placed into the main directory where the .qpf file is
# found. Generally Q2 throws all entities and so on in the main directory, but
# you can place all stuff also in separate folders. This approach is followed
# here. So when you create a new design create one or more folders where your
# entities will be located and put a .gitignore in there that overrides the
# ignores of this file, e.g. one single rule stating "!*" which allows now all
# type of files. When you add a MegaFunction or another entity to your design,
# simply add it to one of your private folders and Q2 will be happy and manage
# everything quite good. When you want to do versioning of your generated
# SOF/POF files, you can do this by redirecting the generated output to an own
# folder. To do this go to:
# "Assignments"
# -> "Settings
# -> "Compilation Process Settings"
# -> "Save project output files in specified directory"
# Now you can either place a .gitignore in the directory and allow the following
# list of types:
# !*.sof
# !*.pof
# or you create an own submodule in the folder to keep binary files out of your
# design.
# ignore hdl source files in top level directory
*.vhd
*.v
# ignore Quartus II generated files
*sopc_*
*.jdi
*.ptf.*
*.sof
*.pof
*.qws
*.smsg
*_inst.vhd
*_generation_script*
*.done
*.txt
*.qarlog
*.rpt
*.summary
*.qws
*.cmp
*.eqn
*.html
*.jpg
*.bak
*.qar
*.sopc_builder
*example*
*~
*.sdc
*.tcl
*.pin
*.mif
*.hex
# ignore Quartus II generated folders
db/
incremental_db/
simulation/
timing/
testbench/
*_sim/

View File

@@ -1,3 +0,0 @@
# Ignore redis binary dump (dump.rdb) files
*.rdb

View File

@@ -1,8 +1,3 @@
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
@@ -10,5 +5,5 @@
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file
#sftp configuration file
sftp-config.json

View File

@@ -1,23 +0,0 @@
# Waveforms
*.vpd
*.vcd
*.evcd
# Binary files
simv
# Directories used for compilation
csrc/
simv.daidir/
# Log files
*.log
# DVE, UCLI related files
DVEfiles/
ucli*
*.key
# Coverage related files
simv.vdb/
urgReport/

View File

@@ -1,2 +0,0 @@
# Project-level settings
/.tgitconfig

View File

@@ -5,5 +5,3 @@
[Ii]nclude
[Ll]ib
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json

View File

@@ -13,6 +13,3 @@ $RECYCLE.BIN/
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk

View File

@@ -3,6 +3,3 @@ build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

View File

@@ -1,7 +1,4 @@
# .gitignore for Grails 1.2 and 1.3
# Although this should work for most versions of grails, it is
# suggested that you use the "grails integrate-with --git" command
# to generate your .gitignore file.
# web application files
/web-app/WEB-INF/classes

View File

@@ -4,13 +4,8 @@ cabal-dev
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
cabal.config

View File

@@ -1,5 +0,0 @@
# Avoid including Experiment files: they can be created and edited locally to test the ipf files
*.pxp
*.pxt
*.uxp
*.uxt

View File

@@ -1,2 +1 @@
_site/
.sass-cache/

View File

@@ -1,10 +1,6 @@
/.gitignore
/.htaccess
/administrator/cache/*
/administrator/components/com_contenthistory/*
/administrator/components/com_postinstall/*
/administrator/components/com_joomlaupdate/*
/administrator/components/com_tags/*
/administrator/components/com_admin/*
/administrator/components/com_banners/*
/administrator/components/com_cache/*
@@ -222,21 +218,17 @@
/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/hathor/*
/administrator/templates/system/*
/administrator/templates/isis/*
/administrator/templates/index.html
/administrator/index.php
/bin/*
/cache/*
/cli/*
/components/com_banners/*
/components/com_contact/*
/components/com_content/*
/components/com_contenthistory/*
/components/com_finder/*
/components/com_mailto/*
/components/com_media/*
@@ -245,12 +237,8 @@
/components/com_users/*
/components/com_weblinks/*
/components/com_wrapper/*
/components/com_ajax/*
/components/com_tags/*
/components/com_config/*
/components/index.html
/images/banners/*
/images/headers/*
/images/sampledata/*
/images/joomla*
/images/index.html
@@ -352,12 +340,6 @@
/media/plg_system_highlight/*
/media/system/*
/media/index.html
/media/com_banners/*
/media/com_contenthistory/*
/media/com_joomlaupdate/*
/media/jui/*
/modules/mod_tags_popular/*
/modules/mod_tags_similar/*
/modules/mod_articles_archive/*
/modules/mod_articles_categories/*
/modules/mod_articles_category/*
@@ -443,22 +425,11 @@
/plugins/user/profile/*
/plugins/user/index.html
/plugins/index.html
/plugins/twofactorauth/totp/*
/plugins/content/contact/*
/plugins/authentication/cookie/*
/plugins/twofactorauth/yubikey/*
/plugins/twofactorauth/index.html
/plugins/captcha/*
/plugins/quickicon/index.html
/plugins/finder/tags/*
/plugins/search/tags/*
/templates/atomic/*
/templates/beez_20/*
/templates/beez5/*
/templates/system/*
/templates/index.html
/templates/beez3/*
/templates/protostar/*
/tmp/*
/configuration.php
/index.php

View File

@@ -9,4 +9,3 @@ pom.xml.asc
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port

View File

@@ -1,41 +0,0 @@
# 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

View File

@@ -1,12 +1,9 @@
.htaccess.sample
.modgit/
.modman/
app/code/community/Phoenix/
app/code/community/Cm/
app/code/core/
app/design/adminhtml/default/default/
app/design/frontend/base/
app/design/frontend/rwd/
app/design/frontend/default/blank/
app/design/frontend/default/default/
app/design/frontend/default/iphone/
@@ -22,7 +19,6 @@ 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
@@ -45,14 +41,14 @@ app/etc/local.xml
app/.htaccess
app/locale/
app/Mage.php
/cron.php
cron.php
cron.sh
downloader/
errors/
favicon.ico
/get.php
get.php
includes/
/index.php
index.php
index.php.sample
/install.php
js/blank.html
@@ -78,7 +74,6 @@ lib/.htaccess
lib/LinLibertineFont/
lib/Mage/
lib/PEAR/
lib/Pelago/
lib/phpseclib/
lib/Varien/
lib/Zend/
@@ -97,8 +92,7 @@ media/.htaccess
media/import/
media/xmlconnect/
media/catalog/product/cache/
media/catalog/product/placeholder/default/
/api.php
api.php
nbproject/
pear
pear/
@@ -109,11 +103,9 @@ 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/
skin/frontend/rwd/
skin/frontend/default/blank/
skin/frontend/default/blue/
skin/frontend/default/default/

View File

@@ -4,4 +4,3 @@ pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml

View File

@@ -1 +0,0 @@
nimcache/

View File

@@ -16,12 +16,13 @@ coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
# Commenting this out is preferred by some people, see
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
# Users Environment Variables
.lock-wscript

View File

@@ -7,14 +7,3 @@
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log

View File

@@ -17,4 +17,3 @@ nytprof.out
/pm_to_blib
*.o
*.bs
/_eumm/

View File

@@ -11,9 +11,7 @@ env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
@@ -24,7 +22,7 @@ var/
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
@@ -37,7 +35,6 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml

View File

@@ -16,8 +16,6 @@
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
qrc_*.cpp

View File

@@ -1,13 +1,8 @@
# History files
.Rhistory
.Rapp.history
# Example code in package build process
*-Ex.R
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# R data files from past sessions
.Rdata

View File

@@ -53,11 +53,6 @@ high quality, we request that contributions adhere to the following guidelines.
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.
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework) then it's brittle and probably no more
helpful than a simple `ls`. If it's not possible to curate a small set of
useful rules, then the template might not be a good fit for this collection.
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

View File

@@ -4,7 +4,6 @@ capybara-*.html
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
@@ -25,11 +24,3 @@ config/secrets.yml
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json
# Ignore pow environment settings
.powenv

View File

@@ -22,7 +22,6 @@ build/
## Environment normalisation:
/.bundle/
/vendor/bundle
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is

View File

@@ -1,2 +1 @@
.sass-cache
*.css.map

View File

@@ -2,8 +2,8 @@
*.log
# sbt specific
.cache
.history
.cache/
.history/
.lib/
dist/*
target/

View File

@@ -24,10 +24,3 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build

View File

@@ -1,37 +1,15 @@
# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Cache and logs (Symfony3)
/var/cache/*
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
/phpunit.xml
# Build data
/build/
# Composer PHAR
/composer.phar
cache/*
log/*
web/uploads/*
config/databases.yml
config/propel.ini
data/sql/*
lib/filter/doctrine/base/Base*
lib/filter/doctrine/*Plugin/base/Base*
lib/form/doctrine/base/Base*
lib/form/doctrine/*Plugin/base/Base*
lib/model/doctrine/base/Base*
lib/model/doctrine/*Plugin/base/Base*
lib/model/om/*
lib/model/map/*
web/*Plugin/*

24
Symfony2.gitignore Normal file
View File

@@ -0,0 +1,24 @@
# Cache and logs
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/bin/
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
# Composer PHAR
/composer.phar

82
Target3001.gitignore Normal file
View File

@@ -0,0 +1,82 @@
# Ignore list for Target 3001!, a PCB layout tool
# mutex file
*.T300[01]OPEN
# Drill output
*.DRL
*.BHR
BOHRPICT.3001
# Backup files
# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup)
BackupFiles
*.BK?
*_w?.T300[01]
*_m?.T300[01]
*_m??.T300[01]
# Autosave files
*.T300[01]?
# Gerber output
*.Apr
*.BLN
*.Bot
*.Drill
*.GER
*.Hole
*.Info
*.L*
*.NamesBot
*.NamesTop
*.Outline
*.PadStack*
*.PasteBot
*.PasteTop
*.PosiBot
*.PosiTop
*.SB
*.Special*
*.ST
*.StopBot
*.StopTop
*.Tool
*.Top
*.ValuesBot
*.ValuesTop
*.Whl
# production formats
*.cnc
*.fab
*.cad
*.GDS
*.exc
excellon.txt
*.stk
*.ncp
*.pcb
*.cbt
*.vhf
*.iso
# exchange formats
*.DXF
*.PS
*.TIF
*.NET
*.PLT
*.HPGL
*.emn
*.stp
*.tgr
*.dif
*.emp
# cable loom
*.dsi
*.pnm
*.wrl
*.ADPT
*.AZO

11
Tasm.gitignore Normal file
View File

@@ -0,0 +1,11 @@
# Object Files
*.OBJ
# List Files
*.LST
# Map files
*.MAP
# Executable files
*.EXE

View File

@@ -9,7 +9,6 @@
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
@@ -21,12 +20,10 @@
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
@@ -37,9 +34,6 @@
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
@@ -56,12 +50,6 @@ acs-*.bib
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
@@ -73,11 +61,6 @@ acs-*.bib
# hyperref
*.brf
# knitr
*-concordance.tex
*.tikz
*-tikzDictionary
# listings
*.lol
@@ -93,7 +76,6 @@ acs-*.bib
*.mtc0
# minted
_minted*
*.pyg
# morewrites
@@ -117,7 +99,3 @@ sympy-plots-for-*.tex/
# xindy
*.xdy
# WinEdt
*.bak
*.sav

View File

@@ -14,4 +14,4 @@ Cached/
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
!**/[Uu]mbraco/developer/[Pp]ackages

View File

@@ -1,21 +1,16 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb
/*.booproj
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
#Unity3D Generated File On Crash Reports
sysinfo.txt

View File

@@ -4,12 +4,8 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
@@ -22,14 +18,14 @@ bld/
[Bb]in/
[Oo]bj/
# Visual Studo 2015 cache/options directory
.vs/
# Roslyn cache directories
*.ide/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
#NUNIT
*.VisualState.xml
TestResult.xml
@@ -140,7 +136,7 @@ publish/
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
# Windows Azure Build Output
@@ -151,7 +147,8 @@ csx/
AppPackages/
# Others
*.[Cc]ache
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
@@ -161,7 +158,6 @@ ClientBin/
*.pfx
*.publishsettings
node_modules/
bower_components/
# RIA/Silverlight projects
Generated_Code/
@@ -185,12 +181,3 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt

View File

@@ -1,11 +0,0 @@
# Xojo (formerly REALbasic and Real Studio)
Builds*
*.debug
*.debug.app
Debug*.exe
Debug*/Debug*.exe
Debug*/Debug*\ Libs
*.rbuistate
*.xojo_uistate
*.obsolete

View File

@@ -3,18 +3,18 @@ composer.phar
vendor/
# Local configs
config/autoload/*.local.php
config/autoload/*local.php
# Binary gettext files
*.mo
*.po
# Data
data/logs/
data/cache/
data/sessions/
data/tmp/
log/
logs/
cache/
temp/
tmp/
# Legacy ZF1
# ZF1
demos/
extras/documentation