aboutsummaryrefslogtreecommitdiffstats
path: root/Global
diff options
context:
space:
mode:
Diffstat (limited to 'Global')
-rw-r--r--Global/Ansible.gitignore1
-rw-r--r--Global/Archives.gitignore5
-rw-r--r--Global/Backup.gitignore5
-rw-r--r--Global/Bazaar.gitignore2
-rw-r--r--Global/CVS.gitignore2
-rw-r--r--Global/Calabash.gitignore10
-rw-r--r--Global/CodeKit.gitignore1
-rw-r--r--Global/Diff.gitignore2
-rw-r--r--Global/Dreamweaver.gitignore4
-rw-r--r--Global/Dropbox.gitignore4
-rw-r--r--Global/Eclipse.gitignore35
-rw-r--r--Global/EiffelStudio.gitignore2
-rw-r--r--Global/Emacs.gitignore17
-rw-r--r--Global/IPythonNotebook.gitignore2
-rw-r--r--Global/Images.gitignore63
-rw-r--r--Global/JEnv.gitignore5
-rw-r--r--Global/JetBrains.gitignore70
-rw-r--r--Global/Linux.gitignore6
-rw-r--r--Global/Matlab.gitignore24
-rw-r--r--Global/MicrosoftOffice.gitignore6
-rw-r--r--Global/NetBeans.gitignore4
-rw-r--r--Global/PSoCCreator.gitignore18
-rw-r--r--Global/Patch.gitignore2
-rw-r--r--Global/SBT.gitignore3
-rw-r--r--Global/Stata.gitignore24
-rw-r--r--Global/SublimeText.gitignore26
-rw-r--r--Global/SynopsysVCS.gitignore8
-rw-r--r--Global/Tags.gitignore1
-rw-r--r--Global/Vagrant.gitignore4
-rw-r--r--Global/Vim.gitignore17
-rw-r--r--Global/VirtualEnv.gitignore2
-rw-r--r--Global/VisualStudioCode.gitignore7
-rw-r--r--Global/Windows.gitignore9
-rw-r--r--Global/Xcode.gitignore20
-rw-r--r--Global/XilinxISE.gitignore10
-rw-r--r--Global/macOS.gitignore (renamed from Global/OSX.gitignore)2
36 files changed, 347 insertions, 76 deletions
diff --git a/Global/Ansible.gitignore b/Global/Ansible.gitignore
new file mode 100644
index 00000000..a8b42eb6
--- /dev/null
+++ b/Global/Ansible.gitignore
@@ -0,0 +1 @@
+*.retry
diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore
index e9eda68b..43fd5582 100644
--- a/Global/Archives.gitignore
+++ b/Global/Archives.gitignore
@@ -5,17 +5,18 @@
*.rar
*.zip
*.gz
+*.tgz
*.bzip
*.bz2
*.xz
*.lzma
*.cab
-#packing-only formats
+# Packing-only formats
*.iso
*.tar
-#package management formats
+# Package management formats
*.dmg
*.xpi
*.gem
diff --git a/Global/Backup.gitignore b/Global/Backup.gitignore
new file mode 100644
index 00000000..825ce52d
--- /dev/null
+++ b/Global/Backup.gitignore
@@ -0,0 +1,5 @@
+*.bak
+*.gho
+*.ori
+*.orig
+*.tmp
diff --git a/Global/Bazaar.gitignore b/Global/Bazaar.gitignore
new file mode 100644
index 00000000..3cbbcbd1
--- /dev/null
+++ b/Global/Bazaar.gitignore
@@ -0,0 +1,2 @@
+.bzr/
+.bzrignore
diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore
index 01ba8634..1695352e 100644
--- a/Global/CVS.gitignore
+++ b/Global/CVS.gitignore
@@ -1,4 +1,4 @@
/CVS/*
-*/CVS/*
+**/CVS/*
.cvsignore
*/.cvsignore
diff --git a/Global/Calabash.gitignore b/Global/Calabash.gitignore
new file mode 100644
index 00000000..8a75b329
--- /dev/null
+++ b/Global/Calabash.gitignore
@@ -0,0 +1,10 @@
+# Calabash / Cucumber
+rerun/
+reports/
+screenshots/
+screenshot*.png
+test-servers/
+
+# bundler
+.bundle
+vendor
diff --git a/Global/CodeKit.gitignore b/Global/CodeKit.gitignore
index bd9e67fc..09b84126 100644
--- a/Global/CodeKit.gitignore
+++ b/Global/CodeKit.gitignore
@@ -1,3 +1,4 @@
# General CodeKit files to ignore
config.codekit
+config.codekit3
/min
diff --git a/Global/Diff.gitignore b/Global/Diff.gitignore
new file mode 100644
index 00000000..59491b44
--- /dev/null
+++ b/Global/Diff.gitignore
@@ -0,0 +1,2 @@
+*.patch
+*.diff
diff --git a/Global/Dreamweaver.gitignore b/Global/Dreamweaver.gitignore
index 6a33373b..0621a3d5 100644
--- a/Global/Dreamweaver.gitignore
+++ b/Global/Dreamweaver.gitignore
@@ -1,3 +1,7 @@
# DW Dreamweaver added files
_notes
+_compareTemp
+configs/
dwsync.xml
+dw_php_codehinting.config
+*.mno
diff --git a/Global/Dropbox.gitignore b/Global/Dropbox.gitignore
new file mode 100644
index 00000000..40f4a469
--- /dev/null
+++ b/Global/Dropbox.gitignore
@@ -0,0 +1,4 @@
+# Dropbox settings and caches
+.dropbox
+.dropbox.attr
+.dropbox.cache
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore
index 0e22e957..a65649a9 100644
--- a/Global/Eclipse.gitignore
+++ b/Global/Eclipse.gitignore
@@ -1,6 +1,5 @@
-*.pydevproject
+
.metadata
-.gradle
bin/
tmp/
*.tmp
@@ -10,9 +9,7 @@ tmp/
local.properties
.settings/
.loadpath
-
-# Eclipse Core
-.project
+.recommenders
# External tool builders
.externalToolBuilders/
@@ -20,20 +17,40 @@ 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)
-.classpath
+# CDT- autotools
+.autotools
# 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/
+
+# Annotation Processing
+.apt_generated/
+
+# Scala IDE specific (Scala & Java development for Eclipse)
+.cache-main
+.scala_dependencies
+.worksheet
diff --git a/Global/EiffelStudio.gitignore b/Global/EiffelStudio.gitignore
index a7ba35f8..f41b4f70 100644
--- a/Global/EiffelStudio.gitignore
+++ b/Global/EiffelStudio.gitignore
@@ -1,2 +1,2 @@
-# The compilation directoy
+# The compilation directory
EIFGENs
diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore
index e5327bad..d40e8659 100644
--- a/Global/Emacs.gitignore
+++ b/Global/Emacs.gitignore
@@ -30,3 +30,20 @@ tramp
# cask packages
.cask/
+dist/
+
+# Flycheck
+flycheck_*.el
+
+# server auth directory
+/server/
+
+# projectiles files
+.projectile
+
+# directory configuration
+.dir-locals.el
+
+# network security
+/network-security.data
+
diff --git a/Global/IPythonNotebook.gitignore b/Global/IPythonNotebook.gitignore
deleted file mode 100644
index 27c13510..00000000
--- a/Global/IPythonNotebook.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Temporary data
-.ipynb_checkpoints/
diff --git a/Global/Images.gitignore b/Global/Images.gitignore
new file mode 100644
index 00000000..97dcdbe6
--- /dev/null
+++ b/Global/Images.gitignore
@@ -0,0 +1,63 @@
+# JPEG
+*.jpg
+*.jpeg
+*.jpe
+*.jif
+*.jfif
+*.jfi
+
+# JPEG 2000
+*.jp2
+*.j2k
+*.jpf
+*.jpx
+*.jpm
+*.mj2
+
+# JPEG XR
+*.jxr
+*.hdp
+*.wdp
+
+# Graphics Interchange Format
+*.gif
+
+# RAW
+*.raw
+
+# Web P
+*.webp
+
+# Portable Network Graphics
+*.png
+
+# Animated Portable Network Graphics
+*.apng
+
+# Multiple-image Network Graphics
+*.mng
+
+# Tagged Image File Format
+*.tiff
+*.tif
+
+# Scalable Vector Graphics
+*.svg
+*.svgz
+
+# Portable Document Format
+*.pdf
+
+# X BitMap
+*.xbm
+
+# BMP
+*.bmp
+*.dib
+
+# ICO
+*.ico
+
+# 3D Images
+*.3dm
+*.max
diff --git a/Global/JEnv.gitignore b/Global/JEnv.gitignore
new file mode 100644
index 00000000..d838300a
--- /dev/null
+++ b/Global/JEnv.gitignore
@@ -0,0 +1,5 @@
+# JEnv local Java version configuration file
+.java-version
+
+# Used by previous versions of JEnv
+.jenv-version
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore
index 5d2e327f..72f4d988 100644
--- a/Global/JetBrains.gitignore
+++ b/Global/JetBrains.gitignore
@@ -1,39 +1,48 @@
-# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-*.iml
+# User-specific stuff
+.idea/**/workspace.xml
+.idea/**/tasks.xml
+.idea/**/usage.statistics.xml
+.idea/**/dictionaries
+.idea/**/shelf
-## Directory-based project format:
-.idea/
-# if you remove the above rule, at least ignore the following:
+# Generated files
+.idea/**/contentModel.xml
-# User-specific stuff:
-# .idea/workspace.xml
-# .idea/tasks.xml
-# .idea/dictionaries
-# .idea/shelf
+# Sensitive or high-churn files
+.idea/**/dataSources/
+.idea/**/dataSources.ids
+.idea/**/dataSources.local.xml
+.idea/**/sqlDataSources.xml
+.idea/**/dynamic.xml
+.idea/**/uiDesigner.xml
+.idea/**/dbnavigator.xml
-# 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
-# Gradle:
-# .idea/gradle.xml
-# .idea/libraries
+# Gradle and Maven with auto-import
+# When using Gradle or Maven with auto-import, you should exclude module files,
+# since they will be recreated, and may cause churn. Uncomment if using
+# auto-import.
+# .idea/modules.xml
+# .idea/*.iml
+# .idea/modules
-# Mongo Explorer plugin:
-# .idea/mongoSettings.xml
+# CMake
+cmake-build-*/
-## File-based project format:
-*.ipr
-*.iws
+# Mongo Explorer plugin
+.idea/**/mongoSettings.xml
-## Plugin-specific files:
+# File-based project format
+*.iws
# IntelliJ
-/out/
+out/
# mpeltonen/sbt-idea plugin
.idea_modules/
@@ -41,8 +50,17 @@
# JIRA plugin
atlassian-ide-plugin.xml
+# Cursive Clojure plugin
+.idea/replstate.xml
+
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
+
+# Editor-based Rest Client
+.idea/httpRequests
+
+# Android studio 3.1+ serialized cache file
+.idea/caches/build_file_checksums.ser
diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore
index 5932ea17..b56bf65d 100644
--- a/Global/Linux.gitignore
+++ b/Global/Linux.gitignore
@@ -1,7 +1,13 @@
*~
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore
index 79bc56cd..46a83d63 100644
--- a/Global/Matlab.gitignore
+++ b/Global/Matlab.gitignore
@@ -1,8 +1,3 @@
-##---------------------------------------------------
-## Remove autosaves generated by the Matlab editor
-## We have git for backups!
-##---------------------------------------------------
-
# Windows default autosave extension
*.asv
@@ -12,5 +7,22 @@
# Compiled MEX binaries (all platforms)
*.mex*
-# Simulink Code Generation
+# Packaged app and toolbox files
+*.mlappinstall
+*.mltbx
+
+# Generated helpsearch folders
+helpsearch*/
+
+# Simulink code generation folders
slprj/
+sccprj/
+
+# Matlab code generation folders
+codegen/
+
+# Simulink autosave extension
+*.autosave
+
+# Octave session info
+octave-workspace
diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore
index 4a2edc7e..ddcc9cf6 100644
--- a/Global/MicrosoftOffice.gitignore
+++ b/Global/MicrosoftOffice.gitignore
@@ -3,6 +3,9 @@
# Word temporary
~$*.doc*
+# Word Auto Backup File
+Backup of *.doc*
+
# Excel temporary
~$*.xls*
@@ -11,3 +14,6 @@
# PowerPoint temporary
~$*.ppt*
+
+# Visio autosave temporary files
+*.~vsd*
diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore
index debe0e48..863bc7fa 100644
--- a/Global/NetBeans.gitignore
+++ b/Global/NetBeans.gitignore
@@ -1,8 +1,6 @@
-nbproject/private/
+**/nbproject/private/
build/
nbbuild/
dist/
nbdist/
-nbactions.xml
-nb-configuration.xml
.nb-gradle/
diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore
new file mode 100644
index 00000000..15ae040b
--- /dev/null
+++ b/Global/PSoCCreator.gitignore
@@ -0,0 +1,18 @@
+# Project Settings
+*.cywrk.*
+*.cyprj.*
+
+# Generated Assets and Resources
+Debug/
+Release/
+Export/
+*/codegentemp
+*/Generated_Source
+*_datasheet.pdf
+*_timing.html
+*.cycdx
+*.cyfit
+*.rpt
+*.svd
+*.log
+*.zip
diff --git a/Global/Patch.gitignore b/Global/Patch.gitignore
new file mode 100644
index 00000000..6ffab9ad
--- /dev/null
+++ b/Global/Patch.gitignore
@@ -0,0 +1,2 @@
+*.orig
+*.rej
diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore
index 970d897c..5ed6acb6 100644
--- a/Global/SBT.gitignore
+++ b/Global/SBT.gitignore
@@ -1,9 +1,12 @@
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
+dist/*
target/
lib_managed/
src_managed/
project/boot/
+project/plugins/project/
.history
.cache
+.lib/
diff --git a/Global/Stata.gitignore b/Global/Stata.gitignore
new file mode 100644
index 00000000..07997bb1
--- /dev/null
+++ b/Global/Stata.gitignore
@@ -0,0 +1,24 @@
+# .gitignore file for git projects containing Stata files
+# Commercial statistical software: http://www.stata.com
+
+# Stata dataset and output files
+*.dta
+*.gph
+*.log
+*.smcl
+*.stpr
+*.stsem
+
+# Graphic export files from Stata
+# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
+#
+# You may add graphic export files to your .gitignore. However you should be
+# aware that this will exclude all image files from this main directory
+# and subdirectories.
+# *.ps
+# *.eps
+# *.wmf
+# *.emf
+# *.pdf
+# *.png
+# *.tif
diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore
index 1d4e6137..86c3fa45 100644
--- a/Global/SublimeText.gitignore
+++ b/Global/SublimeText.gitignore
@@ -1,14 +1,30 @@
-# cache files for sublime text
+# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
-# workspace files are user-specific
+# Workspace files are user-specific
*.sublime-workspace
-# project files should be checked into the repository, unless a significant
-# proportion of contributors will probably not be using SublimeText
+# Project files should be checked into the repository, unless a significant
+# proportion of contributors will probably not be using Sublime Text
# *.sublime-project
-# sftp configuration file
+# SFTP configuration file
sftp-config.json
+
+# Package control specific files
+Package Control.last-run
+Package Control.ca-list
+Package Control.ca-bundle
+Package Control.system-ca-bundle
+Package Control.cache/
+Package Control.ca-certs/
+Package Control.merged-ca-bundle
+Package Control.user-ca-bundle
+oscrypto-ca-bundle.crt
+bh_unicode_properties.cache
+
+# Sublime-github package stores a github token in this file
+# https://packagecontrol.io/packages/sublime-github
+GitHub.sublime-settings
diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore
index eed2432f..ad751f6b 100644
--- a/Global/SynopsysVCS.gitignore
+++ b/Global/SynopsysVCS.gitignore
@@ -4,8 +4,8 @@
*.evcd
*.fsdb
-# Default name of the simulation executable. A different name can be
-# specified with this switch (the associated daidir database name is
+# 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
@@ -13,7 +13,7 @@ simv
simv.daidir/
simv.db.dir/
-# Infrastructure necessary to co-simulate SystemC models with
+# Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
csrc/
@@ -22,7 +22,7 @@ csrc/
# used to write all messages from simulation: -l <filename>
*.log
-# Coverage results (generated with urg) and database location. The
+# Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
urgReport/
diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore
index c0318165..91927af4 100644
--- a/Global/Tags.gitignore
+++ b/Global/Tags.gitignore
@@ -9,6 +9,7 @@ gtags.files
GTAGS
GRTAGS
GPATH
+GSYMS
cscope.files
cscope.out
cscope.in.out
diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore
index a977916f..93987ca0 100644
--- a/Global/Vagrant.gitignore
+++ b/Global/Vagrant.gitignore
@@ -1 +1,5 @@
+# General
.vagrant/
+
+# Log files (if you are creating logs in debug mode, uncomment this)
+# *.logs
diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore
index 6c5ee8df..741518ff 100644
--- a/Global/Vim.gitignore
+++ b/Global/Vim.gitignore
@@ -1,6 +1,17 @@
-[._]*.s[a-w][a-z]
-[._]s[a-w][a-z]
-*.un~
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
Session.vim
+
+# Temporary
.netrwhist
*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore
index 831cf3af..b2c22f2a 100644
--- a/Global/VirtualEnv.gitignore
+++ b/Global/VirtualEnv.gitignore
@@ -4,7 +4,9 @@
[Bb]in
[Ii]nclude
[Ll]ib
+[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
+.venv
pip-selfcheck.json
diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore
index faa18382..0511e2b5 100644
--- a/Global/VisualStudioCode.gitignore
+++ b/Global/VisualStudioCode.gitignore
@@ -1,2 +1,5 @@
-.vscode
-
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore
index a0d31452..0251dd21 100644
--- a/Global/Windows.gitignore
+++ b/Global/Windows.gitignore
@@ -1,9 +1,13 @@
-# Windows image file caches
+# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
# Folder config file
-Desktop.ini
+[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
@@ -11,6 +15,7 @@ $RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
+*.msix
*.msm
*.msp
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore
index d07b7894..cd0c7d3e 100644
--- a/Global/Xcode.gitignore
+++ b/Global/Xcode.gitignore
@@ -2,11 +2,17 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
-## Build generated
-build/
-DerivedData
+## User settings
+xcuserdata/
+
+## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
+*.xcscmblueprint
+*.xccheckout
-## Various settings
+## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
+build/
+DerivedData/
+*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -15,9 +21,3 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
-xcuserdata
-
-## Other
-*.xccheckout
-*.moved-aside
-*.xcuserstate
diff --git a/Global/XilinxISE.gitignore b/Global/XilinxISE.gitignore
index e041f51b..4475f843 100644
--- a/Global/XilinxISE.gitignore
+++ b/Global/XilinxISE.gitignore
@@ -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
diff --git a/Global/OSX.gitignore b/Global/macOS.gitignore
index 660b3135..135767fc 100644
--- a/Global/OSX.gitignore
+++ b/Global/macOS.gitignore
@@ -1,3 +1,4 @@
+# General
.DS_Store
.AppleDouble
.LSOverride
@@ -15,6 +16,7 @@ Icon
.TemporaryItems
.Trashes
.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB