Haacked
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
Phil Haack
b255d43e80
Merge pull request #516 from Haacked/dotnet-gitignore-pr-consolidation
...
Dotnet gitignore pr consolidation
2013-01-22 11:40:59 -08:00
Paul Stack
5684f73b98
VisualStudio: ignore .dotcover files.
2013-01-22 11:38:25 -08:00
Kristian Hellang
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
Andrew Arnott
78b77feb29
VisualStudio: Ignore vi's *~ temp files
2013-01-22 11:37:19 -08:00
neogic
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
sgm
2ed26ea654
VisualStudio: Ignore *.tmp_proj
...
This might be created temporarily during a build.
2013-01-22 11:35:45 -08:00
Bernhard Döbler
e12c304ebd
VisualStudio: Ignore update log HTML file
...
VS2012 creates UpdateLog2.htm - not needed in git repository
2013-01-22 11:35:19 -08:00
steve
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
Phil Haack
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
Phil Haack
f5d67199f7
Ignore crap from Macs
...
Cross platform .NET Dev FTW!
2013-01-22 10:35:42 -08:00
Phil Haack
79a7a1d9c5
Ignore .pfx files such as Windows Store Key
2013-01-22 10:30:18 -08:00
andy bristol
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
Daniel Hengeveld
cec9f74523
Merge pull request #329 from svkampen/patch-1
...
Added __pycache__
2013-01-20 21:15:08 -08:00
Daniel Hengeveld
b1dbb55368
Merge pull request #445 from bungeshea/WordPress
...
Rename Wordpress.gitignore to WordPress.gitignore
2013-01-20 19:12:08 -08:00
Shea Bunge
ef9e85b478
Renamed Wordpress.gitignore to WordPress.gitignore
...
WordPress should *always* have a capital P!
2013-01-19 17:03:36 +11:00
Shea Bunge
ac43133993
Removed Wordpress.gitignore for renaming
2013-01-19 17:03:03 +11:00
Shea Bunge
5fe13b7e6f
Added Bricx Command Center gitignore
2013-01-19 17:02:34 +11:00
Eloy Durán
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
0xAX
9d8b60e91d
Erlang.gitignore erlang.crash.dump added
2013-01-14 15:01:00 +06:00
Sam van Kampen
6c95cdd9b9
Removed comment.
2013-01-13 17:41:18 +01:00
Mani
407664cbb5
Added changes for Yii framework See
...
http://www.yiiframework.com/wiki/307/startin-your-yii-project-reference-guide-with-git-vcs-in-linux/#hh6
2013-01-13 10:33:20 +05:30
Alexey Brodkin
f1d654c1b5
Add "ui_*.h" pattern to block auto-generated headers
...
moc automatically generates "ui_*.h" files for each *.ui file.
Since they are auto-generated I assume they should be ignored.
Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
2013-01-10 20:18:50 +04:00
Alexey Brodkin
32cba5a6d7
Add wild-card suffix for Makefile
...
With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and
Makefile.Release. And I assume it is useful to have all types Makefiles
ignored.
Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
2013-01-10 20:16:36 +04:00
Simon Schick
3610274936
Update Typo3.gitignore - added version number as TYPO3 CMS v6 needs different .gitignore file
2013-01-09 13:37:51 +01:00
Simon Schick
6e9d58f514
Update Typo3.gitignore - ignore symlinks, not directories for core-files
2013-01-09 13:25:51 +01:00
Karen Etheridge
97e343570e
ignore more perl outputs
...
- metaspec v2.0 now creates json files
- some artifacts of XS builds
2013-01-07 21:25:52 -08:00
Karen Etheridge
c1b030ddb1
tighten up perl ignores - these files should only exist in the repository root
2013-01-07 21:25:52 -08:00
Alex Jordan
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
Haacked
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
Haacked
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
Haacked
ec5009e954
Move VisualStudio file from Global to main list
2012-12-19 15:28:41 -08:00
Daniel Hengeveld
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
Joshua Hou
aec3539998
add intellij files to Android.gitignore
2012-12-19 14:57:35 -08:00
Daniel Hengeveld
13a24fbe6b
Merge pull request #456 from jan0sch/master
...
Added gitignore file for Typo3.
2012-12-19 14:51:49 -08:00
Daniel Hengeveld
2944626570
Merge pull request #318 from macagua/master
...
Added gitignore for Plone CMS
2012-12-19 14:50:24 -08:00
Daniel Hengeveld
c0b0c1ba3a
Merge pull request #481 from larsw/patch-1
...
Added section for SQL Server files
2012-12-19 14:37:59 -08:00
Daniel Hengeveld
016ba1ea1b
Merge pull request #482 from amalrik/change_global_osx_to_unix_line_endings
...
change the line endings of Global/OSX from dos to unix format
2012-12-19 14:37:14 -08:00
Daniel Hengeveld
4f86c33896
Merge pull request #463 from michaelminter/patch-1
...
add .project files to .gitignore
2012-12-19 14:35:58 -08:00
Daniel Hengeveld
10bf0c228b
Merge pull request #479 from mfloryan/cSharpAdditions
...
C# additions
2012-12-19 14:32:10 -08:00
Daniel Hengeveld
d275f65aa1
Merge pull request #454 from adrie-dh/patch-1
...
Concrete5: Also ignore /tmp files
2012-12-19 14:30:39 -08:00
Daniel Hengeveld
c00b49a069
Merge pull request #404 from jschmid/patch-1
...
Android: Ignore the proguard folder
2012-12-19 14:24:33 -08:00
Daniel Hengeveld
c661dd8838
Merge pull request #413 from mibe/eagle
...
Eagle
2012-12-19 14:16:46 -08:00
Daniel Hengeveld
7a016f4403
Merge pull request #423 from pingwinator/master
...
add *.hmap
2012-12-19 14:12:59 -08:00
Daniel Hengeveld
46af6d0227
Merge pull request #475 from duncandee/patch-1
...
Update Wordpress.gitignore
2012-12-19 14:06:40 -08:00
Daniel Hengeveld
56d6796353
Merge pull request #470 from pronebird/master
...
node_modules
2012-12-19 14:02:17 -08:00
Daniel Hengeveld
8e26753319
Merge pull request #461 from johnmccutchan/master
...
Add Dart language support
2012-12-19 13:58:55 -08:00
Daniel Hengeveld
a68c74feb7
Merge pull request #462 from mwitek/update-rails
...
added .rvmrc to the list of ignored extentions
2012-12-19 13:56:03 -08:00
Jens Jahnke
fa5763a70a
Merge remote-tracking branch 'upstream/master'
2012-12-19 14:02:28 +01:00
Rob Sanheim
5ebb180e6d
Merge pull request #490 from Haacked/add-mit-license
...
Adding an MIT license
2012-12-19 00:37:33 -08:00