1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 13:47:58 +02:00

Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch

Conflicts:
	Node.gitignore
This commit is contained in:
Adam Roben 2014-02-28 11:36:57 -05:00
commit c096a6566a
29 changed files with 141 additions and 66 deletions

View File

@ -1,18 +1,18 @@
# 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/
# Ignore gradle files # Gradle files
.gradle/ .gradle/
build/ build/

5
DM.gitignore Normal file
View File

@ -0,0 +1,5 @@
*.dmb
*.rsc
*.int
*.lk
*.zip

View File

@ -5,7 +5,7 @@ packages/
*.js.map *.js.map
// Include when developing application packages // Include when developing application packages
pubspec.lock pubspec.lock
// Avoid committing generated JavaScript files // Avoid committing generated JavaScript files
*.dart.js *.dart.js

View File

@ -1,14 +1,52 @@
*.dcu # Uncomment these types if you want even more clean repository. But be careful.
*.~* # It can make harm to an existing project source. Read explanations below.
*.local #
*.identcache # Resource files are binaries containing manifest, project icon and version info.
__history # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
*.drc #*.res
*.map #
# Type library file (binary). In old Delphi versions it should be stored.
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
#*.tlb
#
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# Uncomment this if you are not using diagrams or use newer Delphi version.
#*.ddp
#
# Visual LiveBindings file. Added in Delphi XE2.
# Uncomment this if you are not using LiveBindings Designer.
#*.vlb
#
# 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
#
# Delphi compiler-generated binaries (safe to delete)
*.exe *.exe
*.dll *.dll
*.bpl *.bpl
*.bpi
*.dcp *.dcp
*.so *.so
*.apk *.apk
bin/* *.drc
*.map
*.dres
*.rsm
*.tds
# Delphi autogenerated files (duplicated info)
*.cfg
*Resource.rc
# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
# Delphi history and backups
__history/
*.~*

View File

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

View File

@ -23,5 +23,8 @@ local.properties
# PDT-specific # PDT-specific
.buildpath .buildpath
# sbteclipse plugin
.target
# TeXlipse plugin # TeXlipse plugin
.texlipse .texlipse

View File

@ -0,0 +1,2 @@
# The compilation directoy
EIFGENs

View File

@ -21,3 +21,9 @@ out/
# generated by mpeltonen/sbt-idea plugin # generated by mpeltonen/sbt-idea plugin
.idea_modules/ .idea_modules/
# generated by JIRA plugin
atlassian-ide-plugin.xml
# generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml

View File

@ -1 +1,4 @@
*~ *~
# KDE directory preferences
.directory

View File

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

View File

@ -1,17 +1,7 @@
# .gitignore for Grails 1.2 and 1.3 # .gitignore for Grails 1.2 and 1.3
# web application files # web application files
/web-app/WEB-INF /web-app/WEB-INF/classes
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
# default HSQL database files for production mode # default HSQL database files for production mode
/prodDb.* /prodDb.*
@ -38,6 +28,3 @@
# "temporary" build files # "temporary" build files
/target /target
# other
*.iws

View File

@ -4,7 +4,7 @@ cabal-dev
*.hi *.hi
*.chi *.chi
*.chs.h *.chs.h
.virthualenv .virtualenv
.hsenv .hsenv
.cabal-sandbox/ .cabal-sandbox/
cabal.sandbox.config cabal.sandbox.config

2
Idris.gitignore Normal file
View File

@ -0,0 +1,2 @@
*.ibc
*.o

View File

@ -16,9 +16,6 @@ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
@ -27,6 +24,11 @@ bld/
*.VisualState.xml *.VisualState.xml
TestResult.xml TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
*_i.c *_i.c
*_p.c *_p.c
*_i.h *_i.h
@ -97,6 +99,9 @@ _NCrunch_*
*.mm.* *.mm.*
AutoTest.Net/ AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder # Installshield output folder
[Ee]xpress/ [Ee]xpress/
@ -118,11 +123,14 @@ publish/
*.azurePubxml *.azurePubxml
# NuGet Packages Directory # NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line packages/*
#packages/ ## TODO: If the tool you use requires repositories.config uncomment the next line
## TODO: If the tool you use requires repositories.config, also uncomment the next line
#!packages/repositories.config #!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
@ -141,6 +149,7 @@ ClientBin/
*.dbproj.schemaview *.dbproj.schemaview
*.pfx *.pfx
*.publishsettings *.publishsettings
node_modules/
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
@ -153,8 +162,8 @@ UpgradeLog*.XML
UpgradeLog*.htm UpgradeLog*.htm
# SQL Server files # SQL Server files
App_Data/*.mdf *.mdf
App_Data/*.ldf *.ldf
# Business Intelligence projects # Business Intelligence projects
*.rdl.data *.rdl.data

View File

@ -7,3 +7,6 @@
*.jar *.jar
*.war *.war
*.ear *.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

View File

@ -1,4 +1,4 @@
Copyright (c) 2013 GitHub, Inc. Copyright (c) 2014 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

View File

@ -1,8 +1,11 @@
pom.xml pom.xml
pom.xml.asc
*jar *jar
/lib/ /lib/
/classes/ /classes/
/target/ /target/
/checkouts/
.lein-deps-sum .lein-deps-sum
.lein-repl-history .lein-repl-history
.lein-plugins/ .lein-plugins/
.lein-failures

View File

@ -1,6 +1,7 @@
.modgit/ .modgit/
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/
@ -33,6 +34,8 @@ 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/applied.patches.list
app/etc/config.xml app/etc/config.xml
app/etc/enterprise.xml app/etc/enterprise.xml
app/etc/local.xml.additional app/etc/local.xml.additional
@ -77,6 +80,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
@ -89,7 +95,7 @@ media/.htaccess
media/import/ media/import/
media/xmlconnect/ media/xmlconnect/
media/catalog/product/cache/ media/catalog/product/cache/
api.php
nbproject/ nbproject/
pear pear
pear/ pear/

View File

@ -15,3 +15,5 @@ test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist
.cache

View File

@ -6,6 +6,8 @@ __pycache__/
*.so *.so
# Distribution / packaging # Distribution / packaging
.Python
env/
bin/ bin/
build/ build/
develop-eggs/ develop-eggs/

View File

@ -1,6 +1,4 @@
*.rbc *.rbc
*.sassc
.sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
/log /log

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

@ -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

@ -25,6 +25,7 @@
## Build tool auxiliary files: ## Build tool auxiliary files:
*.fdb_latexmk *.fdb_latexmk
*.synctex.gz *.synctex.gz
*.synctex.gz(busy)
*.pdfsync *.pdfsync
## Auxiliary and intermediate files from other packages: ## Auxiliary and intermediate files from other packages:

9
Umbraco.gitignore Normal file
View File

@ -0,0 +1,9 @@
# Ignore Umbraco folders (Generated folders created by Umbraco)
ClientDependency/
TEMP/
Logs/
Cached/
ExamineIndexes/
# Ignore Umbraco content cache file
umbraco.config

View File

@ -8,4 +8,6 @@
/*.sln /*.sln
/*.suo /*.suo
/*.user /*.user
/*.userprefs
/*.pidb /*.pidb
/*.booproj

View File

@ -10,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

View File

@ -1,4 +1,4 @@
# 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/