Commit Graph

1260 Commits

Author SHA1 Message Date
Carl Suster 68e79f379d Make ninja a global template.
Amends #1084
2014-07-08 18:13:34 +10:00
Carl Suster ebcdce13f5 Merge pull request #1084 2014-07-08 18:12:58 +10:00
Carl Suster 08def965cd Fix comment that was nonsensical after a previous change 2014-07-08 12:20:07 +10:00
Carl Suster ced2a15347 Clarify the NuGet packages comments
Amends #1131
See these resources for explanation:
  http://docs.nuget.org/docs/reference/package-restore
  http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
2014-07-08 12:17:13 +10:00
Carl Suster 7222e77266 Revert "Remove redundant Umbraco exceptions to VS rules"
This reverts commit 5b168d4300.

Amends #1131 - fixes Umbraco template to compensate for the change in the
VisualStudio template which would lead to issues if the two were used together.
These rules were originally added by @bbodenmiller in #1013
2014-07-08 11:43:42 +10:00
Carl Suster b5385840ff Merge commit 'pull/1131' 2014-07-08 11:42:04 +10:00
Terje Sandstrom bf7031505f Update VisualStudio.gitignore
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
2014-07-05 11:12:43 +02:00
Terje Sandstrom 8fbf27037b Update VisualStudio.gitignore
Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.
2014-07-02 23:09:32 +02:00
Carl Suster c70e357bfd Merge pull request #1096 from theanalyst/elisp/cask
elisp: adding .cask files to gitignore
2014-06-27 22:46:21 +10:00
Carl Suster f0be1d0ed2 Merge pull request #1125 from eugpermar/master
Update C.gitignore: Added .la and .lo library extensions from GNU libtool
2014-06-27 22:44:46 +10:00
eugpermar f9ccfcb1e4 Update C.gitignore
Added .la and .lo library extensions
2014-06-25 12:42:09 +02:00
Carl Suster 1c2b2a56bb Merge pull request #1124 from wojciechwasko/master
(TeX) Exclude files generated by morewrites
2014-06-25 10:07:33 +10:00
Wojciech Waśko 3db29eb35e (TeX) Exclude files generated by morewrites
To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension
2014-06-24 19:31:53 +02:00
Carl Suster a29017097f Merge pull request #1039 from nkt/patch-1
Added Zephir language gitignore
2014-06-24 12:27:14 +10:00
Carl Suster 37a66f11df Merge pull request #1116 from adilsoncarvalho/patch-1
Must ignore x86 directory as well
2014-06-24 12:23:59 +10:00
Carl Suster f17b61c720 Merge pull request #1119 from hulet/sorting
sort WordPress.gitignore
2014-06-24 12:21:55 +10:00
Carl Suster 5942fa3d6e Merge pull request #1111 from aelgru/master
Ignoring PyBuilder's target directory
2014-06-24 12:17:49 +10:00
Carl Suster 4016064d28 Merge pull request #959 from Metallicow/PyInstaller-.gitignore
PyInstaller .manifest
2014-06-24 11:41:33 +10:00
Carl Suster 31a5904b9d Merge pull request #1122 from whoshuu/patch-1
Space after comment in Android.gitignore
2014-06-24 11:39:14 +10:00
Huu Nguyen 27b71eebbc Space after comment in Android.gitignore 2014-06-23 13:57:09 -07:00
Nikita Gusakov c6d3dca0b8 Added comments for Zephir 2014-06-21 20:02:16 +04:00
Steve Hulet 116dd8acd9 sort WordPress.gitignore 2014-06-19 15:01:02 -07:00
Adilson Carvalho 2d48a2169b Must ignore x86 directory as well
When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.
2014-06-18 09:15:02 -03:00
Carl Suster bab15e82cb Merge pull request #1115 from ahmyi/patch-1
Update Unity.gitignore to ignore sysinfo crash log
2014-06-18 13:46:37 +10:00
ahmyi 83602f4c74 Update Unity.gitignore
Sysinfo.txt is generated by unity if occurs any crashes. The content consist of  users system information, running process etc. I don't think that should be shared with others.
2014-06-18 02:12:59 +08:00
Michael Gruber e40d062180 Ignoring PyBuilder's target directory 2014-06-15 08:49:06 +02:00
Carl Suster 8979b22eda Get rid of the space in the filename
Amends #976
2014-06-12 11:48:15 +10:00
Carl Suster d9b0c7a93a Merge commit 'refs/pull/976' 2014-06-12 11:47:29 +10:00
Carl Suster d26de55e7a Grammar/formatting tweak to comments
Fixes #897 with amendment
2014-06-12 11:42:57 +10:00
Kolja Dummann d60485f496 add Meta Programming System gitignore files
The Meta Programming System is a language workbench created by JetBrains.

http://jetbrains.com/mps/

By default this file will ignore the generated java source and the compiled java classes that are
produced by the language compiler. It will only add the Models which contain all information
necessary to reproduce the the java source code and the the resulting class files.

In addition to the generated source code it will ignore the test result files and test property files,
because those are also generated from the models.

The ignore file also prevents commiting the workspace.xml which contains the currently editor state,
like open files and cursor position.
2014-06-12 11:42:23 +10:00
Carl Suster 76c09c6fd7 Merge pull request #1101 from kargakis/patch-1
Ignore profile files
2014-06-12 11:25:19 +10:00
Michalis Kargakis 8a28b1c4c6 Ignore profile files 2014-06-06 16:53:21 +03:00
Abhishek L e151cb8c5d elisp: adding .cask files to gitignore
cask is a dependency/package management tool for Emacs lisp packages. Adding
.cask to gitignore template to avoid tracking of installed packages not
a part of repository
2014-05-30 22:11:45 +05:30
Carl Suster 88a7dc820e Merge pull request #1095 from Heather/patch-1
New template for Rust
2014-05-30 15:56:17 +10:00
Heather 2973111490 gitignore for Rust 2014-05-29 22:51:56 -07:00
Daniel Rothmaler 2399ff1c79 Re-order rules for JetBrains legacy project format
Fixes #1090 - this is the part of that PR that seems justified.
2014-05-29 11:13:28 +10:00
Carl Suster 363ae587ca Merge pull request #1092 from Arvur/master
One more binary type to ignore
2014-05-29 10:51:08 +10:00
Denis Grinyuk 0595dd7662 One more binary type to ignore 2014-05-28 15:47:56 +04:00
Carl Suster 256e9648ba Merge pull request #1091 from nicwortel/update-symfony2
Update .gitignore for Symfony2
2014-05-28 20:26:02 +10:00
Nic Wortel e07830483e Rename Assets section 2014-05-28 12:23:42 +02:00
Nic Wortel 43893107bd Rename Composer section 2014-05-28 12:22:34 +02:00
Nic Wortel 0c9dce6966 Move bootstrap file to "Managed by Composer" section 2014-05-28 12:21:56 +02:00
Nic Wortel e098aa360b Rename "Dependencies" section into "Managed by Composer" 2014-05-28 12:21:08 +02:00
Nic Wortel 97de996895 Reorder entries 2014-05-28 12:04:09 +02:00
Nic Wortel c58fff4f3e Keep cache and logs directories 2014-05-28 11:58:44 +02:00
Nic Wortel cc716260e1 Add leading slashes 2014-05-28 11:57:41 +02:00
Nic Wortel 7794d39d2f Ignore bin folder 2014-05-28 11:53:46 +02:00
Nic Wortel d6cfcd686c Replace app/bootstrap wildcard with explicit entry
See e7b7b0f366
2014-05-28 11:41:45 +02:00
Carl Suster 097db81c08 Merge pull request #1069 from github/sbt
[Global/SBT] Fix documentation URL
2014-05-26 11:32:52 +10:00
Carl Suster e006ee5975 Merge pull request #1085 from giosh94mhz/symfony2_ignore_phpunit_xml
Ignore phpunit.xml in Symfony2 applications
2014-05-26 11:29:06 +10:00