- 27 1月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Qt: ignore CMakeLists.txt.user
-
- 26 1月, 2016 1 次提交
-
-
由 Victor Arribas 提交于
-
- 24 1月, 2016 3 次提交
-
-
由 Brendan Forster 提交于
Add *.VC.opendb for UnrealEngine
-
由 Brendan Forster 提交于
Add .byebug_history to gitignore
-
由 pisaacs 提交于
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
-
- 23 1月, 2016 3 次提交
-
-
由 Vahagn Harutyunyan 提交于
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 .
-
由 Brendan Forster 提交于
Ignore default Emacs server auth dir
-
由 Christopher Warrington 提交于
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 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Ignore .venv files created by auto-activation scripts
-
由 Michiel Sikma 提交于
-
- 18 1月, 2016 3 次提交
-
-
由 Garen Torikian 提交于
Update license year to 2016
-
由 Garen Torikian 提交于
Update Node.gitignore
-
由 Levin Rickert 提交于
-
- 16 1月, 2016 2 次提交
-
-
由 Prayag Verma 提交于
-
由 Arfon Smith 提交于
Ipython Notebook checkpoints
-
- 15 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Ignore files generated by NuGet v3 project.json
-
由 Brendan Forster 提交于
Ignore playground files
-
- 14 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Comments
-
由 mimibar 提交于
Just added some comments. Some of us don't need some of the lines in the file.
-
- 12 1月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Remove `build/` suppression
-
- 11 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Exclude Latexian temp files for Tex documents
-
由 Brendan Forster 提交于
Include lib64 for virtualenv
-
- 10 1月, 2016 2 次提交
-
-
由 Rogier Slag 提交于
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
-
由 James Elford 提交于
On systems that require a lib64, virtualenv creates a symlink to the local lib.
-
- 05 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Add TeX precompiled preamble and xypic
-
由 Brendan Forster 提交于
Ignore ApplicationInsights.config for Microsoft Azure
-
- 04 1月, 2016 2 次提交
-
-
由 Adriano Ferreira 提交于
-
由 Adriano Ferreira 提交于
-
- 03 1月, 2016 1 次提交
-
-
由 dopefishh 提交于
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 1月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Fuse hidden
-
由 Brendan Forster 提交于
Update Eclipse.gitignore
-
- 31 12月, 2015 1 次提交
-
-
由 Dmitry Rosolko 提交于
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
-
- 29 12月, 2015 2 次提交
-
-
由 Anders Lundsgård 提交于
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
-
由 Anders Lundsgård 提交于
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
-
- 28 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Stop ignoring StyleCop.json
-
- 27 12月, 2015 3 次提交
-
-
由 Andrew Arnott 提交于
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 提交于
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 提交于
-
- 22 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Ignore auxiliary files from \usepackage{cprotect}
-
- 21 12月, 2015 1 次提交
-
-
由 David Haberthür 提交于
[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.
-