📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
11
gitignore/Global/AL.gitignore
Normal file
11
gitignore/Global/AL.gitignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
*.app
|
||||
.snapshots/*
|
||||
3
gitignore/Global/Anjuta.gitignore
Normal file
3
gitignore/Global/Anjuta.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Local configuration folder and symbol database
|
||||
/.anjuta/
|
||||
/.anjuta_sym_db.db
|
||||
1
gitignore/Global/Ansible.gitignore
Normal file
1
gitignore/Global/Ansible.gitignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.retry
|
||||
32
gitignore/Global/Archives.gitignore
Normal file
32
gitignore/Global/Archives.gitignore
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# It's better to unpack these files and commit the raw source because
|
||||
# git has its own built in compression methods.
|
||||
*.7z
|
||||
*.jar
|
||||
*.rar
|
||||
*.zip
|
||||
*.gz
|
||||
*.gzip
|
||||
*.tgz
|
||||
*.bzip
|
||||
*.bzip2
|
||||
*.bz2
|
||||
*.xz
|
||||
*.lzma
|
||||
*.cab
|
||||
*.xar
|
||||
|
||||
# Packing-only formats
|
||||
*.iso
|
||||
*.tar
|
||||
|
||||
# Package management formats
|
||||
*.dmg
|
||||
*.xpi
|
||||
*.gem
|
||||
*.egg
|
||||
*.deb
|
||||
*.rpm
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
*.txz
|
||||
5
gitignore/Global/Backup.gitignore
Normal file
5
gitignore/Global/Backup.gitignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*.bak
|
||||
*.gho
|
||||
*.ori
|
||||
*.orig
|
||||
*.tmp
|
||||
2
gitignore/Global/Bazaar.gitignore
Normal file
2
gitignore/Global/Bazaar.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.bzr/
|
||||
.bzrignore
|
||||
4
gitignore/Global/BricxCC.gitignore
Normal file
4
gitignore/Global/BricxCC.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Bricx Command Center IDE
|
||||
# http://bricxcc.sourceforge.net
|
||||
*.bak
|
||||
*.sym
|
||||
4
gitignore/Global/CVS.gitignore
Normal file
4
gitignore/Global/CVS.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/CVS/*
|
||||
**/CVS/*
|
||||
.cvsignore
|
||||
*/.cvsignore
|
||||
10
gitignore/Global/Calabash.gitignore
Normal file
10
gitignore/Global/Calabash.gitignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Calabash / Cucumber
|
||||
rerun/
|
||||
reports/
|
||||
screenshots/
|
||||
screenshot*.png
|
||||
test-servers/
|
||||
|
||||
# bundler
|
||||
.bundle
|
||||
vendor
|
||||
3
gitignore/Global/Cloud9.gitignore
Normal file
3
gitignore/Global/Cloud9.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Cloud9 IDE - http://c9.io
|
||||
.c9revisions
|
||||
.c9
|
||||
4
gitignore/Global/CodeKit.gitignore
Normal file
4
gitignore/Global/CodeKit.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# General CodeKit files to ignore
|
||||
config.codekit
|
||||
config.codekit3
|
||||
/min
|
||||
2
gitignore/Global/DartEditor.gitignore
Normal file
2
gitignore/Global/DartEditor.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.project
|
||||
.buildlog
|
||||
2
gitignore/Global/Diff.gitignore
Normal file
2
gitignore/Global/Diff.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.patch
|
||||
*.diff
|
||||
7
gitignore/Global/Dreamweaver.gitignore
Normal file
7
gitignore/Global/Dreamweaver.gitignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# DW Dreamweaver added files
|
||||
_notes
|
||||
_compareTemp
|
||||
configs/
|
||||
dwsync.xml
|
||||
dw_php_codehinting.config
|
||||
*.mno
|
||||
4
gitignore/Global/Dropbox.gitignore
Normal file
4
gitignore/Global/Dropbox.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Dropbox settings and caches
|
||||
.dropbox
|
||||
.dropbox.attr
|
||||
.dropbox.cache
|
||||
60
gitignore/Global/Eclipse.gitignore
Normal file
60
gitignore/Global/Eclipse.gitignore
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
.metadata
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.settings/
|
||||
.loadpath
|
||||
.recommenders
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# PyDev specific (Python IDE for Eclipse)
|
||||
*.pydevproject
|
||||
|
||||
# CDT-specific (C/C++ Development Tooling)
|
||||
.cproject
|
||||
|
||||
# CDT- autotools
|
||||
.autotools
|
||||
|
||||
# Java annotation processor (APT)
|
||||
.factorypath
|
||||
|
||||
# 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/
|
||||
.apt_generated_test/
|
||||
|
||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||
.cache-main
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
||||
# Uncomment this line if you wish to ignore the project description file.
|
||||
# Typically, this file would be tracked if it contains build/dependency configurations:
|
||||
#.project
|
||||
2
gitignore/Global/EiffelStudio.gitignore
Normal file
2
gitignore/Global/EiffelStudio.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# The compilation directory
|
||||
EIFGENs
|
||||
49
gitignore/Global/Emacs.gitignore
Normal file
49
gitignore/Global/Emacs.gitignore
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# -*- mode: gitignore; -*-
|
||||
*~
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
*.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
|
||||
# Org-mode
|
||||
.org-id-locations
|
||||
*_archive
|
||||
|
||||
# flymake-mode
|
||||
*_flymake.*
|
||||
|
||||
# eshell files
|
||||
/eshell/history
|
||||
/eshell/lastdir
|
||||
|
||||
# elpa packages
|
||||
/elpa/
|
||||
|
||||
# reftex files
|
||||
*.rel
|
||||
|
||||
# AUCTeX auto folder
|
||||
/auto/
|
||||
|
||||
# cask packages
|
||||
.cask/
|
||||
dist/
|
||||
|
||||
# Flycheck
|
||||
flycheck_*.el
|
||||
|
||||
# server auth directory
|
||||
/server/
|
||||
|
||||
# projectiles files
|
||||
.projectile
|
||||
|
||||
# directory configuration
|
||||
.dir-locals.el
|
||||
|
||||
# network security
|
||||
/network-security.data
|
||||
|
||||
4
gitignore/Global/Ensime.gitignore
Normal file
4
gitignore/Global/Ensime.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Ensime specific
|
||||
.ensime
|
||||
.ensime_cache/
|
||||
.ensime_lucene/
|
||||
1
gitignore/Global/Espresso.gitignore
Normal file
1
gitignore/Global/Espresso.gitignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.esproj
|
||||
3
gitignore/Global/FlexBuilder.gitignore
Normal file
3
gitignore/Global/FlexBuilder.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
bin/
|
||||
bin-debug/
|
||||
bin-release/
|
||||
2
gitignore/Global/GPG.gitignore
Normal file
2
gitignore/Global/GPG.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
secring.*
|
||||
|
||||
63
gitignore/Global/Images.gitignore
Normal file
63
gitignore/Global/Images.gitignore
Normal file
|
|
@ -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
|
||||
13
gitignore/Global/JDeveloper.gitignore
Normal file
13
gitignore/Global/JDeveloper.gitignore
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
5
gitignore/Global/JEnv.gitignore
Normal file
5
gitignore/Global/JEnv.gitignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# JEnv local Java version configuration file
|
||||
.java-version
|
||||
|
||||
# Used by previous versions of JEnv
|
||||
.jenv-version
|
||||
77
gitignore/Global/JetBrains.gitignore
Normal file
77
gitignore/Global/JetBrains.gitignore
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
|
||||
# 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
|
||||
|
||||
# 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/artifacts
|
||||
# .idea/compiler.xml
|
||||
# .idea/jarRepositories.xml
|
||||
# .idea/modules.xml
|
||||
# .idea/*.iml
|
||||
# .idea/modules
|
||||
# *.iml
|
||||
# *.ipr
|
||||
|
||||
# CMake
|
||||
cmake-build-*/
|
||||
|
||||
# Mongo Explorer plugin
|
||||
.idea/**/mongoSettings.xml
|
||||
|
||||
# File-based project format
|
||||
*.iws
|
||||
|
||||
# IntelliJ
|
||||
out/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
|
||||
# JIRA plugin
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# Cursive Clojure plugin
|
||||
.idea/replstate.xml
|
||||
|
||||
# SonarLint plugin
|
||||
.idea/sonarlint/
|
||||
|
||||
# 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
|
||||
2
gitignore/Global/KDevelop4.gitignore
Normal file
2
gitignore/Global/KDevelop4.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.kdev4
|
||||
.kdev4/
|
||||
3
gitignore/Global/Kate.gitignore
Normal file
3
gitignore/Global/Kate.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Swap Files #
|
||||
.*.kate-swp
|
||||
.swp.*
|
||||
30
gitignore/Global/Lazarus.gitignore
Normal file
30
gitignore/Global/Lazarus.gitignore
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Lazarus compiler-generated binaries (safe to delete)
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.lrs
|
||||
*.res
|
||||
*.compiled
|
||||
*.dbg
|
||||
*.ppu
|
||||
*.o
|
||||
*.or
|
||||
*.a
|
||||
|
||||
# Lazarus autogenerated files (duplicated info)
|
||||
*.rst
|
||||
*.rsj
|
||||
*.lrt
|
||||
|
||||
# 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/
|
||||
2
gitignore/Global/LibreOffice.gitignore
Normal file
2
gitignore/Global/LibreOffice.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# LibreOffice locks
|
||||
.~lock.*#
|
||||
13
gitignore/Global/Linux.gitignore
Normal file
13
gitignore/Global/Linux.gitignore
Normal file
|
|
@ -0,0 +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*
|
||||
4
gitignore/Global/LyX.gitignore
Normal file
4
gitignore/Global/LyX.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore LyX backup and autosave files
|
||||
# http://www.lyx.org/
|
||||
*.lyx~
|
||||
*.lyx#
|
||||
31
gitignore/Global/MATLAB.gitignore
Normal file
31
gitignore/Global/MATLAB.gitignore
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Windows default autosave extension
|
||||
*.asv
|
||||
|
||||
# OSX / *nix default autosave extension
|
||||
*.m~
|
||||
|
||||
# Compiled MEX binaries (all platforms)
|
||||
*.mex*
|
||||
|
||||
# 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
|
||||
|
||||
# Simulink cache files
|
||||
*.slxc
|
||||
|
||||
# Octave session info
|
||||
octave-workspace
|
||||
6
gitignore/Global/Mercurial.gitignore
Normal file
6
gitignore/Global/Mercurial.gitignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.hg/
|
||||
.hgignore
|
||||
.hgsigs
|
||||
.hgsub
|
||||
.hgsubstate
|
||||
.hgtags
|
||||
5
gitignore/Global/Metals.gitignore
Normal file
5
gitignore/Global/Metals.gitignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Generated Metals (Scala Language Server) files
|
||||
# Reference: https://scalameta.org/metals/
|
||||
.metals/
|
||||
.bloop/
|
||||
project/metals.sbt
|
||||
19
gitignore/Global/MicrosoftOffice.gitignore
Normal file
19
gitignore/Global/MicrosoftOffice.gitignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
*.tmp
|
||||
|
||||
# Word temporary
|
||||
~$*.doc*
|
||||
|
||||
# Word Auto Backup File
|
||||
Backup of *.doc*
|
||||
|
||||
# Excel temporary
|
||||
~$*.xls*
|
||||
|
||||
# Excel Backup File
|
||||
*.xlk
|
||||
|
||||
# PowerPoint temporary
|
||||
~$*.ppt*
|
||||
|
||||
# Visio autosave temporary files
|
||||
*.~vsd*
|
||||
23
gitignore/Global/ModelSim.gitignore
Normal file
23
gitignore/Global/ModelSim.gitignore
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# ignore ModelSim generated files and directories (temp files and so on)
|
||||
[_@]*
|
||||
|
||||
# ignore compilation output of ModelSim
|
||||
*.mti
|
||||
*.dat
|
||||
*.dbs
|
||||
*.psm
|
||||
*.bak
|
||||
*.cmp
|
||||
*.jpg
|
||||
*.html
|
||||
*.bsf
|
||||
|
||||
# ignore simulation output of ModelSim
|
||||
wlf*
|
||||
*.wlf
|
||||
*.vstf
|
||||
*.ucdb
|
||||
cov*/
|
||||
transcript*
|
||||
sc_dpiheader.h
|
||||
vsim.dbg
|
||||
8
gitignore/Global/Momentics.gitignore
Normal file
8
gitignore/Global/Momentics.gitignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Built files
|
||||
x86/
|
||||
arm/
|
||||
arm-p/
|
||||
translations/*.qm
|
||||
|
||||
# IDE settings
|
||||
.settings/
|
||||
8
gitignore/Global/MonoDevelop.gitignore
Normal file
8
gitignore/Global/MonoDevelop.gitignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#User Specific
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
|
||||
#Mono Project Files
|
||||
*.pidb
|
||||
*.resources
|
||||
test-results/
|
||||
8
gitignore/Global/NetBeans.gitignore
Normal file
8
gitignore/Global/NetBeans.gitignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
**/nbproject/private/
|
||||
**/nbproject/Makefile-*.mk
|
||||
**/nbproject/Package-*.bash
|
||||
build/
|
||||
nbbuild/
|
||||
dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
2
gitignore/Global/Ninja.gitignore
Normal file
2
gitignore/Global/Ninja.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.ninja_deps
|
||||
.ninja_log
|
||||
2
gitignore/Global/NotepadPP.gitignore
Normal file
2
gitignore/Global/NotepadPP.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Notepad++ backups #
|
||||
*.bak
|
||||
1
gitignore/Global/Octave.gitignore
Symbolic link
1
gitignore/Global/Octave.gitignore
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
MATLAB.gitignore
|
||||
1
gitignore/Global/Otto.gitignore
Normal file
1
gitignore/Global/Otto.gitignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
.otto/
|
||||
18
gitignore/Global/PSoCCreator.gitignore
Normal file
18
gitignore/Global/PSoCCreator.gitignore
Normal file
|
|
@ -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
|
||||
2
gitignore/Global/Patch.gitignore
Normal file
2
gitignore/Global/Patch.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.orig
|
||||
*.rej
|
||||
2
gitignore/Global/PuTTY.gitignore
Normal file
2
gitignore/Global/PuTTY.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Private key
|
||||
*.ppk
|
||||
10
gitignore/Global/README.md
Normal file
10
gitignore/Global/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## Globally Useful gitignores
|
||||
|
||||
This directory contains globally useful gitignores,
|
||||
e.g. OS-specific and editor specific.
|
||||
|
||||
For more on global gitignores:
|
||||
<https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer>
|
||||
|
||||
And a good blog post about 'em:
|
||||
<http://augustl.com/blog/2009/global_gitignores>
|
||||
1
gitignore/Global/Redcar.gitignore
Normal file
1
gitignore/Global/Redcar.gitignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
.redcar
|
||||
3
gitignore/Global/Redis.gitignore
Normal file
3
gitignore/Global/Redis.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Ignore redis binary dump (dump.rdb) files
|
||||
|
||||
*.rdb
|
||||
12
gitignore/Global/SBT.gitignore
Normal file
12
gitignore/Global/SBT.gitignore
Normal file
|
|
@ -0,0 +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/
|
||||
1
gitignore/Global/SVN.gitignore
Normal file
1
gitignore/Global/SVN.gitignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
.svn/
|
||||
11
gitignore/Global/SlickEdit.gitignore
Normal file
11
gitignore/Global/SlickEdit.gitignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SlickEdit workspace and project files are ignored by default because
|
||||
# typically they are considered to be developer-specific and not part of a
|
||||
# project.
|
||||
*.vpw
|
||||
*.vpj
|
||||
|
||||
# SlickEdit workspace history and tag files always contain user-specific
|
||||
# data so they should not be stored in a repository.
|
||||
*.vpwhistu
|
||||
*.vpwhist
|
||||
*.vtg
|
||||
24
gitignore/Global/Stata.gitignore
Normal file
24
gitignore/Global/Stata.gitignore
Normal file
|
|
@ -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
|
||||
31
gitignore/Global/SublimeText.gitignore
Normal file
31
gitignore/Global/SublimeText.gitignore
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Cache files for Sublime Text
|
||||
*.tmlanguage.cache
|
||||
*.tmPreferences.cache
|
||||
*.stTheme.cache
|
||||
|
||||
# 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 Sublime Text
|
||||
# *.sublime-project
|
||||
|
||||
# SFTP configuration file
|
||||
sftp-config.json
|
||||
sftp-config-alt*.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
|
||||
2
gitignore/Global/Syncthing.gitignore
Normal file
2
gitignore/Global/Syncthing.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Syncthing caches
|
||||
.stversions
|
||||
36
gitignore/Global/SynopsysVCS.gitignore
Normal file
36
gitignore/Global/SynopsysVCS.gitignore
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Waveform formats
|
||||
*.vcd
|
||||
*.vpd
|
||||
*.evcd
|
||||
*.fsdb
|
||||
|
||||
# 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
|
||||
|
||||
# Generated for Verilog and VHDL top configs
|
||||
simv.daidir/
|
||||
simv.db.dir/
|
||||
|
||||
# Infrastructure necessary to co-simulate SystemC models with
|
||||
# Verilog/VHDL models. An alternate directory may be specified with this
|
||||
# switch: -Mdir=<directory_path>
|
||||
csrc/
|
||||
|
||||
# Log file - the following switch allows to specify the file that will be
|
||||
# used to write all messages from simulation: -l <filename>
|
||||
*.log
|
||||
|
||||
# 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
|
||||
17
gitignore/Global/Tags.gitignore
Normal file
17
gitignore/Global/Tags.gitignore
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
||||
TAGS
|
||||
.TAGS
|
||||
!TAGS/
|
||||
tags
|
||||
.tags
|
||||
!tags/
|
||||
gtags.files
|
||||
GTAGS
|
||||
GRTAGS
|
||||
GPATH
|
||||
GSYMS
|
||||
cscope.files
|
||||
cscope.out
|
||||
cscope.in.out
|
||||
cscope.po.out
|
||||
|
||||
3
gitignore/Global/TextMate.gitignore
Normal file
3
gitignore/Global/TextMate.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.tmproj
|
||||
*.tmproject
|
||||
tmtags
|
||||
2
gitignore/Global/TortoiseGit.gitignore
Normal file
2
gitignore/Global/TortoiseGit.gitignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Project-level settings
|
||||
/.tgitconfig
|
||||
5
gitignore/Global/Vagrant.gitignore
Normal file
5
gitignore/Global/Vagrant.gitignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# General
|
||||
.vagrant/
|
||||
|
||||
# Log files (if you are creating logs in debug mode, uncomment this)
|
||||
# *.log
|
||||
19
gitignore/Global/Vim.gitignore
Normal file
19
gitignore/Global/Vim.gitignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg # comment out if you don't need vector files
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
*~
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
12
gitignore/Global/VirtualEnv.gitignore
Normal file
12
gitignore/Global/VirtualEnv.gitignore
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Virtualenv
|
||||
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
18
gitignore/Global/Virtuoso.gitignore
Normal file
18
gitignore/Global/Virtuoso.gitignore
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Gitignore for Cadence Virtuoso
|
||||
################################################################
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
panic*.log.*
|
||||
|
||||
# OpenAccess database lock files
|
||||
*.cdslck*
|
||||
|
||||
# Run directories for layout vs. schematic and design rule check
|
||||
lvsRunDir/*
|
||||
drcRunDir/*
|
||||
|
||||
# Abstract generation tool
|
||||
abstract.log*
|
||||
abstract.record*
|
||||
|
||||
12
gitignore/Global/VisualStudioCode.gitignore
Normal file
12
gitignore/Global/VisualStudioCode.gitignore
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
14
gitignore/Global/WebMethods.gitignore
Normal file
14
gitignore/Global/WebMethods.gitignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
**/IntegrationServer/datastore/
|
||||
**/IntegrationServer/db/
|
||||
**/IntegrationServer/DocumentStore/
|
||||
**/IntegrationServer/lib/
|
||||
**/IntegrationServer/logs/
|
||||
**/IntegrationServer/replicate/
|
||||
**/IntegrationServer/sdk/
|
||||
**/IntegrationServer/support/
|
||||
**/IntegrationServer/update/
|
||||
**/IntegrationServer/userFtpRoot/
|
||||
**/IntegrationServer/web/
|
||||
**/IntegrationServer/WmRepository4/
|
||||
**/IntegrationServer/XAStore/
|
||||
**/IntegrationServer/packages/Wm*/
|
||||
24
gitignore/Global/Windows.gitignore
Normal file
24
gitignore/Global/Windows.gitignore
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
6
gitignore/Global/Xcode.gitignore
Normal file
6
gitignore/Global/Xcode.gitignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## User settings
|
||||
xcuserdata/
|
||||
|
||||
## Xcode 8 and earlier
|
||||
*.xcscmblueprint
|
||||
*.xccheckout
|
||||
67
gitignore/Global/XilinxISE.gitignore
Normal file
67
gitignore/Global/XilinxISE.gitignore
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# intermediate build files
|
||||
*.bgn
|
||||
*.bit
|
||||
*.bld
|
||||
*.cmd_log
|
||||
*.drc
|
||||
*.ll
|
||||
*.lso
|
||||
*.msd
|
||||
*.msk
|
||||
*.ncd
|
||||
*.ngc
|
||||
*.ngd
|
||||
*.ngr
|
||||
*.pad
|
||||
*.par
|
||||
*.pcf
|
||||
*.prj
|
||||
*.ptwx
|
||||
*.rbb
|
||||
*.rbd
|
||||
*.stx
|
||||
*.syr
|
||||
*.twr
|
||||
*.twx
|
||||
*.unroutes
|
||||
*.ut
|
||||
*.xpi
|
||||
*.xst
|
||||
*_bitgen.xwbt
|
||||
*_envsettings.html
|
||||
*_map.map
|
||||
*_map.mrp
|
||||
*_map.ngm
|
||||
*_map.xrpt
|
||||
*_ngdbuild.xrpt
|
||||
*_pad.csv
|
||||
*_pad.txt
|
||||
*_par.xrpt
|
||||
*_summary.html
|
||||
*_summary.xml
|
||||
*_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
|
||||
usage_statistics_webtalk.html
|
||||
webtalk.log
|
||||
webtalk_pn.xml
|
||||
|
||||
# generated folders
|
||||
iseconfig/
|
||||
xlnx_auto_0_xdb/
|
||||
xst/
|
||||
_ngo/
|
||||
_xmsgs/
|
||||
26
gitignore/Global/macOS.gitignore
Normal file
26
gitignore/Global/macOS.gitignore
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
Loading…
Add table
Add a link
Reference in a new issue