aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* 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"
| * | | Revert "Update Xcode.gitignore"Antoine Cœur2018-10-291-65/+9
| | | |
* | | | Add "network-security.data"Daijiro Wachi2018-11-081-0/+4
|/ / / | | | | | | | | | Refs: http://network-security.data
* | | Merge pull request #2569 from justinhartman/patch-4Brendan Forster2018-10-271-0/+63
|\ \ \ | | | | | | | | New template file for Images
| * | | New template file for ImagesJustin Hartman2018-01-041-0/+63
| | | |
* | | | Merge pull request #2086 from AlexanderBrevig/masterBrendan Forster2018-10-271-0/+18
|\ \ \ \ | | | | | | | | | | Add gitignore for Cypress Semiconductor IDE
| * | | | Add .log and .zip to ignores, Thanks Alex BustosAlexander Brevig2018-09-181-0/+2
| | | | |
| * | | | Add gitignore for Cypress Semiconductor IDEAlexander Brevig2016-08-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. >not affiliated
* | | | | Merge pull request #2752 from fidmor89/patch-2Brendan Forster2018-10-131-9/+65
|\ \ \ \ \ | | | | | | | | | | | | Update Xcode.gitignore
| * | | | | Update Xcode.gitignoreFidel Esteban Morales Cifuentes2018-06-301-9/+65
| | | | | | | | | | | | | | | | | | Updating file to match the one for swift and objective c.
* | | | | | Ignoring multi-directory a path without ** is not enough for nested projectsDmitry Avtonomov2018-10-131-1/+1
| | | | | |
* | | | | | Ignore build cache file for Android Studio 3.1+Jonathan Stucklen2018-09-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification.
* | | | | | Removed Microsoft Word 2016 Auto Backuped File on macOSYCH2018-08-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
* | | | | | Merge pull request #2758 from iSWORD/patch-1Brendan Forster2018-08-101-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | updated jetbrains gitignore to ignore contentModel
| * | | | | | updated jetbrains gitignore to ignore contentModelMuhannad Ajjan (INACTIVE)2018-07-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contentModel.xml is automatically generated and can be safely ignored. Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984
* | | | | | | Merge pull request #2739 from jayvdb/diff-filesBrendan Forster2018-08-101-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | New template for diff files
| * | | | | | | New file for diff filesJohn Vandenberg2018-06-181-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #2738 from jayvdb/patch-artifactsBrendan Forster2018-07-042-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Patch artifacts
| * | | | | | | New file for artifacts of patchJohn Vandenberg2018-06-181-0/+2
| | | | | | | |
| * | | | | | | Backup: Add *.origJohn Vandenberg2018-06-181-0/+1
| |/ / / / / /
* | | | | | | Separate module directory from project iml excludeShawn Kovalchick2018-07-021-1/+2
| | | | | | |
* | | | | | | Remove duplicate libraries entryShawn Kovalchick2018-06-291-1/+0
| | | | | | |
* | | | | | | JetBrains: Optional excludes for auto-importShawn Kovalchick2018-06-291-0/+8
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Add extra commented section to use when using Gradle or Maven auto-import. These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.
* | | | | | Merge pull request #2736 from codethirteen/patch-1Brendan Forster2018-06-181-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Updated for Codekit 3
| * | | | | Updated for Codekit 3Paul2018-06-141-0/+1
| | | | | |
* | | | | | Merge pull request #2570 from justinhartman/patch-5Brendan Forster2018-06-171-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | New template file for Backup file formats
| * | | | | | New template file for Backup file formatsJustin Hartman2018-01-041-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' into masterBrendan Forster2018-06-178-35/+54
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2631 from areyer/patch-1Brendan Forster2018-06-171-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | allow .ssh directory
| | * | | | | | allow .ssh directoryAdrian Reyer2018-03-191-1/+2
| | | | | | | |
| * | | | | | | Merge pull request #2649 from lukoerfer/masterBrendan Forster2018-06-171-0/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added default annotation processing directory to Eclipse.gitignore
| | * | | | | | | Added default annotation processing directory to Eclipse.gitignoreLukas Körfer2018-04-021-0/+3
| | | | | | | | |
| * | | | | | | | Merge pull request #2686 from 14roiron/patch-1Brendan Forster2018-06-171-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Matlab - Exclude coder temporary folders
| | * | | | | | | | Exclude coder temporary folders14roiron2018-05-011-0/+3
| | | | | | | | | |
| * | | | | | | | | Merge pull request #2728 from jayvdb/trim-trailing-spacesBrendan Forster2018-06-173-11/+11
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | Trim trailing whitespace
| | * | | | | | | | Trim trailing whitespaceJohn Vandenberg2018-06-053-11/+11
| | | | | | | | | |
| * | | | | | | | | Ignore usage statistics fileShawn Kovalchick2018-06-111-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git. See https://youtrack.jetbrains.com/issue/IDEA-192913
| * | | | | | | | Update JetBrains.gitignoreKenji Ohtsuka2018-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on.
| * | | | | | | | Add persistent undo to Vim.gitignoreIgor Epstein2018-05-011-0/+2
| |/ / / / / / /
| * | | | | | | Merge pull request #2652 from twhitbeck/jetbrains-add-shelfBrendan Forster2018-04-131-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add shelf to JetBrains.gitignore