Victor Arribas
2c3b06b1ec
Qt: ignore CMakeLists.txt.user
2016-01-25 18:50:35 +01:00
Brendan Forster
9f3470db3b
Merge pull request #1833 from hzor3000/patch-1
...
Add *.VC.opendb for UnrealEngine
2016-01-24 14:08:28 +10:30
Brendan Forster
96ad0e39a5
Merge pull request #1835 from pisaacs/patch-1
...
Add .byebug_history to gitignore
2016-01-24 07:29:17 +10:30
pisaacs
9c92fa360f
Add .byebug_history to gitignore
...
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore )
2016-01-23 12:56:49 -05:00
Vahagn Harutyunyan
514f24b99a
Add *.VC.opendb for UnrealEngine
...
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 .
2016-01-23 14:44:18 +04:00
Brendan Forster
c7557c59a5
Merge pull request #1831 from chwarr/emacs-server-auth-dir
...
Ignore default Emacs server auth dir
2016-01-23 10:09:46 +10:30
Christopher Warrington
9771968355
Ignore default Emacs server auth dir
...
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.
2016-01-22 14:57:28 -08:00
Brendan Forster
45ce044e6f
Merge pull request #1340 from msikma/patch-1
...
Ignore .venv files created by auto-activation scripts
2016-01-21 20:46:34 +10:30
Michiel Sikma
29bd7031a7
Merge remote-tracking branch 'upstream/master' into patch-1
2016-01-21 10:36:01 +01:00
Brendan Forster
dd83dbdf60
Merge branch 'master' into update-license
2016-01-18 11:00:05 +11:00
Garen Torikian
e4c0ed3c20
Merge pull request #1826 from pra85/patch-1
...
Update license year to 2016
2016-01-17 11:01:58 -08:00
Garen Torikian
df37ae670c
Merge pull request #1827 from DerNivel/patch-1
...
Update Node.gitignore
2016-01-17 11:01:42 -08:00
Levin Rickert
cedf149de3
URL doesn't exists anymore
2016-01-17 17:43:54 +01:00
Prayag Verma
2cf1699227
Update license year to 2016
2016-01-16 17:56:31 +05:30
Arfon Smith
4215c0f78c
Merge pull request #1617 from manavm/ipynb-checkpoints
...
Ipython Notebook checkpoints
2016-01-15 16:53:38 -05:00
Brendan Forster
f51f0baa5a
Merge pull request #1812 from AArnott/patch-4
...
Ignore files generated by NuGet v3 project.json
2016-01-15 15:59:30 +11:00
Brendan Forster
3299a7e4dc
Merge pull request #1819 from adrfer/master
...
Ignore playground files
2016-01-15 15:59:11 +11:00
Brendan Forster
def395f811
Merge pull request #1824 from mimibar/patch-1
...
Comments
2016-01-14 09:40:47 +11:00
mimibar
491eca8bda
Comments
...
Just added some comments. Some of us don't need some of the lines in the file.
2016-01-13 13:00:10 -06:00
Brendan Forster
da521d7bbf
Merge pull request #1814 from AArnott/patch-6
...
Remove `build/` suppression
2016-01-12 13:39:16 +10:30
Brendan Forster
1c24a55ec3
Merge pull request #1822 from rogierslag/master
...
Exclude Latexian temp files for Tex documents
2016-01-11 23:33:00 +10:30
Brendan Forster
7e854d3991
Merge pull request #1821 from jelford/master
...
Include lib64 for virtualenv
2016-01-11 14:19:02 +10:30
Rogier Slag
ce4e9ccd7a
Exclude Latexian temp files for Tex documents
...
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
2016-01-10 15:59:25 +01:00
James Elford
efab0fd13c
Include lib64 for virtualenv
...
On systems that require a lib64, virtualenv creates a symlink to the local lib.
2016-01-10 09:01:17 +00:00
Brendan Forster
be3333655b
Merge pull request #1818 from dopefishh/patch-1
...
Add TeX precompiled preamble and xypic
2016-01-05 10:19:08 +10:30
Brendan Forster
578a7b7514
Merge pull request #1815 from anderslundsgard/master
...
Ignore ApplicationInsights.config for Microsoft Azure
2016-01-05 10:18:19 +10:30
Adriano Ferreira
33da976da9
Ignore playground.xcworkspace playground file
2016-01-03 12:02:46 -05:00
Adriano Ferreira
679c677382
Ignore timeline.xctimeline playground file
2016-01-03 11:56:41 -05:00
dopefishh
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
Brendan Forster
fceac113a3
Merge pull request #1629 from raabf/fuse_hidden
...
Fuse hidden
2016-01-01 12:41:51 +10:30
Brendan Forster
b6f1c2f2a0
Merge pull request #1816 from rosolkodv/patch-1
...
Update Eclipse.gitignore
2016-01-01 12:33:46 +10:30
Dmitry Rosolko
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
Anders Lundsgård
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
Anders Lundsgård
a25589c921
Ignore Azure ApplicationInsights.config
...
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
2015-12-28 20:09:39 +01:00
Brendan Forster
656f766bfc
Merge pull request #1813 from AArnott/patch-5
...
Stop ignoring StyleCop.json
2015-12-28 08:05:51 +10:30
Andrew Arnott
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
Andrew Arnott
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
Andrew Arnott
6d1612cff4
Ignore files generated by NuGet v3 project.json
2015-12-27 07:29:24 -08:00
Brendan Forster
8c9b77cb5c
Merge pull request #1808 from habi/patch-4
...
Ignore auxiliary files from \usepackage{cprotect}
2015-12-22 08:19:11 +10:30
David Haberthür
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
rlee287
9d02ed63c9
Added Eclipse Recommenders to Eclipse gitignore
2015-12-19 21:48:33 -08:00
Brendan Forster
7adc93eed2
Merge pull request #1806 from recooper/whitespace-fix
...
Add new line at end of file
2015-12-18 08:27:49 +10:30
Roland Cooper
61a76c1c08
Add new line at end of file
2015-12-17 23:29:32 +02:00
Brendan Forster
a8a9744a6f
Merge pull request #1803 from belyansky/ignore-bundleartifacts
...
Ignore BundleArtifacts folder
2015-12-15 07:16:41 +10:30
Alexey Belyansky
21f95b3280
Ignore BundleArtifacts folder
2015-12-14 21:52:44 +03:00
Brendan Forster
382c3e083d
updated README to mention new license
2015-12-14 13:19:50 +10:30
Brendan Forster
19a5f58ca1
relicense ignore templates as CC0-1.0
2015-12-14 13:19:39 +10:30
Brendan Forster
7361dcd45a
Merge pull request #1800 from jutaz/bugfix/typos
...
Bugfix - Typos in comments
2015-12-14 06:57:47 +10:30
Richard K
76b87217c8
Update Python.gitignore
2015-12-13 13:40:01 -02:00
Justas Brazauskas
f5784d7a10
Fix few typos
2015-12-13 16:07:46 +02:00