Added gitignore templates
This commit is contained in:
11
ignore/Global/AL.gitignore
Normal file
11
ignore/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
ignore/Global/Anjuta.gitignore
Normal file
3
ignore/Global/Anjuta.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
# Local configuration folder and symbol database
|
||||
/.anjuta/
|
||||
/.anjuta_sym_db.db
|
||||
2
ignore/Global/Ansible.gitignore
Normal file
2
ignore/Global/Ansible.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*.retry
|
||||
.ansible/
|
||||
34
ignore/Global/Archives.gitignore
Normal file
34
ignore/Global/Archives.gitignore
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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
|
||||
*.zst
|
||||
*.tzst
|
||||
|
||||
# Packing-only formats
|
||||
*.iso
|
||||
*.tar
|
||||
|
||||
# Package management formats
|
||||
*.dmg
|
||||
*.xpi
|
||||
*.gem
|
||||
*.egg
|
||||
*.deb
|
||||
*.rpm
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
*.txz
|
||||
5
ignore/Global/Backup.gitignore
Normal file
5
ignore/Global/Backup.gitignore
Normal file
@@ -0,0 +1,5 @@
|
||||
*.bak
|
||||
*.gho
|
||||
*.ori
|
||||
*.orig
|
||||
*.tmp
|
||||
2
ignore/Global/Bazaar.gitignore
Normal file
2
ignore/Global/Bazaar.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
.bzr/
|
||||
.bzrignore
|
||||
4
ignore/Global/BricxCC.gitignore
Normal file
4
ignore/Global/BricxCC.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# Bricx Command Center IDE
|
||||
# http://bricxcc.sourceforge.net
|
||||
*.bak
|
||||
*.sym
|
||||
4
ignore/Global/CVS.gitignore
Normal file
4
ignore/Global/CVS.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
/CVS/*
|
||||
**/CVS/*
|
||||
.cvsignore
|
||||
*/.cvsignore
|
||||
10
ignore/Global/Calabash.gitignore
Normal file
10
ignore/Global/Calabash.gitignore
Normal file
@@ -0,0 +1,10 @@
|
||||
# Calabash / Cucumber
|
||||
rerun/
|
||||
reports/
|
||||
screenshots/
|
||||
screenshot*.png
|
||||
test-servers/
|
||||
|
||||
# bundler
|
||||
.bundle
|
||||
vendor
|
||||
3
ignore/Global/Cloud9.gitignore
Normal file
3
ignore/Global/Cloud9.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
# Cloud9 IDE - http://c9.io
|
||||
.c9revisions
|
||||
.c9
|
||||
4
ignore/Global/CodeKit.gitignore
Normal file
4
ignore/Global/CodeKit.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# General CodeKit files to ignore
|
||||
config.codekit
|
||||
config.codekit3
|
||||
/min
|
||||
2
ignore/Global/Cursor.gitignore
Normal file
2
ignore/Global/Cursor.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
.cursorignore
|
||||
.cursorindexingignore
|
||||
2
ignore/Global/DartEditor.gitignore
Normal file
2
ignore/Global/DartEditor.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
.project
|
||||
.buildlog
|
||||
2
ignore/Global/Diff.gitignore
Normal file
2
ignore/Global/Diff.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*.patch
|
||||
*.diff
|
||||
7
ignore/Global/Dreamweaver.gitignore
Normal file
7
ignore/Global/Dreamweaver.gitignore
Normal file
@@ -0,0 +1,7 @@
|
||||
# DW Dreamweaver added files
|
||||
_notes
|
||||
_compareTemp
|
||||
configs/
|
||||
dwsync.xml
|
||||
dw_php_codehinting.config
|
||||
*.mno
|
||||
4
ignore/Global/Dropbox.gitignore
Normal file
4
ignore/Global/Dropbox.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# Dropbox settings and caches
|
||||
.dropbox
|
||||
.dropbox.attr
|
||||
.dropbox.cache
|
||||
60
ignore/Global/Eclipse.gitignore
Normal file
60
ignore/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_tests/
|
||||
|
||||
# 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
ignore/Global/EiffelStudio.gitignore
Normal file
2
ignore/Global/EiffelStudio.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# The compilation directory
|
||||
EIFGENs
|
||||
51
ignore/Global/Emacs.gitignore
Normal file
51
ignore/Global/Emacs.gitignore
Normal file
@@ -0,0 +1,51 @@
|
||||
# -*- 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
|
||||
|
||||
# undo-tree
|
||||
*.~undo-tree~
|
||||
4
ignore/Global/Ensime.gitignore
Normal file
4
ignore/Global/Ensime.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ensime specific
|
||||
.ensime
|
||||
.ensime_cache/
|
||||
.ensime_lucene/
|
||||
1
ignore/Global/Espresso.gitignore
Normal file
1
ignore/Global/Espresso.gitignore
Normal file
@@ -0,0 +1 @@
|
||||
*.esproj
|
||||
3
ignore/Global/FlexBuilder.gitignore
Normal file
3
ignore/Global/FlexBuilder.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
bin/
|
||||
bin-debug/
|
||||
bin-release/
|
||||
2
ignore/Global/GPG.gitignore
Normal file
2
ignore/Global/GPG.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
secring.*
|
||||
|
||||
63
ignore/Global/Images.gitignore
Normal file
63
ignore/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
ignore/Global/JDeveloper.gitignore
Normal file
13
ignore/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
ignore/Global/JEnv.gitignore
Normal file
5
ignore/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
|
||||
86
ignore/Global/JetBrains.gitignore
Normal file
86
ignore/Global/JetBrains.gitignore
Normal file
@@ -0,0 +1,86 @@
|
||||
# Covers JetBrains IDEs: IntelliJ, GoLand, 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/
|
||||
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
|
||||
|
||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
# Editor-based HTTP Client
|
||||
.idea/httpRequests
|
||||
http-client.private.env.json
|
||||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
# Apifox Helper cache
|
||||
.idea/.cache/.Apifox_Helper
|
||||
.idea/ApifoxUploaderProjectSetting.xml
|
||||
|
||||
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
|
||||
.idea/**/copilot.data.migration.*.xml
|
||||
2
ignore/Global/KDevelop4.gitignore
Normal file
2
ignore/Global/KDevelop4.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*.kdev4
|
||||
.kdev4/
|
||||
3
ignore/Global/Kate.gitignore
Normal file
3
ignore/Global/Kate.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
# Swap Files #
|
||||
.*.kate-swp
|
||||
.swp.*
|
||||
30
ignore/Global/Lazarus.gitignore
Normal file
30
ignore/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/
|
||||
16
ignore/Global/Lefthook.gitignore
Normal file
16
ignore/Global/Lefthook.gitignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# https://lefthook.dev/configuration/#config-file-name
|
||||
/.lefthook-local.json
|
||||
/.lefthook-local.toml
|
||||
/.lefthook-local.yaml
|
||||
/.lefthook-local.yml
|
||||
/lefthook-local.json
|
||||
/lefthook-local.toml
|
||||
/lefthook-local.yaml
|
||||
/lefthook-local.yml
|
||||
/.config/lefthook-local.json
|
||||
/.config/lefthook-local.toml
|
||||
/.config/lefthook-local.yaml
|
||||
/.config/lefthook-local.yml
|
||||
|
||||
# https://lefthook.dev/configuration/source_dir_local.html
|
||||
/.lefthook-local/
|
||||
2
ignore/Global/LibreOffice.gitignore
Normal file
2
ignore/Global/LibreOffice.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# LibreOffice locks
|
||||
.~lock.*#
|
||||
16
ignore/Global/Linux.gitignore
Normal file
16
ignore/Global/Linux.gitignore
Normal file
@@ -0,0 +1,16 @@
|
||||
*~
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# Metadata left by Dolphin file manager, which comes with KDE Plasma
|
||||
.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*
|
||||
|
||||
# Log files created by default by the nohup command
|
||||
nohup.out
|
||||
4
ignore/Global/LyX.gitignore
Normal file
4
ignore/Global/LyX.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore LyX backup and autosave files
|
||||
# http://www.lyx.org/
|
||||
*.lyx~
|
||||
*.lyx#
|
||||
33
ignore/Global/MATLAB.gitignore
Normal file
33
ignore/Global/MATLAB.gitignore
Normal file
@@ -0,0 +1,33 @@
|
||||
# Autosave files
|
||||
*.asv
|
||||
*.m~
|
||||
*.autosave
|
||||
*.slx.r*
|
||||
*.mdl.r*
|
||||
|
||||
# Derived content-obscured files
|
||||
*.p
|
||||
|
||||
# Compiled MEX files
|
||||
*.mex*
|
||||
|
||||
# Packaged app and toolbox files
|
||||
*.mlappinstall
|
||||
*.mltbx
|
||||
|
||||
# Deployable archives
|
||||
*.ctf
|
||||
|
||||
# Generated helpsearch folders
|
||||
helpsearch*/
|
||||
|
||||
# Code generation folders
|
||||
slprj/
|
||||
sccprj/
|
||||
codegen/
|
||||
|
||||
# Cache files
|
||||
*.slxc
|
||||
|
||||
# Cloud based storage dotfile
|
||||
.MATLABDriveTag
|
||||
6
ignore/Global/Mercurial.gitignore
Normal file
6
ignore/Global/Mercurial.gitignore
Normal file
@@ -0,0 +1,6 @@
|
||||
.hg/
|
||||
.hgignore
|
||||
.hgsigs
|
||||
.hgsub
|
||||
.hgsubstate
|
||||
.hgtags
|
||||
6
ignore/Global/Metals.gitignore
Normal file
6
ignore/Global/Metals.gitignore
Normal file
@@ -0,0 +1,6 @@
|
||||
# Metals (Scala Language Server)
|
||||
# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore
|
||||
.metals/
|
||||
.bloop/
|
||||
.ammonite/
|
||||
metals.sbt
|
||||
20
ignore/Global/MicrosoftOffice.gitignore
Normal file
20
ignore/Global/MicrosoftOffice.gitignore
Normal file
@@ -0,0 +1,20 @@
|
||||
*.tmp
|
||||
|
||||
# Word temporary
|
||||
~$*.doc*
|
||||
~$*.dot*
|
||||
|
||||
# Word Auto Backup File
|
||||
Backup of *.doc*
|
||||
|
||||
# Excel temporary
|
||||
~$*.xls*
|
||||
|
||||
# Excel Backup File
|
||||
*.xlk
|
||||
|
||||
# PowerPoint temporary
|
||||
~$*.ppt*
|
||||
|
||||
# Visio autosave temporary files
|
||||
*.~vsd*
|
||||
8
ignore/Global/Momentics.gitignore
Normal file
8
ignore/Global/Momentics.gitignore
Normal file
@@ -0,0 +1,8 @@
|
||||
# Built files
|
||||
x86/
|
||||
arm/
|
||||
arm-p/
|
||||
translations/*.qm
|
||||
|
||||
# IDE settings
|
||||
.settings/
|
||||
8
ignore/Global/MonoDevelop.gitignore
Normal file
8
ignore/Global/MonoDevelop.gitignore
Normal file
@@ -0,0 +1,8 @@
|
||||
#User Specific
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
|
||||
#Mono Project Files
|
||||
*.pidb
|
||||
*.resources
|
||||
test-results/
|
||||
8
ignore/Global/NetBeans.gitignore
Normal file
8
ignore/Global/NetBeans.gitignore
Normal file
@@ -0,0 +1,8 @@
|
||||
**/nbproject/private/
|
||||
**/nbproject/Makefile-*.mk
|
||||
**/nbproject/Package-*.bash
|
||||
build/
|
||||
nbbuild/
|
||||
dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
2
ignore/Global/Ninja.gitignore
Normal file
2
ignore/Global/Ninja.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
2
ignore/Global/NotepadPP.gitignore
Normal file
2
ignore/Global/NotepadPP.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Notepad++ backups #
|
||||
*.bak
|
||||
1
ignore/Global/Octave.gitignore
Symbolic link
1
ignore/Global/Octave.gitignore
Symbolic link
@@ -0,0 +1 @@
|
||||
MATLAB.gitignore
|
||||
1
ignore/Global/Otto.gitignore
Normal file
1
ignore/Global/Otto.gitignore
Normal file
@@ -0,0 +1 @@
|
||||
.otto/
|
||||
18
ignore/Global/PSoCCreator.gitignore
Normal file
18
ignore/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
ignore/Global/Patch.gitignore
Normal file
2
ignore/Global/Patch.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*.orig
|
||||
*.rej
|
||||
6
ignore/Global/PlatformIO.gitignore
Normal file
6
ignore/Global/PlatformIO.gitignore
Normal file
@@ -0,0 +1,6 @@
|
||||
.pio
|
||||
.pioenvs
|
||||
.piolibdeps
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
2
ignore/Global/PuTTY.gitignore
Normal file
2
ignore/Global/PuTTY.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Private key
|
||||
*.ppk
|
||||
10
ignore/Global/README.md
Normal file
10
ignore/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
ignore/Global/Redcar.gitignore
Normal file
1
ignore/Global/Redcar.gitignore
Normal file
@@ -0,0 +1 @@
|
||||
.redcar
|
||||
3
ignore/Global/Redis.gitignore
Normal file
3
ignore/Global/Redis.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
# Ignore redis binary dump (dump.rdb) files
|
||||
|
||||
*.rdb
|
||||
13
ignore/Global/SBT.gitignore
Normal file
13
ignore/Global/SBT.gitignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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/
|
||||
.bsp/
|
||||
51
ignore/Global/STM32CubeIDE.gitignore
Normal file
51
ignore/Global/STM32CubeIDE.gitignore
Normal file
@@ -0,0 +1,51 @@
|
||||
# STM32CubeIDE specific files
|
||||
|
||||
# Project-specific settings. Ignore it if developers have different preferences.
|
||||
# However, if you want all team members to use the same code formatting and settings,
|
||||
# consider including the .settings folder in the repository.
|
||||
|
||||
# /.settings/
|
||||
|
||||
# Ignore Eclipse-based IDE launch configurations.
|
||||
# Uncomment if you want each developer to have their own unique debug configurations.
|
||||
#*.launch
|
||||
|
||||
# Ignore any JLink-related files (debug configurations).
|
||||
# Uncomment if you want each developer to have their own unique debug configurations.
|
||||
#*.jlink
|
||||
|
||||
# Ignore log files generated by the IDE.
|
||||
# These are not necessary for version control.
|
||||
*.log
|
||||
|
||||
# Build files
|
||||
|
||||
# Ignore build output directories.
|
||||
# These are not needed in the repository as they are generated during the build process.
|
||||
Debug/
|
||||
Release/
|
||||
|
||||
# Ignore common binary and object files generated during compilation.
|
||||
# They should not be included in the repository as they are build artifacts.
|
||||
*.elf
|
||||
*.map
|
||||
*.bin
|
||||
*.hex
|
||||
*.srec
|
||||
*.lst
|
||||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*.su
|
||||
*.crl
|
||||
|
||||
#TouchGFX files (in case your project has touchGFX)
|
||||
TouchGFX/generated
|
||||
TouchGFX/build
|
||||
TouchGFX/simulator/msvs/.vs
|
||||
|
||||
# Backup files
|
||||
|
||||
# Ignore temporary and backup files generated by the operating system and editor.
|
||||
# These are not needed in the repository.
|
||||
*.bak
|
||||
1
ignore/Global/SVN.gitignore
Normal file
1
ignore/Global/SVN.gitignore
Normal file
@@ -0,0 +1 @@
|
||||
.svn/
|
||||
11
ignore/Global/SlickEdit.gitignore
Normal file
11
ignore/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
|
||||
25
ignore/Global/Stata.gitignore
Normal file
25
ignore/Global/Stata.gitignore
Normal file
@@ -0,0 +1,25 @@
|
||||
# .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
|
||||
~*.stswp
|
||||
|
||||
# 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
ignore/Global/SublimeText.gitignore
Normal file
31
ignore/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
ignore/Global/Syncthing.gitignore
Normal file
2
ignore/Global/Syncthing.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Syncthing caches
|
||||
.stversions
|
||||
36
ignore/Global/SynopsysVCS.gitignore
Normal file
36
ignore/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
ignore/Global/Tags.gitignore
Normal file
17
ignore/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
ignore/Global/TextMate.gitignore
Normal file
3
ignore/Global/TextMate.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
*.tmproj
|
||||
*.tmproject
|
||||
tmtags
|
||||
2
ignore/Global/TortoiseGit.gitignore
Normal file
2
ignore/Global/TortoiseGit.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Project-level settings
|
||||
/.tgitconfig
|
||||
5
ignore/Global/Vagrant.gitignore
Normal file
5
ignore/Global/Vagrant.gitignore
Normal file
@@ -0,0 +1,5 @@
|
||||
# General
|
||||
.vagrant/
|
||||
|
||||
# Log files (if you are creating logs in debug mode, uncomment this)
|
||||
# *.log
|
||||
20
ignore/Global/Vim.gitignore
Normal file
20
ignore/Global/Vim.gitignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
# comment out the next line if you don't need vector files
|
||||
!*.svg
|
||||
[._]*.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
ignore/Global/VirtualEnv.gitignore
Normal file
12
ignore/Global/VirtualEnv.gitignore
Normal file
@@ -0,0 +1,12 @@
|
||||
# Virtualenv
|
||||
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
18
ignore/Global/Virtuoso.gitignore
Normal file
18
ignore/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*
|
||||
|
||||
10
ignore/Global/VisualStudioCode.gitignore
Normal file
10
ignore/Global/VisualStudioCode.gitignore
Normal file
@@ -0,0 +1,10 @@
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
!*.code-workspace
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
14
ignore/Global/WebMethods.gitignore
Normal file
14
ignore/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
ignore/Global/Windows.gitignore
Normal file
24
ignore/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
|
||||
2
ignore/Global/Xcode.gitignore
Normal file
2
ignore/Global/Xcode.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
## User settings
|
||||
xcuserdata/
|
||||
67
ignore/Global/XilinxISE.gitignore
Normal file
67
ignore/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
ignore/Global/macOS.gitignore
Normal file
26
ignore/Global/macOS.gitignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
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
|
||||
11
ignore/Global/mise.gitignore
Normal file
11
ignore/Global/mise.gitignore
Normal file
@@ -0,0 +1,11 @@
|
||||
# https://mise.jdx.dev/configuration.html
|
||||
# https://mise.jdx.dev/configuration/environments.html
|
||||
.mise.*.local.toml
|
||||
.mise.local.toml
|
||||
mise.*.local.toml
|
||||
mise.local.toml
|
||||
.mise/*.local.toml
|
||||
mise/*.local.toml
|
||||
|
||||
# https://mise.jdx.dev/configuration.html#tool-versions
|
||||
#.tool-versions
|
||||
Reference in New Issue
Block a user