todd-flanagan
1fb3025596
Update MATLAB.gitignore
...
added entry for ctf artifacts
2022-07-08 11:12:03 -04:00
Rob Purser
348be0078f
Change MATLAB Drive comment
2022-07-07 09:33:21 -04:00
Rob Purser
e3ff3d884b
Review Feedback
...
Revised with internal review feedback
2022-07-07 09:27:20 -04:00
Rob Purser
6dd64367a5
Add .p files
...
Add Derived Content-Obscured files (*.p)
2022-06-30 09:29:23 -04:00
Jonathan Duke
c86c275f02
ignore temporary Microsoft Word template files (.dot/.dotx)
2022-03-25 11:50:40 -05:00
Thomas Turrell-Croft
951e077a3b
Fixed APT generated tests location
...
By default the APT generated tests location is .apt_generated_tests
2022-01-11 10:22:00 +00:00
Berik Visschers
04a2b1443f
Update Xcode.gitignore
...
- 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
2021-12-23 01:18:15 +01:00
Andrew Shymanel
bf3f140cfa
Ignore files in directory, not the directory itself
2021-12-14 03:19:45 +02:00
Brian Douglas
cdde85a36e
Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-plugin
2021-12-10 20:46:40 -08:00
Brian Douglas
8c3c5ae037
Merge pull request #3788 from SethFalco/patch-1
...
VisualStudioCode: ignores built vscode extensions
2021-12-10 16:42:45 -08:00
Brian Douglas
cc14d7972c
Merge pull request #3839 from tropicalraisel/patch-1
...
Fixed .vscode not being ignored
2021-12-10 16:04:11 -08:00
Tim
f07a642eb9
Update VS Code to support *.code-snippets
2021-12-10 10:59:08 +09:00
Brian Douglas
996b2a21b2
Merge pull request #3832 from bangseongbeom/patch-1
...
Make not to ignore *.code-workspace
2021-12-06 22:59:14 -08:00
Brian Douglas
c3c7af5d0d
Merge pull request #3841 from xgdgsc/patch-1
...
Create Syncthing.gitignore
2021-12-06 09:10:40 -08:00
Falu
87a13491bd
new line for validation
2021-11-28 08:34:56 +01:00
Falu
5f4cf9d4c3
adding the initial version of the AL Language
2021-11-28 08:34:13 +01:00
xgdgsc
ea772bee1a
Update Syncthing.gitignore
2021-09-29 17:57:09 +08:00
xgdgsc
53f9e7ecea
Create Syncthing.gitignore
2021-09-29 17:52:57 +08:00
Tropical Raisel
269a61b295
Fixed .vscode not being ignored
2021-09-27 08:33:02 -07:00
방성범 (Bang Seongbeom)
8be0bf6f8f
Make not to ignore *.code-workspace
...
**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](08f60328ab/lit-next.code-workspace ).
**Links to documentation supporting these rule changes:**
https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
2021-09-18 17:12:32 +09:00
Seth Falco
9792c3836b
VisualStudioCode: ignores built vscode extensions
2021-07-20 22:53:22 +02:00
Martin Woodward
4fb75626fc
Merge pull request #3326 from dsrini-open/aws-changes
...
[Global/JetBrains] Ignore AWS specific file with IDEA
2021-05-07 18:56:33 +01:00
TigerC10
dd042058b9
Updating JetBrains template, adding SonarLint Plugin
2020-12-29 16:58:14 -06:00
Arman Bilge
4a6f74426e
[SBT] Ignore .bsp directory
2020-10-14 19:41:41 -07:00
ZhengYuan Loo
c9fab68db3
Update stale heading anchor ( #3445 )
...
Co-authored-by: ZhengYuan Loo <loozhengyuan@users.noreply.github.com>
2020-07-03 17:17:35 -03:00
ofthelit
eefa65c924
Ignore Local History folder ( #3008 )
...
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
2020-04-04 13:30:38 -03:00
dsrini.open
289a9e700a
Ignore AWS specific file with IDEA
2020-03-04 17:16:41 -06:00
bitbonk
599646e9d0
Include Rider as a supported IDE ( #3323 )
...
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.
2020-02-28 08:30:29 -04:00
Chris Kipp
55df35ee63
add in global metals ( #3296 )
2020-02-10 06:34:56 -04:00
Gruber
98f28b4bc4
add alternative sftp settings file ( #3006 )
...
* add alternative sftp settings file
* update for possible multiple alt* numbered files
2020-02-10 06:21:09 -04:00
Douglas Larson
584ee18cc1
[Global/Eclipse] Make .project opt-in ( #3305 )
...
The project description file.
2020-02-09 18:20:27 -04:00
Shawn Kovalchick
1f7726a473
Create PlatformIO.gitignore
...
Add default ignores from PlatformIO in VSCode
2020-01-04 07:59:02 -05:00
davidkron
21e9f06539
Added jarRepositories.xml as an optional ignore ( #3254 )
...
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.
2019-12-06 06:08:39 -04:00
davidkron
c3e97a0e96
exclude compiler.xml and artifacts when using Gradle ( #3236 )
...
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.
2019-11-17 14:12:38 -04:00
Yousha Aleayoub
3794768510
Update Archives.gitignore ( #3220 )
2019-10-31 09:37:14 -03:00
Jens Kürschner
21419e391a
Update to Global/VisualStudioCode ( #3201 )
...
Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.
2019-10-10 14:32:23 -03:00
Oliver Kopp
e95b1be4c6
Add apt_generated_test/ ( #3193 )
2019-10-03 10:35:42 -03:00
Rolf Vidar Hoksaas
41ec05833a
Update Vim.gitignore ( #3169 )
...
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
2019-09-10 11:07:19 -03:00
Simon Hitzenberger
499ae899e7
Added Simulink cache files ( #3148 )
2019-08-20 08:49:44 -03:00
Antoine Cœur
9df8aa6037
Partial revert of 837181e2f6 ( #3132 )
2019-07-23 09:14:41 -03:00
Matan Nassau
cdab24d9e9
vim: add extra session file Sessionx.vim ( #3058 )
...
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.
2019-05-16 17:40:58 -03:00
Takeshi Kondo
74643fe2c8
Fix log filename for Vagrant ( #3053 )
...
Actually, the log generated by debug mode is *.log
i.e. ubuntu-xenial-16.04-cloudimg-console.log
2019-05-12 12:29:47 -03:00
Justin Hartman
837181e2f6
Updated Xcode.gitignore template with a Patch ( #2566 )
2019-05-12 10:24:48 -03:00
Sergey Chupov
b5aa92c05f
Add ignores for file-based projects ( #2902 )
...
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.
2019-05-12 10:23:05 -03:00
Mestre Muten
5808b77453
Update Windows.gitignore ( #2191 )
2019-05-12 09:40:18 -03:00
Cemre Mengu
cd49307a2c
Remove extra newline ( #2983 )
2019-03-08 08:18:31 -04:00
Brendan Forster
1738bf6d11
Merge pull request #2905 from marcusolini/netbeans-gen-files
...
Ignore Generated Files
2018-12-18 08:35:38 -04:00
Steven Lee
2e5099d72f
macOS low cap m
2018-12-10 23:01:10 +11:00
Mark Nicolini
2731b70f4f
Ignore Generated Files
...
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
2018-12-06 09:19:35 -05:00
Steven Lee
941ea22c96
correct capitalization problems and add Octave which link to MATLAB
2018-11-26 22:02:40 +11:00
Brendan Forster
8c943e0f43
Merge pull request #2376 from vuolter/patch-2
...
Create PuTTY.gitignore
2018-11-23 15:23:49 -04:00
Brendan Forster
c017c4798a
Merge pull request #1731 from christophmuellerorg/Virtuoso
...
Initial gitignore file for Cadence Virtuoso
2018-11-23 14:02:29 -04:00
Brendan Forster
79d9eb9d63
Merge pull request #2861 from Coeur/revert-2752-patch-2
...
Revert "Update Xcode.gitignore"
2018-11-23 13:28:52 -04:00
Daijiro Wachi
87ec1bd864
Add "network-security.data"
...
Refs: http://network-security.data
2018-11-08 10:59:36 +09:00
Antoine Cœur
0a23ed588d
Revert "Update Xcode.gitignore"
2018-10-29 13:56:28 +08:00
Brendan Forster
68e04fd458
Merge pull request #2569 from justinhartman/patch-4
...
New template file for Images
2018-10-27 22:05:48 -03:00
Brendan Forster
f1e6f0d2a6
Merge pull request #2086 from AlexanderBrevig/master
...
Add gitignore for Cypress Semiconductor IDE
2018-10-27 19:33:28 -03:00
Brendan Forster
c68eb91e0a
Merge pull request #2752 from fidmor89/patch-2
...
Update Xcode.gitignore
2018-10-13 17:45:23 -03:00
Dmitry Avtonomov
6af983185a
Ignoring multi-directory a path without ** is not enough for nested projects
2018-10-13 13:00:04 -07:00
Alexander Brevig
7ffe05303d
Add .log and .zip to ignores, Thanks Alex Bustos
2018-09-18 16:07:13 +02:00
Jonathan Stucklen
8e9a976642
Ignore build cache file for Android Studio 3.1+
...
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.
2018-09-14 15:46:02 -04:00
YCH
cbdbe97c96
Removed Microsoft Word 2016 Auto Backuped File on macOS
...
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".
2018-08-14 12:50:32 +08:00
Brendan Forster
4bf58ca06d
Merge pull request #2758 from iSWORD/patch-1
...
updated jetbrains gitignore to ignore contentModel
2018-08-10 09:58:58 -03:00
Brendan Forster
bc4f399df4
Merge pull request #2739 from jayvdb/diff-files
...
New template for diff files
2018-08-10 09:58:08 -03:00
Brendan Forster
cd872a98f0
Merge pull request #2738 from jayvdb/patch-artifacts
...
Patch artifacts
2018-07-04 15:02:43 -03:00
Muhannad Ajjan (INACTIVE)
e9abf595a3
updated jetbrains gitignore to ignore contentModel
...
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
2018-07-04 15:11:37 +02:00
Shawn Kovalchick
bb1c447d54
Separate module directory from project iml exclude
2018-07-02 13:50:02 -04:00
Fidel Esteban Morales Cifuentes
f19d2a5171
Update Xcode.gitignore
...
Updating file to match the one for swift and objective c.
2018-06-30 20:19:22 -06:00
Shawn Kovalchick
84557f4423
Remove duplicate libraries entry
2018-06-29 14:54:03 -04:00
Shawn Kovalchick
468a00afc9
JetBrains: Optional excludes for auto-import
...
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.
2018-06-29 08:50:57 -04:00
Brendan Forster
035de6f14e
Merge pull request #2736 from codethirteen/patch-1
...
Updated for Codekit 3
2018-06-18 13:37:13 -03:00
John Vandenberg
f6fa01ee0d
New file for diff files
2018-06-18 11:33:48 +07:00
John Vandenberg
b34c1e33e2
New file for artifacts of patch
2018-06-18 11:22:44 +07:00
John Vandenberg
5f9c70b4bf
Backup: Add *.orig
2018-06-18 11:20:48 +07:00
Brendan Forster
3dd4aefc2c
Merge pull request #2570 from justinhartman/patch-5
...
New template file for Backup file formats
2018-06-17 19:29:36 -03:00
Brendan Forster
4a70ab04f5
Merge branch 'master' into master
2018-06-17 15:58:02 -03:00
Brendan Forster
aeee031f92
Merge pull request #2631 from areyer/patch-1
...
allow .ssh directory
2018-06-17 15:44:42 -03:00
Brendan Forster
e833921726
Merge pull request #2649 from lukoerfer/master
...
Added default annotation processing directory to Eclipse.gitignore
2018-06-17 15:41:46 -03:00
Brendan Forster
3a86aa2481
Merge pull request #2686 from 14roiron/patch-1
...
Matlab - Exclude coder temporary folders
2018-06-17 15:32:43 -03:00
Brendan Forster
a580262a25
Merge pull request #2728 from jayvdb/trim-trailing-spaces
...
Trim trailing whitespace
2018-06-17 13:48:40 -03:00
Paul
4c6054fdb9
Updated for Codekit 3
2018-06-14 08:53:48 -05:00
Shawn Kovalchick
0ec6fda4f5
Ignore usage statistics file
...
.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
2018-06-11 17:33:00 -04:00
John Vandenberg
a47c27d351
Trim trailing whitespace
2018-06-05 11:09:20 +07:00
Kenji Ohtsuka
7054f5d9b4
Update JetBrains.gitignore
...
ignore dbnavigator.xml
because it contains sensitive data, such as host, port, db, user name, and so on.
2018-05-10 23:10:36 +09:00
Igor Epstein
17da48e4d6
Add persistent undo to Vim.gitignore
2018-05-01 22:02:53 +03:00
14roiron
767c1f8a1d
Exclude coder temporary folders
2018-05-01 11:39:32 -04:00
Brendan Forster
f1d5981dd5
Merge pull request #2652 from twhitbeck/jetbrains-add-shelf
...
Add shelf to JetBrains.gitignore
2018-04-13 10:15:25 +10:00
Riva Junior
c6c8b8db0b
Add a new .msix extension
...
Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files.
References:
https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/
https://github.com/Microsoft/msix-packaging
2018-04-07 16:58:12 -03:00
Tim Whitbeck
f76d82c820
Add shelf to JetBrains.gitignore
2018-04-05 08:44:07 -04:00
Lukas Körfer
88c8869b31
Added default annotation processing directory to Eclipse.gitignore
2018-04-02 00:39:47 +02:00
Hideki Ikemoto
c64252ad68
JetBrains: add .idea/httpRequests
...
This directory used by HTTP Client in IntelliJ IDEA (and other product).
https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse
2018-03-30 22:18:55 +09:00
Arthur Kelsch
ec80f6d1a6
Remove unnecessary comment
2018-03-25 23:00:01 +02:00
Arthur Kelsch
6648c55504
Use one hashtag instead of two
2018-03-25 22:59:15 +02:00
Arthur Kelsch
5713541b52
Remove colons at the end of comments
2018-03-25 22:55:39 +02:00
Adrian Reyer
f2458c0901
allow .ssh directory
2018-03-19 11:07:09 +01:00
Dmitriy "DK" Korobskiy
2170a0447b
.idea/**/datasources.xml is now safe to store
...
Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain.
References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 , https://youtrack.jetbrains.com/issue/IDEA-127105
2018-02-07 11:05:42 -05:00
Nathan Floris Copier
ca82236eb8
Fixes WebStorm capitalization in comment
...
On line 1, WebStorm is capitalized the same way as the other IDE names.
2018-02-05 19:23:52 -07:00
Justin Hartman
ae7feb6f26
New template file for Backup file formats
2018-01-04 05:07:49 +02:00
Justin Hartman
430b19e374
New template file for Images
2018-01-04 04:57:41 +02:00
Rafi Wiener
ade08baee2
Update Eclipse.gitignore ( #2556 )
...
* Update Eclipse.gitignore
* Update Eclipse.gitignore
2017-12-26 20:04:18 +10:30