1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-03 11:58:23 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jonathan Chu 2016-02-11 22:03:05 -05:00
commit 6ac648f033
42 changed files with 348 additions and 71 deletions

10
Global/Calabash.gitignore Normal file
View file

@ -0,0 +1,10 @@
# Calabash / Cucumber
rerun/
reports/
screenshots/
screenshot*.png
test-servers/
# bundler
.bundle
vendor

View file

@ -1,6 +1,5 @@
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
@ -20,7 +19,10 @@ local.properties
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
@ -29,11 +31,20 @@ local.properties
# Java annotation processor (APT)
.factorypath
# PDT-specific
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/

View file

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

View file

@ -33,3 +33,6 @@ tramp
# Flycheck
flycheck_*.el
# server auth directory
/server/

View file

@ -1,33 +1,28 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# .idea/shelf
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
.idea/gradle.xml
.idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
.idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:

View file

@ -1,5 +1,8 @@
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory

View file

@ -14,3 +14,6 @@
# Simulink Code Generation
slprj/
# Session info
octave-workspace

View file

@ -8,3 +8,6 @@
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*

View file

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

View file

@ -1,6 +1,8 @@
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
# session
Session.vim
# temporary
.netrwhist
*~

View file

@ -4,7 +4,9 @@
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json

View file

@ -4,7 +4,7 @@
## Build generated
build/
DerivedData
DerivedData/
## Various settings
*.pbxuser
@ -15,9 +15,9 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata/
## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

View file

@ -42,6 +42,16 @@
*_usage.xml
*_xst.xrpt
# iMPACT generated files
_impactbatch.log
impact.xsl
impact_impact.xwbt
ise_impact.cmd
webtalk_impact.xml
# Core Generator generated files
xaw2verilog.log
# project-wide generated files
*.gise
par_usage_statistics.html