c7659fc44d
added webmethods related gitignore file
2013-09-03 23:29:45 -04:00
6c75292e1e
Merge pull request #735 from aldo-roman/patch-1
...
added secret_token.rb
2013-08-26 03:41:59 -07:00
77cf354916
Merge pull request #714 from mattjeffery/ignore_kernel_objects
...
Ignore kernel object files
2013-08-26 00:12:36 -07:00
0bad6cf48b
added secret_token.rb
...
I added secret_token.rb file to the gitignore as there are public repos sharing it.
2013-08-12 12:40:19 -05:00
d292bd8207
ignore kernel object files
2013-07-19 18:05:04 +01:00
b2c694d792
Merge pull request #576 from nysa/master
...
Ignore Vim untitled and unsaved buffer swapfiles
2013-07-03 08:45:13 -07:00
f3664c06f7
Merge pull request #493 from strugee/master
...
This repository didn't have a CONTRIBUTING.md file. Now it does.
2013-07-03 08:39:56 -07:00
444416f067
Remove Podfile.lock from Objective-C ignores
...
Per discussion in #148 .
2013-07-03 08:28:28 -07:00
77e8071b0f
Merge remote-tracking branch 'matzew/master' (pull request #418 )
2013-07-02 13:09:57 -07:00
0acbcf4bfd
Adding CocoaPods to gitignore
2013-07-02 21:25:38 +02:00
88951d5cc9
Merge pull request #694 from anurse/patch-1
...
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 17:09:29 -07:00
f2ab73150a
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 16:44:00 -07:00
098aee26a1
Update LICENSE
2013-05-25 23:56:08 -06:00
acce99efee
Ignore Vim untitled and unsaved buffer swapfiles
...
Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
2013-03-06 11:02:36 -06:00
0aeefb48c0
Merge pull request #523 from shanselman/patch-1
...
Updated to exclude *.publishsettings
2013-01-24 12:40:18 -08:00
a6dd83c18d
Updated to exclude *.publishsettings
...
Updated to exclude *.publishsettings
2013-01-24 12:24:17 -08:00
81b7b3c64a
Merge pull request #507 from 0xAX/master
...
Erlang.gitignore erlang.crash.dump added
2013-01-22 13:42:45 -08:00
eaa2ad526f
Merge pull request #474 from zhaojunmeng/master
...
Add *~ to ignore vim temp file.
2013-01-22 13:39:30 -08:00
5f8b94622e
Merge pull request #508 from alloy/master
...
[Objective-C] No longer ignore `xcworkspace` documents.
2013-01-22 13:37:59 -08:00
bdafdbdc38
Merge pull request #519 from Haacked/visualstudio-teamcity
...
VisualStudio: Add TeamCity exclusion
2013-01-22 13:25:08 -08:00
cb8a50ae28
VisualStudio: Add TeamCity exclusion
...
Exclude folders created by the TeamCity VS plugin.
2013-01-22 13:23:47 -08:00
0e38a13ffb
Merge pull request #514 from bristol/vim-swapfile-fix
...
Changed line matching vim swapfiles to use all names it will create
2013-01-22 12:08:37 -08:00
9bd710e4b3
Merge pull request #518 from Haacked/more-pr-consolidation
...
More pr consolidation
2013-01-22 12:01:26 -08:00
af26e76cc2
Merge pull request #517 from steveoh/patch-1
...
Update VisualStudio.gitignore for vs 2012 web deploy setting.
2013-01-22 12:00:24 -08:00
8f47a43cee
Update Global/VisualStudio.gitignore
...
Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files.
2013-01-22 11:53:14 -08:00
cf4bb0cf46
Remove inclusion of repositories.config
...
If you use package restore, you actually don't want this file
included. It's not needed. It's only needed if you version
packages. AKA, you only need this file if you are not ignoring
the "packages" folder.
2013-01-22 11:51:46 -08:00
b255d43e80
Merge pull request #516 from Haacked/dotnet-gitignore-pr-consolidation
...
Dotnet gitignore pr consolidation
2013-01-22 11:40:59 -08:00
5684f73b98
VisualStudio: ignore .dotcover files.
2013-01-22 11:38:25 -08:00
5f950e0aec
VisualStudio: Include the packages/repositories.config file.
...
I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it...
2013-01-22 11:37:44 -08:00
78b77feb29
VisualStudio: Ignore vi's *~ temp files
2013-01-22 11:37:19 -08:00
ed056fdb8e
VisualStudio: Remove dupes, add trailing slashes, etc.
...
Add trailing slashes to folders, RS rule comment, remove dupes.
2013-01-22 11:36:41 -08:00
2ed26ea654
VisualStudio: Ignore *.tmp_proj
...
This might be created temporarily during a build.
2013-01-22 11:35:45 -08:00
e12c304ebd
VisualStudio: Ignore update log HTML file
...
VS2012 creates UpdateLog2.htm - not needed in git repository
2013-01-22 11:35:19 -08:00
77ef0922f2
Update VisualStudio.gitignore
...
New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo.
2013-01-22 12:33:24 -07:00
33fe1d376d
Merge pull request #492 from Haacked/consolidate-dotnet-settings
...
Consolidate CSharp and VB.NET gitignore files into VisualStudio one.
2013-01-22 10:36:18 -08:00
f5d67199f7
Ignore crap from Macs
...
Cross platform .NET Dev FTW!
2013-01-22 10:35:42 -08:00
79a7a1d9c5
Ignore .pfx files such as Windows Store Key
2013-01-22 10:30:18 -08:00
c6bcfb1bd4
Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326
2013-01-21 20:10:16 -05:00
cec9f74523
Merge pull request #329 from svkampen/patch-1
...
Added __pycache__
2013-01-20 21:15:08 -08:00
b1dbb55368
Merge pull request #445 from bungeshea/WordPress
...
Rename Wordpress.gitignore to WordPress.gitignore
2013-01-20 19:12:08 -08:00
ef9e85b478
Renamed Wordpress.gitignore to WordPress.gitignore
...
WordPress should *always* have a capital P!
2013-01-19 17:03:36 +11:00
ac43133993
Removed Wordpress.gitignore for renaming
2013-01-19 17:03:03 +11:00
e54e1b752b
[Objective-C] No longer ignore xcworkspace
documents.
...
Workspaces are real documents that can be opened, just like `xcodeproj`
documents. These documents are also generated/used by CocoaPods to
configure a project’s dependencies. For these reasons, there does not
seem a good reason to ignore these any longer.
2013-01-15 11:33:57 +01:00
9d8b60e91d
Erlang.gitignore erlang.crash.dump added
2013-01-14 15:01:00 +06:00
6c95cdd9b9
Removed comment.
2013-01-13 17:41:18 +01:00
f4511ad9b6
add a CONTRIBUTING.md file
...
add a CONTRIBUTING.md file, copied verbatim from the "Pull Requests" section in README.md
2012-12-22 22:49:43 -08:00
f06c0504ac
Remove CSharp and VB.NET ignore files
...
These files were redundant. They had almost exactly the same
settings. They are being replaced by the VisualStudio file.
2012-12-19 15:49:20 -08:00
947f5d13ab
Merge missing CSharp/VB settinsg into VisualStudio
...
The VisualStudio gitignore file was missing a few useful
settings contained in the CSharp and VB.NET gitignore files.
2012-12-19 15:46:33 -08:00
ec5009e954
Move VisualStudio file from Global to main list
2012-12-19 15:28:41 -08:00
f31b319dca
Merge pull request #301 from jshou/patch-1
...
* patch-1:
add intellij files to Android.gitignore
2012-12-19 14:58:58 -08:00