aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: add Zig.gitignoreBruno Schaatsbergen2024-09-071-0/+2
| | | | Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
* Merge pull request #4485 from SunnyCloudYang/mainDevin Dooley2024-08-311-0/+14
|\ | | | | Create Hexo.gitignore
| * Merge branch 'main' of https://github.com/SunnyCloudYang/gitignoreYunyang2024-08-312-0/+6
| |\
| | * Merge branch 'github:main' into mainGoodNullName2024-08-312-0/+6
| | |\ | |_|/ |/| |
* | | Merge pull request #4445 from costaparas/feature/update-terraformDaniel Johnson2024-08-301-0/+3
|\ \ \ | | | | | | | | Ignore terragrunt cache
| * | | Migrate terragrunt ignore to new template as suggestedCosta Paraskevopoulos2024-05-312-4/+3
| | | |
| * | | Ignore terragrunt cacheCosta Paraskevopoulos2024-05-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/
* | | | Merge pull request #4449 from brettcannon/rescriptDaniel Johnson2024-08-301-0/+3
|\ \ \ \ | | | | | | | | | | Create ReScript.gitignore
| * | | | Update ReScript.gitignoreBrett Cannon2024-06-121-1/+0
| | | | |
| * | | | Create ReScript.gitignoreBrett Cannon2024-05-251-0/+4
| |/ / /
| | * / docs: update Hexo.gitignoreYunyang2024-08-311-7/+4
| | |/
| | * fix: update Hexo.gitignoreYunyang2024-08-311-3/+1
| | |
| | * Remove some global ignoresYunyang2024-07-171-10/+4
| | |
| | * Update Hexo.gitignoreYunyang2024-07-171-1/+4
| | |
| | * Add Hexo.gitignoreYunyang2024-07-171-0/+22
| |/ |/|
* | Merge pull request #3997 from 417-72KI/update-objcDaniel Johnson2024-06-111-7/+0
|\ \ | | | | | | Remove `CodeInjection` block from Objective-C.gitignore
| * | Remove `CodeInjection` block from Objective-C.gitignore417-72KI2022-03-081-7/+0
| | |
* | | Merge pull request #4454 from diffstorm/mainDaniel Johnson2024-06-031-0/+47
|\ \ \ | | | | | | | | Create IAR.gitignore
| * \ \ Merge pull request #1 from diffstorm/diffstorm-create-IAR.gitignorediffstorm2024-05-311-0/+47
| |\ \ \ | | | | | | | | | | Create IAR.gitignore
| | * | | Create IAR.gitignorediffstorm2024-05-311-0/+47
| |/ / / | | | | | | | | gitignore for IAR Embedded Workbench
* | | | Merge pull request #4456 from cyuanli/mainDaniel Johnson2024-06-031-3/+0
|\ \ \ \ | |/ / / |/| | | Revert #4451
| * | | Revert #4451Cliff Li2024-06-031-3/+0
|/ / /
* | | Merge pull request #4451 from githubofkrishnadhas/mainDaniel Johnson2024-05-301-0/+3
|\ \ \ | | | | | | | | Update Terraform.gitignore to ignore .hcl files based on pr #4447
| * | | Update Terraform.gitignore to ignore .hcl filesKrishnadhas N K2024-05-301-0/+3
|/ / /
* | | Merge pull request #4220 from DeveloppeurPascal/patch-1Daniel Johnson2024-05-291-0/+12
|\ \ \ | | | | | | | | Added Delphi default compile/construct directories
| * \ \ Merge branch 'github:main' into patch-1Patrick Prémartin2024-05-222-1/+4
| |\ \ \ | | | |/ | | |/|
| * | | Added Delphi default compile/construct directoriesPatrick Prémartin2022-12-291-0/+12
| | | |
* | | | Merge pull request #4324 from jagreenwood/patch-1Daniel Johnson2024-05-290-0/+0
|\ \ \ \ | | | | | | | | | | Update Swift.gitignore - Remove Accio
| * | | | Update Swift.gitignore - Remove AccioJeremy Greenwood2023-07-081-4/+0
| |/ / /
* | | | Merge pull request #3558 from Jeehut/patch-1Daniel Johnson2024-05-291-4/+0
|\ \ \ \ | | | | | | | | | | Remove Accio after official deprecation
| * | | | Remove Accio after official deprecationCihat Gündüz2020-10-221-4/+0
| | | | | | | | | | | | | | | [Accio](https://github.com/JamitLabs/Accio) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`.
* | | | | Merge pull request #3996 from 417-72KI/update-swiftDaniel Johnson2024-05-291-7/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove `CodeInjection` block from Swift.gitignore
| * | | | | Remove `CodeInjection` block from Swift.gitignore417-72KI2022-03-081-7/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3595 from KyleFromKitware/cmakeuserpresetsDaniel Johnson2024-05-291-0/+1
|\ \ \ \ \ | | | | | | | | | | | | CMake: Add CMakeUserPresets.json
| * | | | | CMake: Add CMakeUserPresets.jsonKyle Edwards2020-12-071-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake 3.19 added CMakePresets.json, which is intended to be version-controlled, and CMakeUserPresets.json, which should NOT be version-controlled. Add CMakeUserPresets.json to the gitignore. https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
* | | | | Merge pull request #4428 from LombardiDaniel/patch-1Daniel Johnson2024-05-291-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Update Go.gitignore -> Added .env
| * \ \ \ \ Merge branch 'main' into patch-1Daniel Lombardi2024-05-2914-41/+107
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #4429 from JasonGross/patch-2Daniel Johnson2024-05-281-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add rubber cache files to TeX.gitignore
| * | | | | | Add rubber cache files to TeX.gitignoreJason Gross2024-04-031-0/+2
| | |_|_|/ / | |/| | | | | | | | | | Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/). [The docs](https://github.com/petrhosek/rubber/blob/8ec18fd096b186901f197d26c8e1060b42f0b34f/doc/rubber.texi#L158) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both.
* | | | | | Merge pull request #4434 from brainplot/patch-1Daniel Johnson2024-05-281-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore lock info files in terraform `.gitignore`
| * | | | | | Ignore lock info files in terraform `.gitignore`Gianluca Recchia2024-04-221-0/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore.
* | | | | | Merge pull request #4435 from zengxs/patch-1Daniel Johnson2024-05-281-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add zstd files to Archives.gitignore
| * | | | | | Add zstd files to Archives.gitignoreXiangsong Zeng2024-04-261-0/+2
| |/ / / / /
* | | | | | Merge pull request #4436 from MountainKing123/unreal-engine-gitignore-patch-01Daniel Johnson2024-05-281-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update UnrealEngine.gitignore
| * | | | | | Same for BinariesMountainKing1232024-04-301-1/+1
| | | | | | |
| * | | | | | Update UnrealEngine.gitignoreMountainKing1232024-04-301-1/+1
| |/ / / / / | | | | | | | | | | | | Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate".
* | | | | | Merge pull request #4441 from schtandard/latex_hypdocDaniel Johnson2024-05-281-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add hypdoc temporary files
| * | | | | | Add hypdoc temporary filesbeneiii2024-05-051-0/+3
| |/ / / / /
* | | | | | Merge pull request #4443 from srcres258/mainDaniel Johnson2024-05-281-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add RustRover entry for Rust.gitignore
| * | | | | | Add RustRover entry for Rust.gitignoresrc_resources2024-05-111-0/+7
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore. Signed-off-by: src_resources <src.res.211@gmail.com>