aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Drop Xcode 8 compatibilityEvgeny Aleksandrov2024-05-121-4/+0
|/
* Update Xcode.gitignoreBerik Visschers2021-12-231-21/+1
| | | | | - Remove a reminder to look at files that don't exist anymore - Remove ignore rules for an IDE from 2007 - Remove an ignore rule for Gcc which is no longer used since 2013
* Ignore files in directory, not the directory itselfAndrew Shymanel2021-12-141-1/+1
|
* Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-pluginBrian Douglas2021-12-101-0/+3
|\
| * Updating JetBrains template, adding SonarLint PluginTigerC102020-12-291-0/+3
| |
* | Merge pull request #3788 from SethFalco/patch-1Brian Douglas2021-12-101-0/+3
|\ \ | | | | | | VisualStudioCode: ignores built vscode extensions
| * | VisualStudioCode: ignores built vscode extensionsSeth Falco2021-07-201-0/+3
| | |
* | | Merge pull request #3839 from tropicalraisel/patch-1Brian Douglas2021-12-101-1/+1
|\ \ \ | | | | | | | | Fixed .vscode not being ignored
| * | | Fixed .vscode not being ignoredTropical Raisel2021-09-271-1/+1
| |/ /
* | | Update VS Code to support *.code-snippetsTim2021-12-101-0/+1
| | |
* | | Merge pull request #3832 from bangseongbeom/patch-1Brian Douglas2021-12-061-1/+0
|\ \ \ | | | | | | | | Make not to ignore *.code-workspace
| * | | Make not to ignore *.code-workspace방성범 (Bang Seongbeom)2021-09-181-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Reasons for making this change:** Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development. You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace). **Links to documentation supporting these rule changes:** https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
* | | Merge pull request #3841 from xgdgsc/patch-1Brian Douglas2021-12-061-0/+2
|\ \ \ | | | | | | | | Create Syncthing.gitignore
| * | | Update Syncthing.gitignorexgdgsc2021-09-291-0/+1
| | | |
| * | | Create Syncthing.gitignorexgdgsc2021-09-291-0/+1
| |/ /
* | | new line for validationFalu2021-11-281-1/+1
| | |
* | | adding the initial version of the AL LanguageFalu2021-11-281-0/+11
|/ /
* | Merge pull request #3326 from dsrini-open/aws-changesMartin Woodward2021-05-071-0/+3
|\ \ | |/ |/| [Global/JetBrains] Ignore AWS specific file with IDEA
| * Ignore AWS specific file with IDEAdsrini.open2020-03-041-0/+3
| |
* | Update stale heading anchor (#3445)ZhengYuan Loo2020-07-031-1/+1
| | | | | | Co-authored-by: ZhengYuan Loo <loozhengyuan@users.noreply.github.com>
* | Ignore Local History folder (#3008)ofthelit2020-04-041-0/+3
|/ | | | This will add support for the default location the Local History extension for Visual Studio Code uses. See https://marketplace.visualstudio.com/items?itemName=xyz.local-history
* Include Rider as a supported IDE (#3323)bitbonk2020-02-281-1/+1
| | | AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible.
* add in global metals (#3296)Chris Kipp2020-02-101-0/+5
|
* add alternative sftp settings file (#3006)Gruber2020-02-101-0/+1
| | | | | | * add alternative sftp settings file * update for possible multiple alt* numbered files
* [Global/Eclipse] Make .project opt-in (#3305)Douglas Larson2020-02-091-0/+4
| | | The project description file.
* Added jarRepositories.xml as an optional ignore (#3254)davidkron2019-12-061-0/+1
| | | Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle.
* exclude compiler.xml and artifacts when using Gradle (#3236)davidkron2019-11-171-0/+2
| | | In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.
* Update Archives.gitignore (#3220)Yousha Aleayoub2019-10-311-0/+4
|
* Update to Global/VisualStudioCode (#3201)Jens Kürschner2019-10-101-0/+1
| | | Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.
* Add apt_generated_test/ (#3193)Oliver Kopp2019-10-031-0/+1
|
* Update Vim.gitignore (#3169)Rolf Vidar Hoksaas2019-09-101-0/+1
| | | .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
* Added Simulink cache files (#3148)Simon Hitzenberger2019-08-201-0/+3
|
* Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132)Antoine Cœur2019-07-231-5/+1
|
* vim: add extra session file Sessionx.vim (#3058)Matan Nassau2019-05-161-0/+1
| | | | | | | | | | | | | | | | | from vim's documentation on `:mksession` (:help :mksession): ... 10. If a file exists with the same name as the Session file, but ending in "x.vim" (for eXtra), executes that as well. You can use *x.vim files to specify additional settings and actions associated with a given Session, such as creating menu items in the GUI version. we already have Session.vim ignored. the Sessionx.vim file, like Session.vim, is a user file. a user would generally want that file kept private or for themselves, and the public or a team fetching from or sharing the repository generally have no interest in a file relevant only to a particular user. so it's a good idea to get git to help us avoid mistakenly sharing the file.
* Fix log filename for Vagrant (#3053)Takeshi Kondo2019-05-121-1/+1
| | | | Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log
* Updated Xcode.gitignore template with a Patch (#2566)Justin Hartman2019-05-121-0/+7
|
* Add ignores for file-based projects (#2902)Sergey Chupov2019-05-121-0/+2
| | | When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case.
* Update Windows.gitignore (#2191)Mestre Muten2019-05-121-0/+1
|
* Remove extra newline (#2983)Cemre Mengu2019-03-081-1/+0
|
* Merge pull request #2905 from marcusolini/netbeans-gen-filesBrendan Forster2018-12-181-0/+2
|\ | | | | Ignore Generated Files
| * Ignore Generated FilesMark Nicolini2018-12-061-0/+2
| | | | | | Netbeans Linux and Windows Makefile-*.mk and Package-*.bash files in nbproject directories are automatically generated during compile. These files are continually updated, which can cause a long list of unnecessary files to add, commit, and push (or that are Untracked). This has been experienced for Linux and Windows C++ projects. Helpful supporting link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git
* | macOS low cap mSteven Lee2018-12-101-0/+0
| |
* | correct capitalization problems and add Octave which link to MATLABSteven Lee2018-11-263-0/+1
|/
* Merge pull request #2376 from vuolter/patch-2Brendan Forster2018-11-231-0/+2
|\ | | | | Create PuTTY.gitignore
| * Create PuTTY.gitignoreWalter Purcaro2017-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | **Reasons for making this change:** PuTTYgen is a widely used alternative to OpenSSH under Windows. This rule allows private keys ignoring. If this is a new template: - **Link to application or project’s homepage**: https://www.chiark.greenend.org.uk/~sgtatham/putty/
* | Merge pull request #1731 from christophmuellerorg/VirtuosoBrendan Forster2018-11-231-0/+18
|\ \ | | | | | | Initial gitignore file for Cadence Virtuoso
| * | Initial gitignore file for [Cadence ↵Thomas Christoph Mueller2015-11-021-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Virtuoso](http://www.cadence.com/products/cic/Pages/default.aspx) Cadence Virtuoso is a commercial EDA tool used for custom IC (ASIC) design. This gitignore file blacklists database lock files, the contents of run directories for layout versus schematic and design rule checks as well as log files for a selection of tools inside the package.
* | | Merge pull request #2861 from Coeur/revert-2752-patch-2Brendan Forster2018-11-231-65/+9
|\ \ \ | | | | | | | | Revert "Update Xcode.gitignore"