]>
source.dussan.org Git - gitignore.git/log
Aurélien Lavorel [Tue, 25 Sep 2018 14:26:00 +0000 (16:26 +0200)]
Remove patch files from repo
Brendan Forster [Fri, 21 Sep 2018 13:12:26 +0000 (10:12 -0300)]
Merge pull request #2818 from whisperity/ignore-tex-templategenerated
[TeX] Ignore generated files by 'comment' and 'xcolor' package
Whisperity [Fri, 21 Sep 2018 12:39:06 +0000 (14:39 +0200)]
[TeX] Ignore generated files by 'comment' and 'xcolor' package
Brendan Forster [Tue, 18 Sep 2018 11:28:54 +0000 (08:28 -0300)]
Merge pull request #2815 from Droni/patch-1
No need to fully exclude CodeRush settings
Andrew [Tue, 18 Sep 2018 07:10:17 +0000 (10:10 +0300)]
No need to fully exclude CodeRush settings
Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
Brendan Forster [Sat, 15 Sep 2018 14:37:56 +0000 (11:37 -0300)]
Merge pull request #2810 from stuckj/patch-1
Ignore build cache file for Android Studio 3.1+
Brendan Forster [Sat, 15 Sep 2018 14:37:04 +0000 (11:37 -0300)]
Merge pull request #2811 from JeffCyr/wpftmp
Added *_wpftmp.csproj to VisualStudio.gitignore
Jeff Cyr [Fri, 14 Sep 2018 20:10:52 +0000 (16:10 -0400)]
Added *_wpftmp.csproj ignore
Jonathan Stucklen [Fri, 14 Sep 2018 19:46:02 +0000 (15:46 -0400)]
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.
Brendan Forster [Wed, 12 Sep 2018 12:22:22 +0000 (09:22 -0300)]
Merge pull request #2804 from louistio/grunt-js-https
Use https for gruntjs link in Node gitignore
Adam Gauthier [Wed, 12 Sep 2018 03:54:41 +0000 (23:54 -0400)]
Use https for gruntjs link in Node gitignore
Brendan Forster [Sun, 9 Sep 2018 22:26:30 +0000 (15:26 -0700)]
Merge pull request #2802 from SethMichaelLarson/patch-1
Add .nox directory for the nox testing tool
Seth M. Larson [Sun, 9 Sep 2018 20:39:02 +0000 (15:39 -0500)]
Add .nox directory for the nox testing tool
See: https://github.com/theacodes/nox
Brendan Forster [Tue, 4 Sep 2018 16:38:27 +0000 (13:38 -0300)]
Merge pull request #2797 from gurvircheema/rails5.2
Add storage and yarn related entries for rails 5.2
Brendan Forster [Tue, 4 Sep 2018 16:25:05 +0000 (13:25 -0300)]
Merge pull request #2799 from alastairtree/patch-1
Minor imporvements to terraform ignore file
Alastair Crabtree [Tue, 4 Sep 2018 11:19:32 +0000 (12:19 +0100)]
Minor imporvements to terraform ignore file
* Fix Typo
* Add example to include overrides
Gurvir Cheema [Mon, 3 Sep 2018 06:24:10 +0000 (23:24 -0700)]
Add storage and yarn related entries for rails 5.2
Brendan Forster [Sun, 26 Aug 2018 17:22:38 +0000 (14:22 -0300)]
Merge pull request #2788 from amigcamel/ignore_ipython_profile
ignore ipython profile
amigcamel [Sun, 26 Aug 2018 16:35:37 +0000 (00:35 +0800)]
fix typo: should be profile_default instead of default_profile
Brendan Forster [Sun, 26 Aug 2018 13:37:02 +0000 (10:37 -0300)]
Merge pull request #2784 from GabrielC101/add_dmypy_json_to_Python.gitignore
add .dmypy.json to Python.gitignore.
Brendan Forster [Sun, 26 Aug 2018 13:26:30 +0000 (10:26 -0300)]
Merge pull request #2785 from obounaim/update-terraform
Update Terraform.gitignore
Brendan Forster [Sun, 26 Aug 2018 13:25:34 +0000 (10:25 -0300)]
Merge pull request #2790 from Niels-NTG/master
Processing: Add ignore rules for Linux ARM exports
Brendan Forster [Sun, 26 Aug 2018 13:24:45 +0000 (10:24 -0300)]
Merge pull request #2781 from cnyyk/master
Removed Microsoft Word 2016 Auto Backuped File on macOS
Niels NTG Poldervaart [Sat, 25 Aug 2018 12:46:05 +0000 (14:46 +0200)]
Add ignore rules for Linux ARM exports
Since Processing version 3.0.1 you can compile Linux ARM versions of your Processing sketch, distinct from the regular 32 and 64 bit Linux exports.
Brendan Forster [Wed, 22 Aug 2018 20:31:24 +0000 (15:31 -0500)]
Merge pull request #2787 from muzimuzhi/patch-1
Added *.listing extension to TeX.gitignore
amigcamel [Wed, 22 Aug 2018 09:33:41 +0000 (17:33 +0800)]
ignore ipython profile
muzimuzhi [Tue, 21 Aug 2018 17:26:44 +0000 (01:26 +0800)]
Added *.listing extension to TeX.gitignore
This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox".
Oussama BOUNAIM [Sun, 19 Aug 2018 07:55:53 +0000 (09:55 +0200)]
Update Terraform.gitignore
Ignore override files as they are usually used locally
to override resources or variables without changing the code
More info: https://www.terraform.io/docs/configuration/override.html
Gabriel Curio [Sat, 18 Aug 2018 17:25:43 +0000 (12:25 -0500)]
Remove newline at end of Python.gitignore.
My preference is for files to have a terminal newline, however that
doesn't seem to be how this repo is doing things.
Gabriel Curio [Sat, 18 Aug 2018 17:21:30 +0000 (12:21 -0500)]
add dmypy.json - without initial '.', to Python.gitignore.
Older versions of dmypy used 'dmypy.json' without the initial '.'.
This should be added to Python.gitignore for those using older versions
of MyPy.
Gabriel Curio [Sat, 18 Aug 2018 17:08:55 +0000 (12:08 -0500)]
add .dmypy.json to Python.gitignore.
MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.
Brendan Forster [Thu, 16 Aug 2018 12:10:40 +0000 (09:10 -0300)]
Merge pull request #2782 from Peetz0r/patch-1
KiCad .gitignore library fix
Peter [Thu, 16 Aug 2018 02:25:13 +0000 (04:25 +0200)]
KiCad .gitignore library fix
We shouldn't ignore -cache.lib files, because it causes missing components in your schema
http://kicad-pcb.org/help/file-formats/ specifically mentions this:
> `-cache.lib`: … a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different).
YCH [Tue, 14 Aug 2018 04:50:32 +0000 (12:50 +0800)]
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".
Brendan Forster [Fri, 10 Aug 2018 13:19:20 +0000 (10:19 -0300)]
Merge pull request #2751 from fidmor89/patch-1
Update Swift.gitignore
Brendan Forster [Fri, 10 Aug 2018 13:13:43 +0000 (10:13 -0300)]
Merge pull request #2775 from TheGamingBook/ignore-logs-symfony4
Ignore logs for Symfony4
Brendan Forster [Fri, 10 Aug 2018 12:58:58 +0000 (09:58 -0300)]
Merge pull request #2758 from iSWORD/patch-1
updated jetbrains gitignore to ignore contentModel
Brendan Forster [Fri, 10 Aug 2018 12:58:08 +0000 (09:58 -0300)]
Merge pull request #2739 from jayvdb/diff-files
New template for diff files
Stefan Krnajski [Wed, 8 Aug 2018 20:39:04 +0000 (22:39 +0200)]
Ignore logs for Symfony4
Source: https://symfony.com/doc/master/logging.html
Under Where Logs are Stored, added since Symfony 4.0
Brendan Forster [Tue, 7 Aug 2018 13:32:28 +0000 (10:32 -0300)]
Merge pull request #2772 from fabiofdsantos/patch-1
Update Laravel.gitignore
Fábio Santos [Mon, 6 Aug 2018 13:51:56 +0000 (14:51 +0100)]
Update Laravel.gitignore
Brendan Forster [Fri, 3 Aug 2018 11:11:46 +0000 (08:11 -0300)]
Merge pull request #2769 from BlackStarX42/master
Fixing MIDL header file pattern for Visual Studio
Matthias Schäfer [Fri, 3 Aug 2018 10:49:28 +0000 (12:49 +0200)]
Fixing MIDL header file pattern for Visual Studio
_i.h given in
799ee6b79e1d32f49ded6683b5364017fd4ee0a5 #gitext://gotocommit/
799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
Brendan Forster [Wed, 1 Aug 2018 10:58:16 +0000 (07:58 -0300)]
Merge pull request #2768 from ofthelit/master
Ignore files from Local History plug-ins
ofthelit [Wed, 1 Aug 2018 10:29:58 +0000 (12:29 +0200)]
Ignore files from Local History plug-ins
Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs.
https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio
https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
Brendan Forster [Tue, 10 Jul 2018 18:41:50 +0000 (15:41 -0300)]
Merge pull request #2762 from EmreAtes/patch-1
Add configure logs
Emre Ates [Tue, 10 Jul 2018 15:11:29 +0000 (11:11 -0400)]
Add configure logs
These files are created when running `autoreconf`; however they don't need to be added to version control.
Brendan Forster [Thu, 5 Jul 2018 12:11:04 +0000 (09:11 -0300)]
Merge pull request #2759 from AndyHee/master
Update TeX.gitignore
Andy H3 [Thu, 5 Jul 2018 04:37:53 +0000 (11:37 +0700)]
Update TeX.gitignore
Andy H3 [Thu, 5 Jul 2018 04:36:02 +0000 (11:36 +0700)]
Update TeX.gitignore
Added LyX editor backup file extension: i,e .lyx~
Brendan Forster [Wed, 4 Jul 2018 18:02:43 +0000 (15:02 -0300)]
Merge pull request #2738 from jayvdb/patch-artifacts
Patch artifacts
Muhannad Ajjan (INACTIVE) [Wed, 4 Jul 2018 13:11:37 +0000 (15:11 +0200)]
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
Brendan Forster [Mon, 2 Jul 2018 18:37:04 +0000 (15:37 -0300)]
Merge pull request #2747 from bamapookie/patch-2
JetBrains: Optional excludes for auto-import
Shawn Kovalchick [Mon, 2 Jul 2018 17:50:02 +0000 (13:50 -0400)]
Separate module directory from project iml exclude
Fidel Esteban Morales Cifuentes [Sun, 1 Jul 2018 02:18:50 +0000 (20:18 -0600)]
Update Swift.gitignore
Adding Code Injection
Brendan Forster [Sat, 30 Jun 2018 14:04:41 +0000 (11:04 -0300)]
Merge pull request #2748 from fidmor89/patch-1
Update Swift.gitignore
Brendan Forster [Sat, 30 Jun 2018 14:02:17 +0000 (11:02 -0300)]
Merge pull request #2749 from fidmor89/patch-2
Update Objective-C.gitignore
Fidel Esteban Morales Cifuentes [Fri, 29 Jun 2018 23:15:06 +0000 (17:15 -0600)]
Update Objective-C.gitignore
Adding a comment in case one wants to ignore .xcworkspace
Fidel Esteban Morales Cifuentes [Fri, 29 Jun 2018 23:02:16 +0000 (17:02 -0600)]
Update Swift.gitignore
Adding a comment in case one wants to ignore .xcworkspace
Shawn Kovalchick [Fri, 29 Jun 2018 18:54:03 +0000 (14:54 -0400)]
Remove duplicate libraries entry
Shawn Kovalchick [Fri, 29 Jun 2018 12:50:57 +0000 (08:50 -0400)]
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.
Brendan Forster [Thu, 28 Jun 2018 12:04:21 +0000 (09:04 -0300)]
Merge pull request #2744 from olets/craft
update Craft CMS gitignore to follow Craft team's recommendations
Henry Bley-Vroman [Fri, 22 Jun 2018 02:25:43 +0000 (22:25 -0400)]
Craft: update to follow official recs; add 'not necessary in v3' note
Brendan Forster [Thu, 21 Jun 2018 14:39:11 +0000 (11:39 -0300)]
Merge pull request #2153 from briandfoy/master
A new template for Perl 6
Brendan Forster [Tue, 19 Jun 2018 11:17:31 +0000 (08:17 -0300)]
Merge pull request #2658 from gzm55/master
maven-wrapper.jar can be removed from the source
James Z.M. Gao [Tue, 19 Jun 2018 02:03:07 +0000 (10:03 +0800)]
maven-wrapper.jar should be ignored
Brendan Forster [Mon, 18 Jun 2018 16:37:13 +0000 (13:37 -0300)]
Merge pull request #2736 from codethirteen/patch-1
Updated for Codekit 3
Brendan Forster [Mon, 18 Jun 2018 11:14:16 +0000 (08:14 -0300)]
Merge pull request #2741 from jayvdb/de-exact-dup
Remove exact duplicates in the same file
Brendan Forster [Mon, 18 Jun 2018 11:13:27 +0000 (08:13 -0300)]
Merge pull request #2740 from jayvdb/dup-autom4te
Autotools: De-duplicate autom4te entry
Brendan Forster [Mon, 18 Jun 2018 10:48:14 +0000 (07:48 -0300)]
stub a placeholder Travis config
John Vandenberg [Mon, 18 Jun 2018 05:33:58 +0000 (12:33 +0700)]
GWT: Remove duplicate entry
Duplicate added amongst additions in
e2caec17
John Vandenberg [Mon, 18 Jun 2018 05:34:08 +0000 (12:34 +0700)]
Eagle: Remove duplicate entry
Duplicate added amongst additions in
de2539a72
John Vandenberg [Mon, 18 Jun 2018 05:32:46 +0000 (12:32 +0700)]
Revert "add the *.VC.db to unreal engine ignore"
This reverts commit
548fb984f7173dea0fbd572ef0ef3784019100c0 .
John Vandenberg [Mon, 18 Jun 2018 05:30:52 +0000 (12:30 +0700)]
Revert "adding exception for *.spl from elsarticle.cls"
This reverts commit
d878f04545852bc876c40f48e19dabbf184d052e .
John Vandenberg [Mon, 18 Jun 2018 05:19:22 +0000 (12:19 +0700)]
Autotools: De-duplicate autom4te entry
John Vandenberg [Mon, 18 Jun 2018 04:33:48 +0000 (11:33 +0700)]
New file for diff files
John Vandenberg [Mon, 18 Jun 2018 04:22:44 +0000 (11:22 +0700)]
New file for artifacts of patch
John Vandenberg [Mon, 18 Jun 2018 04:20:48 +0000 (11:20 +0700)]
Backup: Add *.orig
Brendan Forster [Sun, 17 Jun 2018 22:29:36 +0000 (19:29 -0300)]
Merge pull request #2570 from justinhartman/patch-5
New template file for Backup file formats
Brendan Forster [Sun, 17 Jun 2018 19:06:06 +0000 (16:06 -0300)]
Merge pull request #1646 from josefglatz/TYPO3-improvements
[Typo3] assorted changes
Brendan Forster [Sun, 17 Jun 2018 18:58:22 +0000 (15:58 -0300)]
Merge pull request #2439 from meyerlasse/master
Update JetBrains.gitignore.
Brendan Forster [Sun, 17 Jun 2018 18:58:02 +0000 (15:58 -0300)]
Merge branch 'master' into master
Brendan Forster [Sun, 17 Jun 2018 18:56:39 +0000 (15:56 -0300)]
Merge pull request #2560 from TennyZhuang/patch-2
Ignore parcel-bundler cache
Brendan Forster [Sun, 17 Jun 2018 18:44:42 +0000 (15:44 -0300)]
Merge pull request #2631 from areyer/patch-1
allow .ssh directory
Brendan Forster [Sun, 17 Jun 2018 18:41:46 +0000 (15:41 -0300)]
Merge pull request #2649 from lukoerfer/master
Added default annotation processing directory to Eclipse.gitignore
Brendan Forster [Sun, 17 Jun 2018 18:32:43 +0000 (15:32 -0300)]
Merge pull request #2686 from 14roiron/patch-1
Matlab - Exclude coder temporary folders
Brendan Forster [Sun, 17 Jun 2018 18:27:50 +0000 (15:27 -0300)]
Merge pull request #2693 from jefrydco/patch-1
Add exception for nuxt.js project build output
Brendan Forster [Sun, 17 Jun 2018 18:27:35 +0000 (15:27 -0300)]
Merge branch 'master' into patch-1
Brendan Forster [Sun, 17 Jun 2018 18:26:14 +0000 (15:26 -0300)]
Merge pull request #2694 from shastriUF/patch-1
Ignore the .cache folder for LabVIEW projects
Brendan Forster [Sun, 17 Jun 2018 16:48:40 +0000 (13:48 -0300)]
Merge pull request #2728 from jayvdb/trim-trailing-spaces
Trim trailing whitespace
Paul [Thu, 14 Jun 2018 13:53:48 +0000 (08:53 -0500)]
Updated for Codekit 3
Brendan Forster [Mon, 11 Jun 2018 22:55:04 +0000 (08:25 +0930)]
Merge pull request #2734 from bamapookie/patch-1
Ignore usage statistics file
Shawn Kovalchick [Mon, 11 Jun 2018 21:33:00 +0000 (17:33 -0400)]
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
John Vandenberg [Tue, 5 Jun 2018 04:09:20 +0000 (11:09 +0700)]
Trim trailing whitespace
Brendan Forster [Mon, 28 May 2018 00:25:28 +0000 (10:25 +1000)]
Merge pull request #2718 from bcko/patch-1
Update Dart.gitignore
BC Ko [Mon, 28 May 2018 00:22:53 +0000 (17:22 -0700)]
remove Jetbrain and MacOS related values
Brendan Forster [Mon, 28 May 2018 00:09:48 +0000 (10:09 +1000)]
Merge pull request #2719 from tejashah88/patch-1
Add ".serverless" to gitignore
Tejas Shah [Sun, 27 May 2018 23:58:49 +0000 (16:58 -0700)]
Add .serverless to gitignore
BC Ko [Sun, 27 May 2018 21:04:07 +0000 (14:04 -0700)]
Update Dart.gitignore
updated according to https://www.dartlang.org/guides/libraries/private-files
Brendan Forster [Sat, 26 May 2018 23:24:19 +0000 (08:54 +0930)]
Merge pull request #2714 from mastertinner/patch-1
Ignore Terraform crash log files