Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-duigou committed Nov 5, 2015
2 parents 4a9d41f + ee80a54 commit c914c25
Show file tree
Hide file tree
Showing 54 changed files with 420 additions and 105 deletions.
7 changes: 6 additions & 1 deletion Android.gitignore
Expand Up @@ -15,7 +15,6 @@ gen/
# Gradle files
.gradle/
build/
/*/build/

# Local configuration file (sdk path, etc)
local.properties
Expand All @@ -25,3 +24,9 @@ proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/
7 changes: 3 additions & 4 deletions ArchLinuxPackages.gitignore
@@ -1,14 +1,13 @@
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig

# AUR metadata
.AURINFO
.SRCINFO

pkg/
src/
3 changes: 3 additions & 0 deletions C.gitignore
Expand Up @@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
1 change: 1 addition & 0 deletions CMake.gitignore
@@ -1,5 +1,6 @@
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
6 changes: 6 additions & 0 deletions CUDA.gitignore
@@ -0,0 +1,6 @@
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin
4 changes: 2 additions & 2 deletions CakePHP.gitignore
@@ -1,11 +1,11 @@
CakePHP 3
# CakePHP 3

/vendor/*
/config/app.php
/tmp/*
/logs/*

CakePHP 2
# CakePHP 2

/app/tmp/*
/app/Config/core.php
Expand Down
6 changes: 3 additions & 3 deletions CodeIgniter.gitignore
@@ -1,6 +1,6 @@
*/config/development
*/logs/log-*.php
*/logs/!index.html
!*/logs/index.html
*/cache/*
*/cache/!index.html
*/cache/!.htaccess
!*/cache/index.html
!*/cache/.htaccess
20 changes: 20 additions & 0 deletions D.gitignore
@@ -0,0 +1,20 @@
# Compiled Object files
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.a
*.lib

# Executables
*.exe

# DUB
.dub
docs.json
__dummy.html
23 changes: 18 additions & 5 deletions Dart.gitignore
@@ -1,14 +1,27 @@
# Don’t commit the following directories created by pub.
# See https://www.dartlang.org/tools/private-files.html

# Files and directories created by pub
.buildlog
.packages
.project
.pub/
build/
packages
**/packages/

# Or the files created by dart2js.
# Files created by dart2js
# (Most Dart developers will use pub build to compile Dart, use/modify these
# rules if you intend to use dart2js directly
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.js_
*.part.js
*.js.deps
*.js.map
*.info.json

# Directory created by dartdoc
doc/api/

# Include when developing application packages.
# Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package)
pubspec.lock
2 changes: 1 addition & 1 deletion Delphi.gitignore
Expand Up @@ -53,5 +53,5 @@
__history/
*.~*

# Castalia statistics file
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
*.stat
1 change: 1 addition & 0 deletions Elixir.gitignore
@@ -1,4 +1,5 @@
/_build
/cover
/deps
erl_crash.dump
*.ez
5 changes: 5 additions & 0 deletions Elm.gitignore
@@ -0,0 +1,5 @@
# elm-package generated files
elm-package.json
elm-stuff/
# elm-repl generated files
repl-temp-*
6 changes: 6 additions & 0 deletions Global/Eclipse.gitignore
Expand Up @@ -26,6 +26,9 @@ local.properties
# JDT-specific (Eclipse Java Development Tools)
.classpath

# Java annotation processor (APT)
.factorypath

# PDT-specific
.buildpath

Expand All @@ -34,3 +37,6 @@ local.properties

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans
1 change: 1 addition & 0 deletions Global/Ensime.gitignore
@@ -1,3 +1,4 @@
# Ensime specific
.ensime
.ensime_cache/
.ensime_lucene/
2 changes: 2 additions & 0 deletions Global/GPG.gitignore
@@ -0,0 +1,2 @@
secring.*

6 changes: 4 additions & 2 deletions Global/JetBrains.gitignore
@@ -1,4 +1,4 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

*.iml

Expand All @@ -10,6 +10,7 @@
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# .idea/shelf

# Sensitive or high-churn files:
# .idea/dataSources.ids
Expand All @@ -32,7 +33,7 @@
## Plugin-specific files:

# IntelliJ
out/
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/
Expand All @@ -44,3 +45,4 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
35 changes: 25 additions & 10 deletions Global/Lazarus.gitignore
@@ -1,15 +1,30 @@
#ignore backup files
backup/

#ignore files generated by the compiler
lib/
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.ppu
*.a

#ignore debug information files
*.dbg
# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj
*.lrt

#exclude executable output in windows
*.exe
# Lazarus local files (user-specific info)
*.lps

# Lazarus backups and unit output folders.
# These can be changed by user in Lazarus/project options.
backup/
*.bak
lib/

# Application bundle for Mac OS
*.app/
7 changes: 5 additions & 2 deletions Global/Mercurial.gitignore
@@ -1,3 +1,6 @@
/.hg/*
*/.hg/*
.hg/
.hgignore
.hgsigs
.hgsub
.hgsubstate
.hgtags
3 changes: 3 additions & 0 deletions Global/MicrosoftOffice.gitignore
Expand Up @@ -8,3 +8,6 @@

# Excel Backup File
*.xlk

# PowerPoint temporary
~$*.ppt*
1 change: 1 addition & 0 deletions Global/Otto.gitignore
@@ -0,0 +1 @@
.otto/
2 changes: 1 addition & 1 deletion Global/README.md
Expand Up @@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
e.g. OS-specific and editor specific.

For more on global gitignores:
<http://help.github.com/git-ignore/>
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>

And a good blog post about 'em:
<http://augustl.com/blog/2009/global_gitignores>
37 changes: 25 additions & 12 deletions Global/SynopsysVCS.gitignore
@@ -1,23 +1,36 @@
# Waveforms
*.vpd
# Waveform formats
*.vcd
*.vpd
*.evcd
*.fsdb

# Binary files
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename>
simv

# Directories used for compilation
csrc/
# Generated for Verilog and VHDL top configs
simv.daidir/
simv.db.dir/

# Log files
*.log
# Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
csrc/

# DVE, UCLI related files
DVEfiles/
ucli*
*.key
# Log file - the following switch allows to specify the file that will be
# used to write all messages from simulation: -l <filename>
*.log

# Coverage related files
# Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
urgReport/

# DVE and UCLI related files.
DVEfiles/
ucli.key

# When the design is elaborated for DirectC, the following file is created
# with declarations for C/C++ functions.
vc_hdrs.h
2 changes: 2 additions & 0 deletions Global/Tags.gitignore
@@ -1,7 +1,9 @@
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
Expand Down
1 change: 1 addition & 0 deletions Global/VirtualEnv.gitignore
Expand Up @@ -4,6 +4,7 @@
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ocal
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json
2 changes: 2 additions & 0 deletions Global/VisualStudioCode.gitignore
@@ -0,0 +1,2 @@
.vscode

11 changes: 10 additions & 1 deletion Global/Xcode.gitignore
@@ -1,4 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -8,7 +16,8 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
4 changes: 4 additions & 0 deletions Go.gitignore
Expand Up @@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof

# GO15VENDOREXPERIMENT flag specifics
vendor/**
!vendor/manifest
3 changes: 3 additions & 0 deletions Gradle.gitignore
Expand Up @@ -6,3 +6,6 @@ gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache
2 changes: 1 addition & 1 deletion Haskell.gitignore
Expand Up @@ -6,11 +6,11 @@ cabal-dev
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/

0 comments on commit c914c25

Please sign in to comment.