- 10 Jan, 2016 1 commit
-
-
Rogier Slag authored
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
-
- 04 Jan, 2016 2 commits
-
-
Brendan Forster authored
Add TeX precompiled preamble and xypic
-
Brendan Forster authored
Ignore ApplicationInsights.config for Microsoft Azure
-
- 03 Jan, 2016 1 commit
-
-
dopefishh authored
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.
-
- 01 Jan, 2016 2 commits
-
-
Brendan Forster authored
Fuse hidden
-
Brendan Forster authored
Update Eclipse.gitignore
-
- 31 Dec, 2015 1 commit
-
-
Dmitry Rosolko authored
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
-
- 28 Dec, 2015 2 commits
-
-
Anders Lundsgård authored
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
-
Anders Lundsgård authored
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
-
- 27 Dec, 2015 2 commits
-
-
Brendan Forster authored
Stop ignoring StyleCop.json
-
Andrew Arnott authored
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 https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/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.
-
- 21 Dec, 2015 2 commits
-
-
Brendan Forster authored
Ignore auxiliary files from \usepackage{cprotect} -
David Haberthür authored
[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.
-
- 17 Dec, 2015 2 commits
-
-
Brendan Forster authored
Add new line at end of file
-
Roland Cooper authored
-
- 14 Dec, 2015 2 commits
-
-
Brendan Forster authored
Ignore BundleArtifacts folder
-
Alexey Belyansky authored
-
- 13 Dec, 2015 3 commits
-
-
Brendan Forster authored
Bugfix - Typos in comments
-
Justas Brazauskas authored
-
Brendan Forster authored
Tex: Ignore files generated by pdfcomment package
-
- 11 Dec, 2015 1 commit
-
-
Jelte Fennema authored
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
-
- 10 Dec, 2015 2 commits
-
-
Brendan Forster authored
Unity.gitignore modyfying,
-
tim authored
Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored modified: Unity.gitignore
-
- 07 Dec, 2015 1 commit
-
-
Brendan Forster authored
Update to include iMPACT and Core Generator files
-
- 06 Dec, 2015 2 commits
-
-
Stephen authored
-
Brendan Forster authored
Updated to Joomla 3.4.5
-
- 05 Dec, 2015 3 commits
-
-
Shawn Gibbons authored
-
Shawn Gibbons authored
-
Shawn Gibbons authored
-
- 04 Dec, 2015 2 commits
-
-
Brendan Forster authored
Add Swift Package Manager to Swift.gitignore
-
Nate Stedman authored
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
-
- 02 Dec, 2015 2 commits
-
-
Brendan Forster authored
Update OpenCart.gitignore
-
Fábio Santos authored
Ignore storage folder (contains logs, cache, etc.)
-
- 01 Dec, 2015 2 commits
-
-
Brendan Forster authored
Add 'opendb' file to VisualStudio.gitignore
-
Andrew Stanton-Nurse authored
-
- 30 Nov, 2015 5 commits
-
-
Brendan Forster authored
Fix typo for Azure Emulator log directory
-
Curtis Badke authored
-
Curtis Badke authored
-
Brendan Forster authored
Incorrect Dir Path
-
Julien Liabeuf authored
When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.
-