mirror of
https://github.com/github/gitignore.git
synced 2026-09-02 13:17:23 +02:00
Compare commits
No commits in common. "57208bef833f2f8286cd6dae5a2eeb3d314e3b31" and "77b8cdb81610386ec48504c204b10c3acd322ecd" have entirely different histories.
57208bef83
...
77b8cdb816
@ -68,7 +68,6 @@
|
|||||||
*.projdata
|
*.projdata
|
||||||
*.tvsconfig
|
*.tvsconfig
|
||||||
*.dsk
|
*.dsk
|
||||||
*.dsv
|
|
||||||
|
|
||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
# 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
|
|
||||||
@ -1,50 +0,0 @@
|
|||||||
# HIP.gitignore
|
|
||||||
# GitHub gitignore template for AMD HIP (ROCm) projects
|
|
||||||
#
|
|
||||||
# Reference:
|
|
||||||
# Official AMD ROCm HIP .gitignore: https://github.com/ROCm/hip/blob/amd-staging/.gitignore
|
|
||||||
|
|
||||||
# 1. Build directories and files
|
|
||||||
/build/ # common build directory
|
|
||||||
/CMakeFiles/ # CMake internal files
|
|
||||||
/CMakeCache.txt # CMake cache file
|
|
||||||
/Makefile # autogenerated Makefile
|
|
||||||
/cmake_install.cmake # install script
|
|
||||||
/install_manifest.txt # install manifest list
|
|
||||||
*.ninja-dep # Ninja dependency files
|
|
||||||
*.ninja_log # Ninja log files
|
|
||||||
meson-logs/ # Meson log directory
|
|
||||||
|
|
||||||
# 2. Compilation outputs and intermediates
|
|
||||||
*.o # object files
|
|
||||||
*.obj # Windows object files
|
|
||||||
*.so # shared libraries
|
|
||||||
*.a # static librarie
|
|
||||||
*.d # dependency files
|
|
||||||
*.gch # precompiled headers
|
|
||||||
*.ii # preprocessed output
|
|
||||||
*.ii.cpp # C++ preprocessed output
|
|
||||||
*.out # generic executable outputs
|
|
||||||
*.exe # Windows executables
|
|
||||||
|
|
||||||
# 3. HIP/ROCm specific binaries and intermediates
|
|
||||||
*.hsaco # ROCm compiled binary
|
|
||||||
*.s # assembly output
|
|
||||||
*.kernels.cpp # autogenerated kernel sources
|
|
||||||
*.hip.cpp.* # hipcc intermediate outputs
|
|
||||||
|
|
||||||
# 4. Official sample binaries and tutorial outputs
|
|
||||||
bin/hipInfo # sample binary
|
|
||||||
bin/hipBusBandwidth # sample binary
|
|
||||||
bin/hipDispatchLatency # sample binary
|
|
||||||
bin/hipify-clang # sample tool
|
|
||||||
samples/**/*.out # tutorial outputs
|
|
||||||
samples/**/*.code # ISA/code dumps
|
|
||||||
samples/**/*.hsaco # compiled binaries
|
|
||||||
samples/**/*.co # kernel code outputs
|
|
||||||
|
|
||||||
# 5. Tags, logs and test outputs
|
|
||||||
tags # ctags index
|
|
||||||
*.log # log files
|
|
||||||
/tests_output/ # custom test output directory
|
|
||||||
/samples_output/ # custom sample output directory
|
|
||||||
@ -22,7 +22,3 @@ docs/site/
|
|||||||
# committed for packages, but should be committed for applications that require a static
|
# committed for packages, but should be committed for applications that require a static
|
||||||
# environment.
|
# environment.
|
||||||
Manifest*.toml
|
Manifest*.toml
|
||||||
|
|
||||||
# File generated by the Preferences package to store local preferences
|
|
||||||
LocalPreferences.toml
|
|
||||||
JuliaLocalPreferences.toml
|
|
||||||
|
|||||||
@ -8,13 +8,10 @@
|
|||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
*.kicad_sch-bak
|
*.kicad_sch-bak
|
||||||
*-backups
|
*-backups
|
||||||
*-cache*
|
*.kicad_prl
|
||||||
*-bak
|
*.sch-bak
|
||||||
*-bak*
|
|
||||||
*~
|
*~
|
||||||
~*
|
|
||||||
_autosave-*
|
_autosave-*
|
||||||
\#auto_saved_files\#
|
|
||||||
*.tmp
|
*.tmp
|
||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
@ -36,5 +33,4 @@ fp-info-cache
|
|||||||
# Archived Backups (KiCad 6.0)
|
# Archived Backups (KiCad 6.0)
|
||||||
**/*-backups/*.zip
|
**/*-backups/*.zip
|
||||||
|
|
||||||
# Local project settings
|
\#auto_saved_files\#
|
||||||
*.kicad_prl
|
|
||||||
|
|||||||
@ -119,11 +119,9 @@ dist
|
|||||||
# Stores VSCode versions used for testing VSCode extensions
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
# yarn v3
|
# yarn v2
|
||||||
|
.yarn/cache
|
||||||
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
||||||
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
.yarn/*
|
|
||||||
!.yarn/patches
|
|
||||||
!.yarn/plugins
|
|
||||||
!.yarn/releases
|
|
||||||
!.yarn/sdks
|
|
||||||
!.yarn/versions
|
|
||||||
|
|||||||
@ -110,20 +110,14 @@ ipython_config.py
|
|||||||
|
|
||||||
# pdm
|
# pdm
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
||||||
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
|
|
||||||
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
|
|
||||||
#pdm.lock
|
#pdm.lock
|
||||||
#pdm.toml
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
||||||
|
# in version control.
|
||||||
|
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
||||||
|
.pdm.toml
|
||||||
.pdm-python
|
.pdm-python
|
||||||
.pdm-build/
|
.pdm-build/
|
||||||
|
|
||||||
# pixi
|
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
|
|
||||||
#pixi.lock
|
|
||||||
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
|
|
||||||
# in the .venv directory. It is recommended not to include this directory in version control.
|
|
||||||
.pixi
|
|
||||||
|
|
||||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
||||||
__pypackages__/
|
__pypackages__/
|
||||||
|
|
||||||
|
|||||||
@ -1,31 +0,0 @@
|
|||||||
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
|
|
||||||
##
|
|
||||||
##
|
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
|
|
||||||
# Build output
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
|
|
||||||
# DACPAC files
|
|
||||||
*.dacpac
|
|
||||||
|
|
||||||
# Publish profiles (optional, if environment-specific)
|
|
||||||
*.publish.xml
|
|
||||||
|
|
||||||
# SQL Server debug files
|
|
||||||
*.dbmdl
|
|
||||||
*.sqlcmdvars
|
|
||||||
|
|
||||||
# Visual Studio settings
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
# User-specific files
|
|
||||||
*.user
|
|
||||||
*.suo
|
|
||||||
*.userosscache
|
|
||||||
*.sln.docstates
|
|
||||||
|
|
||||||
# Backup files
|
|
||||||
*.bak
|
|
||||||
*.log
|
|
||||||
|
|
||||||
@ -24,7 +24,6 @@ LineIDs.dbg.bak
|
|||||||
*.tsproj.bak
|
*.tsproj.bak
|
||||||
*.tsproj.b?k
|
*.tsproj.b?k
|
||||||
*.tsproj.orig
|
*.tsproj.orig
|
||||||
*.tspproj.bak
|
|
||||||
*.xti.bak
|
*.xti.bak
|
||||||
*.xti.bk?
|
*.xti.bk?
|
||||||
*.xti.orig
|
*.xti.orig
|
||||||
|
|||||||
@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
# Autogenerated Jetbrains Rider plugin
|
# Autogenerated Jetbrains Rider plugin
|
||||||
/[Aa]ssets/Plugins/Editor/JetBrains*
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||||
# Jetbrains Rider personal-layer settings
|
|
||||||
*.DotSettings.user
|
|
||||||
|
|
||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
@ -76,24 +74,15 @@ mono_crash.*
|
|||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
# TestRunner generated files
|
# Packed Addressables
|
||||||
InitTestScene*.unity*
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||||
|
|
||||||
# Addressables default ignores, before user customizations
|
# Temporary auto-generated Android Assets
|
||||||
/ServerData
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
/[Aa]ssets/StreamingAssets/aa*
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
/[Aa]ssets/AddressableAssetsData/link.xml*
|
|
||||||
/[Aa]ssets/Addressables_Temp*
|
|
||||||
# By default, Addressables content builds will generate addressables_content_state.bin
|
|
||||||
# files in platform-specific subfolders, for example:
|
|
||||||
# /Assets/AddressableAssetsData/OSX/addressables_content_state.bin
|
|
||||||
/[Aa]ssets/AddressableAssetsData/*/*.bin*
|
|
||||||
|
|
||||||
# Visual Scripting auto-generated files
|
# Visual Scripting auto-generated files
|
||||||
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db
|
||||||
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta
|
||||||
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers
|
||||||
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
||||||
|
|
||||||
# Auto-generated scenes by play mode tests
|
|
||||||
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user