From 5285b308d6c8ce1f69c9b1a578ee00e35864272e Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 25 Apr 2022 10:50:42 +0200 Subject: [PATCH] Git ignore --- .gitignore | 617 +++++++++++++++++++++++++++++++++++++++++++++- TactonLibrary.suo | Bin 28160 -> 0 bytes 2 files changed, 616 insertions(+), 1 deletion(-) delete mode 100644 TactonLibrary.suo diff --git a/.gitignore b/.gitignore index cbe4e48..4db2c13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ -*.user +*.zip + +# Created by https://www.toptal.com/developers/gitignore/api/c++,visualstudio,visualstudiocode,xcode,sublimetext,qt,qtcreator,macos,windows,linux +# Edit at https://www.toptal.com/developers/gitignore?templates=c++,visualstudio,visualstudiocode,xcode,sublimetext,qt,qtcreator,macos,windows,linux +### C++ ### # Prerequisites *.d @@ -33,3 +37,614 @@ *.out *.app +### Linux ### +*~ + +# 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* + +### macOS ### +# 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 + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Qt ### +# C++ objects and libs +*.so.* + +# Qt-es +object_script.*.Release +object_script.*.Debug +*_plugin_import.cpp +/.qmake.cache +/.qmake.stash +*.pro.user +*.pro.user.* +*.qbs.user +*.qbs.user.* +*.moc +moc_*.cpp +moc_*.h +qrc_*.cpp +ui_*.h +*.qmlc +*.jsc +Makefile* +*build-* +*.qm +*.prl + +# Qt unit tests +target_wrapper.* + +# QtCreator +*.autosave + +# QtCreator Qml +*.qmlproject.user +*.qmlproject.user.* + +# QtCreator CMake +CMakeLists.txt.user* + +# QtCreator 4.8< compilation database +compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user* + +*_qmlcache.qrc + +### QtCreator ### +# gitignore for Qt Creator like IDE for pure C/C++ project without Qt +# +# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html + + + +# Qt Creator autogenerated files + + +# A listing of all the files included in the project +*.files + +# Include directories +*.includes + +# Project configuration settings like predefined Macros +*.config + +# Qt Creator settings +*.creator + +# User project settings +*.creator.user* + +# Qt Creator backups + +# Flags for Clang Code Model +*.cxxflags +*.cflags + + +### SublimeText ### +# 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 + +### VisualStudioCode ### +.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 + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# Support for Project snippet scope + +### Windows ### +# 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 + +### Xcode ### +## User settings +xcuserdata/ + +## Xcode 8 and earlier +*.xcscmblueprint +*.xccheckout + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.iobj +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +*.code-workspace + +# Local History for Visual Studio Code + +# Windows Installer files from build outputs + +# JetBrains Rider +*.sln.iml + +### VisualStudio Patch ### +# Additional files built by Visual Studio + +# End of https://www.toptal.com/developers/gitignore/api/c++,visualstudio,visualstudiocode,xcode,sublimetext,qt,qtcreator,macos,windows,linux \ No newline at end of file diff --git a/TactonLibrary.suo b/TactonLibrary.suo deleted file mode 100644 index f9c1b39bcf1a5037b9eddc1a1a8b4bd883cd3379..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28160 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 jX|rXcv>q=3eZ~5mYRjG5wCYnCpYuG>VP?fTjo