Commit Graph

2080 Commits

Author SHA1 Message Date
be3333655b Merge pull request #1818 from dopefishh/patch-1
Add TeX precompiled preamble and xypic
2016-01-05 10:19:08 +10:30
578a7b7514 Merge pull request #1815 from anderslundsgard/master
Ignore ApplicationInsights.config for Microsoft Azure
2016-01-05 10:18:19 +10:30
33da976da9 Ignore playground.xcworkspace playground file 2016-01-03 12:02:46 -05:00
679c677382 Ignore timeline.xctimeline playground file 2016-01-03 11:56:41 -05:00
3e9a2d98e2 Add TeX precompiled preamble and xypic
A precompiled header(`latex -ini`) compiled creates a `.fmt` file.
To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
2016-01-03 13:28:45 +01:00
fceac113a3 Merge pull request #1629 from raabf/fuse_hidden
Fuse hidden
2016-01-01 12:41:51 +10:30
b6f1c2f2a0 Merge pull request #1816 from rosolkodv/patch-1
Update Eclipse.gitignore
2016-01-01 12:33:46 +10:30
5fa2ff2345 Update Eclipse.gitignore
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
2015-12-31 12:40:20 +03:00
65ba08ced7 Name update of Windows Azure
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
2015-12-28 20:11:44 +01:00
a25589c921 Ignore Azure ApplicationInsights.config
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
2015-12-28 20:09:39 +01:00
656f766bfc Merge pull request #1813 from AArnott/patch-5
Stop ignoring StyleCop.json
2015-12-28 08:05:51 +10:30
849fa552f2 Remove build/ suppression
The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.

I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
2015-12-27 07:57:50 -08:00
346fb93318 Stop ignoring StyleCop.json
StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
See 32057fff82/documentation/Configuration.md (source-control) for the documented case.

Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
2015-12-27 07:51:37 -08:00
6d1612cff4 Ignore files generated by NuGet v3 project.json 2015-12-27 07:29:24 -08:00
8c9b77cb5c Merge pull request #1808 from habi/patch-4
Ignore auxiliary files from \usepackage{cprotect}
2015-12-22 08:19:11 +10:30
fe3b2f4d97 Ignore auxiliary files from \usepackage{cprotect}
[cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.
2015-12-21 13:55:17 +01:00
9d02ed63c9 Added Eclipse Recommenders to Eclipse gitignore 2015-12-19 21:48:33 -08:00
7adc93eed2 Merge pull request #1806 from recooper/whitespace-fix
Add new line at end of file
2015-12-18 08:27:49 +10:30
61a76c1c08 Add new line at end of file 2015-12-17 23:29:32 +02:00
a8a9744a6f Merge pull request #1803 from belyansky/ignore-bundleartifacts
Ignore BundleArtifacts folder
2015-12-15 07:16:41 +10:30
21f95b3280 Ignore BundleArtifacts folder 2015-12-14 21:52:44 +03:00
7361dcd45a Merge pull request #1800 from jutaz/bugfix/typos
Bugfix - Typos in comments
2015-12-14 06:57:47 +10:30
76b87217c8 Update Python.gitignore 2015-12-13 13:40:01 -02:00
f5784d7a10 Fix few typos 2015-12-13 16:07:46 +02:00
5ae4b3fd6d Merge pull request #1798 from JelteF/patch-1
Tex: Ignore files generated by pdfcomment package
2015-12-13 18:34:46 +10:30
a32059c07c Tex: Ignore files generated by pdfcomment package
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
2015-12-11 11:35:40 +01:00
a018c720b7 Merge pull request #1797 from tim-hub/master
Unity.gitignore modyfying,
2015-12-10 16:51:14 +10:30
tim
5e08bf6060 Unity.gitignore modyfying, add /[Bb]uilds/ /Assets/AssetStoreTools* dictionaries and *.svd svd files to be ignored
modified:   Unity.gitignore
2015-12-10 13:08:58 +08:00
096d1d1b37 Based on a template from jmoody 2015-12-08 23:18:34 +01:00
e569015535 Merge pull request #1789 from stephengroat/master
Update to include iMPACT and Core Generator files
2015-12-07 14:47:30 +10:30
bf84550756 Update to include iMPACT and Core Generator files 2015-12-06 11:47:00 -08:00
5c11cc04f0 Merge pull request #1788 from camigreen/joomla-3.4.5
Updated to Joomla 3.4.5
2015-12-06 16:00:33 +10:30
6e1ae4aa6d Updated for Joomla 3.4.5 2015-12-05 14:01:41 -05:00
c7a4ac8181 Updated for Joomla 3.4.5 2015-12-05 13:49:30 -05:00
5d98cfd19e Updated for Joomla 3.4.5 2015-12-05 13:39:47 -05:00
e2b70bd344 Merge pull request #1785 from natestedman/patch-1
Add Swift Package Manager to Swift.gitignore
2015-12-05 09:04:42 +10:30
611c239f68 Add Swift Package Manager to Swift.gitignore
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
2015-12-04 09:08:40 -05:00
b6e56775b5 exclude only community code that is shipped with Magento 2015-12-03 07:30:11 +01:00
571118925d exclude only locale en_US 2015-12-03 07:29:41 +01:00
5552f5e360 simplified rules for Mage* module files 2015-12-03 07:29:12 +01:00
2aa9f9215f simplified rules for media dir 2015-12-03 07:28:27 +01:00
f527652d30 new files added in 1.9.2.x 2015-12-03 07:28:05 +01:00
31c8ed9829 Merge pull request #1779 from ffsantos92/patch-1
Update OpenCart.gitignore
2015-12-03 07:59:21 +10:30
ada61a7f50 Update OpenCart.gitignore
Ignore storage folder (contains logs, cache, etc.)
2015-12-02 16:31:51 +00:00
32da2f8341 Merge pull request #1778 from anurse/patch-3
Add 'opendb' file to VisualStudio.gitignore
2015-12-02 07:05:44 +10:30
a393ef8de9 Add 'opendb' file to VisualStudio.gitignore 2015-12-01 11:33:51 -08:00
b3dbd315c9 Merge pull request #1774 from cbadke/vs-typo
Fix typo for Azure Emulator log directory
2015-12-01 09:35:05 +10:30
b387d8937b Fix typo rfc -> rcf 2015-11-30 15:59:49 -07:00
454f5e6cf4 Fix typo for Azure Emulator log directory 2015-11-30 08:45:18 -07:00
227538f662 Merge pull request #1773 from julien731/patch-1
Incorrect Dir Path
2015-11-30 17:50:07 +10:30