- 27 Jan, 2016 1 commit
-
-
Brendan Forster authored
Update VisualStudio.gitignore
-
- 26 Jan, 2016 1 commit
-
-
Brendan Forster authored
Qt: ignore CMakeLists.txt.user
-
- 25 Jan, 2016 1 commit
-
-
Victor Arribas authored
-
- 24 Jan, 2016 1 commit
-
-
Brendan Forster authored
Add *.VC.opendb for UnrealEngine
-
- 23 Jan, 2016 3 commits
-
-
Brendan Forster authored
Add .byebug_history to gitignore
-
pisaacs authored
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
-
Vahagn Harutyunyan authored
Add *.VC.opendb to the .gitignore for the UnrealEngine for Visual Studio 2015 Update 1 users. This reflects the changes in the VisualStudio.gitignore made in https://github.com/github/gitignore/pull/1778 and https://github.com/github/gitignore/pull/1783 but is more specifically targeted at solving the issue http://stackoverflow.com/questions/34319008/git-issue-with-visual-studio-2015-update-1 .
-
- 22 Jan, 2016 2 commits
-
-
Brendan Forster authored
Ignore default Emacs server auth dir
-
Christopher Warrington authored
The server-auth-dir is where Emacs stores authentication files for Emacs servers (running over TCP). These are (usually) ephemeral in nature, and should be ignored.
-
- 21 Jan, 2016 2 commits
-
-
Brendan Forster authored
Ignore .venv files created by auto-activation scripts
-
Michiel Sikma authored
-
- 17 Jan, 2016 3 commits
-
-
Garen Torikian authored
Update license year to 2016
-
Garen Torikian authored
Update Node.gitignore
-
Levin Rickert authored
-
- 16 Jan, 2016 1 commit
-
-
Prayag Verma authored
-
- 15 Jan, 2016 3 commits
-
-
Arfon Smith authored
Ipython Notebook checkpoints
-
Brendan Forster authored
Ignore files generated by NuGet v3 project.json
-
Brendan Forster authored
Ignore playground files
-
- 13 Jan, 2016 2 commits
-
-
Brendan Forster authored
Comments
-
mimibar authored
Just added some comments. Some of us don't need some of the lines in the file.
-
- 12 Jan, 2016 1 commit
-
-
Brendan Forster authored
Remove `build/` suppression
-
- 11 Jan, 2016 2 commits
-
-
Brendan Forster authored
Exclude Latexian temp files for Tex documents
-
Brendan Forster authored
Include lib64 for virtualenv
-
- 10 Jan, 2016 2 commits
-
-
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
-
James Elford authored
On systems that require a lib64, virtualenv creates a symlink to the local lib.
-
- 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 3 commits
-
-
Adriano Ferreira authored
-
Adriano Ferreira authored
-
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 4 commits
-
-
Brendan Forster authored
Stop ignoring StyleCop.json
-
Andrew Arnott authored
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.
-
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.
-
Andrew Arnott authored
-
- 21 Dec, 2015 1 commit
-
-
Brendan Forster authored
Ignore auxiliary files from \usepackage{cprotect}
-