mirror of
https://github.com/github/gitignore.git
synced 2026-09-02 13:17:23 +02:00
Compare commits
34 Commits
77b8cdb816
...
57208bef83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57208bef83 | ||
|
|
2f480b3459 | ||
|
|
02094efb9b | ||
|
|
d0c6a25dd6 | ||
|
|
14bc92d730 | ||
|
|
9bfaab8626 | ||
|
|
975d0c3945 | ||
|
|
4b412d5a4a | ||
|
|
820563a00f | ||
|
|
85c2818693 | ||
|
|
56df371812 | ||
|
|
a01aff74f3 | ||
|
|
2bf67ae399 | ||
|
|
f2d8703154 | ||
|
|
47e5a2eae7 | ||
|
|
75ec41f83a | ||
|
|
64824509a3 | ||
|
|
8789ddbda3 | ||
|
|
5902dd9543 | ||
|
|
b913fd9f3c | ||
|
|
b93d2b024a | ||
|
|
3d94ab13a8 | ||
|
|
eb46073327 | ||
|
|
3400c8a214 | ||
|
|
8aa61b8d34 | ||
|
|
9db05cc944 | ||
|
|
772a211c7c | ||
|
|
8dbb58e730 | ||
|
|
94cb1ce3b8 | ||
|
|
7fe0f4db6d | ||
|
|
724b724ea3 | ||
|
|
d4a7a9a2fb | ||
|
|
4eb82ffd9b | ||
|
|
899669977b |
@ -68,6 +68,7 @@
|
|||||||
*.projdata
|
*.projdata
|
||||||
*.tvsconfig
|
*.tvsconfig
|
||||||
*.dsk
|
*.dsk
|
||||||
|
*.dsv
|
||||||
|
|
||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
|
|||||||
11
Global/mise.gitignore
Normal file
11
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
|
||||||
50
HIP.gitignore
Normal file
50
HIP.gitignore
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# 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,3 +22,7 @@ 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,10 +8,13 @@
|
|||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
*.kicad_sch-bak
|
*.kicad_sch-bak
|
||||||
*-backups
|
*-backups
|
||||||
*.kicad_prl
|
*-cache*
|
||||||
*.sch-bak
|
*-bak
|
||||||
|
*-bak*
|
||||||
*~
|
*~
|
||||||
|
~*
|
||||||
_autosave-*
|
_autosave-*
|
||||||
|
\#auto_saved_files\#
|
||||||
*.tmp
|
*.tmp
|
||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
@ -33,4 +36,5 @@ fp-info-cache
|
|||||||
# Archived Backups (KiCad 6.0)
|
# Archived Backups (KiCad 6.0)
|
||||||
**/*-backups/*.zip
|
**/*-backups/*.zip
|
||||||
|
|
||||||
\#auto_saved_files\#
|
# Local project settings
|
||||||
|
*.kicad_prl
|
||||||
|
|||||||
@ -119,9 +119,11 @@ dist
|
|||||||
# Stores VSCode versions used for testing VSCode extensions
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
# yarn v2
|
# yarn v3
|
||||||
.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,14 +110,20 @@ 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 stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
#pdm.toml
|
||||||
# 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__/
|
||||||
|
|
||||||
|
|||||||
31
SSDT-sqlproj.gitignore
Normal file
31
SSDT-sqlproj.gitignore
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
## 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,6 +24,7 @@ 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,6 +28,8 @@
|
|||||||
|
|
||||||
# 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/
|
||||||
@ -74,15 +76,24 @@ mono_crash.*
|
|||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
# Packed Addressables
|
# TestRunner generated files
|
||||||
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
InitTestScene*.unity*
|
||||||
|
|
||||||
# Temporary auto-generated Android Assets
|
# Addressables default ignores, before user customizations
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
/ServerData
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
/[Aa]ssets/StreamingAssets/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