|
@@ -0,0 +1,1049 @@
|
|
|
+### MonoDevelop template
|
|
|
+#User Specific
|
|
|
+*.userprefs
|
|
|
+*.usertasks
|
|
|
+
|
|
|
+#Mono Project Files
|
|
|
+*.pidb
|
|
|
+*.resources
|
|
|
+test-results/
|
|
|
+
|
|
|
+### NotepadPP template
|
|
|
+# Notepad++ backups #
|
|
|
+*.bak
|
|
|
+
|
|
|
+### VisualStudioCode template
|
|
|
+.vscode/*
|
|
|
+!.vscode/settings.json
|
|
|
+!.vscode/tasks.json
|
|
|
+!.vscode/launch.json
|
|
|
+!.vscode/extensions.json
|
|
|
+*.code-workspace
|
|
|
+
|
|
|
+# Local History for Visual Studio Code
|
|
|
+.history/
|
|
|
+
|
|
|
+### VirtualEnv template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Diff template
|
|
|
+*.patch
|
|
|
+*.diff
|
|
|
+
|
|
|
+### Eclipse template
|
|
|
+.metadata
|
|
|
+bin/
|
|
|
+tmp/
|
|
|
+*.tmp
|
|
|
+*.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
|
|
|
+
|
|
|
+### EiffelStudio template
|
|
|
+# The compilation directory
|
|
|
+EIFGENs
|
|
|
+
|
|
|
+### Go template
|
|
|
+# Binaries for programs and plugins
|
|
|
+*.exe
|
|
|
+*.exe~
|
|
|
+*.dll
|
|
|
+*.so
|
|
|
+*.dylib
|
|
|
+
|
|
|
+# Test binary, built with `go test -c`
|
|
|
+*.test
|
|
|
+
|
|
|
+# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
+*.out
|
|
|
+
|
|
|
+# Dependency directories (remove the comment below to include it)
|
|
|
+# vendor/
|
|
|
+
|
|
|
+### Dreamweaver template
|
|
|
+# DW Dreamweaver added files
|
|
|
+_notes
|
|
|
+_compareTemp
|
|
|
+configs/
|
|
|
+dwsync.xml
|
|
|
+dw_php_codehinting.config
|
|
|
+*.mno
|
|
|
+
|
|
|
+### PuTTY template
|
|
|
+# Private key
|
|
|
+*.ppk
|
|
|
+
|
|
|
+### WebMethods template
|
|
|
+**/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*/
|
|
|
+
|
|
|
+### MATLAB template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Vagrant template
|
|
|
+# General
|
|
|
+.vagrant/
|
|
|
+
|
|
|
+# Log files (if you are creating logs in debug mode, uncomment this)
|
|
|
+# *.log
|
|
|
+
|
|
|
+### MicrosoftOffice template
|
|
|
+
|
|
|
+# 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*
|
|
|
+
|
|
|
+### JetBrains template
|
|
|
+# 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
|
|
|
+
|
|
|
+# 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
|
|
|
+
|
|
|
+# 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
|
|
|
+
|
|
|
+### DartEditor template
|
|
|
+.project
|
|
|
+.buildlog
|
|
|
+
|
|
|
+### Ninja template
|
|
|
+.ninja_deps
|
|
|
+.ninja_log
|
|
|
+
|
|
|
+### Archives template
|
|
|
+# 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
|
|
|
+
|
|
|
+### SynopsysVCS template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Tags template
|
|
|
+# 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
|
|
|
+
|
|
|
+
|
|
|
+### TortoiseGit template
|
|
|
+# Project-level settings
|
|
|
+/.tgitconfig
|
|
|
+
|
|
|
+### Momentics template
|
|
|
+# Built files
|
|
|
+x86/
|
|
|
+arm/
|
|
|
+arm-p/
|
|
|
+translations/*.qm
|
|
|
+
|
|
|
+# IDE settings
|
|
|
+
|
|
|
+### Images template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Octave template
|
|
|
+# Windows default autosave extension
|
|
|
+
|
|
|
+# OSX / *nix default autosave extension
|
|
|
+
|
|
|
+# Compiled MEX binaries (all platforms)
|
|
|
+
|
|
|
+# Packaged app and toolbox files
|
|
|
+
|
|
|
+# Generated helpsearch folders
|
|
|
+
|
|
|
+# Simulink code generation folders
|
|
|
+
|
|
|
+# Matlab code generation folders
|
|
|
+
|
|
|
+# Simulink autosave extension
|
|
|
+
|
|
|
+# Simulink cache files
|
|
|
+
|
|
|
+# Octave session info
|
|
|
+
|
|
|
+### Stata template
|
|
|
+# .gitignore file for git projects containing Stata files
|
|
|
+# Commercial statistical software: http://www.stata.com
|
|
|
+
|
|
|
+# Stata dataset and output files
|
|
|
+*.dta
|
|
|
+*.gph
|
|
|
+*.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
|
|
|
+
|
|
|
+### KDevelop4 template
|
|
|
+*.kdev4
|
|
|
+.kdev4/
|
|
|
+
|
|
|
+### SlickEdit template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Linux template
|
|
|
+*~
|
|
|
+
|
|
|
+# 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*
|
|
|
+
|
|
|
+### Ensime template
|
|
|
+# Ensime specific
|
|
|
+.ensime
|
|
|
+.ensime_cache/
|
|
|
+.ensime_lucene/
|
|
|
+
|
|
|
+### Emacs template
|
|
|
+# -*- 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
|
|
|
+
|
|
|
+
|
|
|
+### XilinxISE template
|
|
|
+# 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
|
|
|
+*.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/
|
|
|
+
|
|
|
+### Ansible template
|
|
|
+*.retry
|
|
|
+
|
|
|
+### Calabash template
|
|
|
+# Calabash / Cucumber
|
|
|
+rerun/
|
|
|
+reports/
|
|
|
+screenshots/
|
|
|
+screenshot*.png
|
|
|
+test-servers/
|
|
|
+
|
|
|
+# bundler
|
|
|
+.bundle
|
|
|
+vendor
|
|
|
+
|
|
|
+### Patch template
|
|
|
+*.orig
|
|
|
+*.rej
|
|
|
+
|
|
|
+### Cloud9 template
|
|
|
+# Cloud9 IDE - http://c9.io
|
|
|
+.c9revisions
|
|
|
+.c9
|
|
|
+
|
|
|
+### CVS template
|
|
|
+/CVS/*
|
|
|
+**/CVS/*
|
|
|
+.cvsignore
|
|
|
+*/.cvsignore
|
|
|
+
|
|
|
+### Xcode template
|
|
|
+# Xcode
|
|
|
+#
|
|
|
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
+
|
|
|
+## User settings
|
|
|
+xcuserdata/
|
|
|
+
|
|
|
+## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
|
|
+*.xcscmblueprint
|
|
|
+*.xccheckout
|
|
|
+
|
|
|
+## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
|
|
+build/
|
|
|
+DerivedData/
|
|
|
+*.moved-aside
|
|
|
+*.pbxuser
|
|
|
+!default.pbxuser
|
|
|
+*.mode1v3
|
|
|
+!default.mode1v3
|
|
|
+*.mode2v3
|
|
|
+!default.mode2v3
|
|
|
+*.perspectivev3
|
|
|
+!default.perspectivev3
|
|
|
+
|
|
|
+## Gcc Patch
|
|
|
+/*.gcno
|
|
|
+
|
|
|
+### Kate template
|
|
|
+# Swap Files #
|
|
|
+.*.kate-swp
|
|
|
+.swp.*
|
|
|
+
|
|
|
+### Mercurial template
|
|
|
+.hg/
|
|
|
+.hgignore
|
|
|
+.hgsigs
|
|
|
+.hgsub
|
|
|
+.hgsubstate
|
|
|
+.hgtags
|
|
|
+
|
|
|
+### Metals template
|
|
|
+ # Generated Metals (Scala Language Server) files
|
|
|
+ # Reference: https://scalameta.org/metals/
|
|
|
+.metals/
|
|
|
+.bloop/
|
|
|
+project/metals.sbt
|
|
|
+
|
|
|
+### Backup template
|
|
|
+*.gho
|
|
|
+*.ori
|
|
|
+
|
|
|
+### LyX template
|
|
|
+# Ignore LyX backup and autosave files
|
|
|
+# http://www.lyx.org/
|
|
|
+*.lyx~
|
|
|
+*.lyx#
|
|
|
+
|
|
|
+### SVN template
|
|
|
+.svn/
|
|
|
+
|
|
|
+### Windows template
|
|
|
+# 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
|
|
|
+*.msix
|
|
|
+
|
|
|
+# Windows shortcuts
|
|
|
+*.lnk
|
|
|
+
|
|
|
+### FlexBuilder template
|
|
|
+bin-debug/
|
|
|
+bin-release/
|
|
|
+
|
|
|
+### SublimeText template
|
|
|
+# 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
|
|
|
+
|
|
|
+### Lazarus template
|
|
|
+# Lazarus compiler-generated binaries (safe to delete)
|
|
|
+*.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/
|
|
|
+lib/
|
|
|
+
|
|
|
+# Application bundle for Mac OS
|
|
|
+*.app/
|
|
|
+
|
|
|
+### CodeKit template
|
|
|
+# General CodeKit files to ignore
|
|
|
+config.codekit
|
|
|
+config.codekit3
|
|
|
+/min
|
|
|
+
|
|
|
+### BricxCC template
|
|
|
+# Bricx Command Center IDE
|
|
|
+# http://bricxcc.sourceforge.net
|
|
|
+*.sym
|
|
|
+
|
|
|
+### Bazaar template
|
|
|
+.bzr/
|
|
|
+.bzrignore
|
|
|
+
|
|
|
+### LibreOffice template
|
|
|
+# LibreOffice locks
|
|
|
+.~lock.*#
|
|
|
+
|
|
|
+### Dropbox template
|
|
|
+# Dropbox settings and caches
|
|
|
+.dropbox
|
|
|
+.dropbox.attr
|
|
|
+.dropbox.cache
|
|
|
+
|
|
|
+### PSoCCreator template
|
|
|
+# Project Settings
|
|
|
+*.cywrk.*
|
|
|
+*.cyprj.*
|
|
|
+
|
|
|
+# Generated Assets and Resources
|
|
|
+Debug/
|
|
|
+Release/
|
|
|
+Export/
|
|
|
+*/codegentemp
|
|
|
+*/Generated_Source
|
|
|
+*_datasheet.pdf
|
|
|
+*_timing.html
|
|
|
+*.cycdx
|
|
|
+*.cyfit
|
|
|
+*.rpt
|
|
|
+*.svd
|
|
|
+
|
|
|
+### macOS template
|
|
|
+# 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
|
|
|
+
|
|
|
+### JEnv template
|
|
|
+# JEnv local Java version configuration file
|
|
|
+.java-version
|
|
|
+
|
|
|
+# Used by previous versions of JEnv
|
|
|
+.jenv-version
|
|
|
+
|
|
|
+### SBT template
|
|
|
+# 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/
|
|
|
+
|
|
|
+### Otto template
|
|
|
+.otto/
|
|
|
+
|
|
|
+### Espresso template
|
|
|
+*.esproj
|
|
|
+
|
|
|
+### Redcar template
|
|
|
+.redcar
|
|
|
+
|
|
|
+### Redis template
|
|
|
+# Ignore redis binary dump (dump.rdb) files
|
|
|
+
|
|
|
+*.rdb
|
|
|
+
|
|
|
+### Anjuta template
|
|
|
+# Local configuration folder and symbol database
|
|
|
+/.anjuta/
|
|
|
+/.anjuta_sym_db.db
|
|
|
+
|
|
|
+### NetBeans template
|
|
|
+**/nbproject/private/
|
|
|
+**/nbproject/Makefile-*.mk
|
|
|
+**/nbproject/Package-*.bash
|
|
|
+nbbuild/
|
|
|
+nbdist/
|
|
|
+.nb-gradle/
|
|
|
+
|
|
|
+### TextMate template
|
|
|
+*.tmproj
|
|
|
+*.tmproject
|
|
|
+tmtags
|
|
|
+
|
|
|
+### ModelSim template
|
|
|
+# ignore ModelSim generated files and directories (temp files and so on)
|
|
|
+[_@]*
|
|
|
+
|
|
|
+# ignore compilation output of ModelSim
|
|
|
+*.mti
|
|
|
+*.dat
|
|
|
+*.dbs
|
|
|
+*.psm
|
|
|
+*.cmp
|
|
|
+*.html
|
|
|
+*.bsf
|
|
|
+
|
|
|
+# ignore simulation output of ModelSim
|
|
|
+wlf*
|
|
|
+*.wlf
|
|
|
+*.vstf
|
|
|
+*.ucdb
|
|
|
+cov*/
|
|
|
+transcript*
|
|
|
+sc_dpiheader.h
|
|
|
+vsim.dbg
|
|
|
+
|
|
|
+### Vim template
|
|
|
+# 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
|
|
|
+# Persistent undo
|
|
|
+[._]*.un~
|
|
|
+
|
|
|
+### JDeveloper template
|
|
|
+# 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
|
|
|
+### Virtuoso template
|
|
|
+# Gitignore for Cadence Virtuoso
|
|
|
+################################################################
|
|
|
+
|
|
|
+# Log files
|
|
|
+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*
|
|
|
+
|
|
|
+
|
|
|
+### GPG template
|
|
|
+secring.*
|
|
|
+
|
|
|
+
|
|
|
+.idea/
|
|
|
+resouces/
|
|
|
+Deployments/
|