1
0
mirror of https://github.com/github/gitignore synced 2024-07-01 08:42:48 +02:00
Commit Graph

615 Commits

Author SHA1 Message Date
Adam Roben
43f3bb3952 Merge pull request #751 from nysa/master
Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
2013-11-04 05:38:40 -08:00
Adam Roben
50ee7b7156 Merge pull request #810 from mildis/master
add Windows Installer files
2013-11-04 05:33:24 -08:00
Adam Roben
ca5c02406c Merge pull request #703 from modocache/master
Ignore source control plist files generated by Xcode.
2013-11-04 05:28:59 -08:00
Adam Roben
12b76696da Merge pull request #699 from Bengt/includism
Includism: Remove `.*`
2013-11-04 05:26:16 -08:00
Adam Roben
60575531d2 Merge pull request #613 from bdukes/patch-3
Ignore user-specific ReSharper settings
2013-11-04 05:21:57 -08:00
Adam Roben
0e5ad28f71 Merge pull request #405 from malleor/master
Added Windows objects, libraries and executables to C++.gitignore
2013-11-04 05:17:28 -08:00
Adam Roben
8b68687361 Merge pull request #370 from bdsatish/master
gtags (GNU global) and cscope ignore files.
2013-11-04 05:16:16 -08:00
Adam Roben
bb60b96742 Merge pull request #377 from IconoclastLabs/master
Add RubyMotion gitignore to Github's defaults
2013-11-04 05:12:52 -08:00
Adam Roben
7c5547dc20 Merge pull request #378 from agassi/patch-1
Add out folder to gitignore
2013-11-04 05:10:11 -08:00
Markus Olsson
b12c6cd59c Merge pull request #674 from sayedihashimi/master
Update to remove .pubxml
2013-11-04 04:14:50 -08:00
Markus Olsson
a7148bf53b Merge pull request #567 from kshapkin/master
VisualStudio: Add Business Intelligence projects
2013-11-04 01:34:20 -08:00
Markus Olsson
f63a5cd6c8 Merge pull request #709 from jonathanwindle/visualstudio-schemaview
Add schemaview extension to VisualStudio.gitignore
2013-11-04 01:25:30 -08:00
Markus Olsson
5c15f3f3c6 Merge pull request #811 from eddiegroves/patch-1
Add WCF tracing file, replace duplicate .log entry
2013-11-04 01:22:27 -08:00
eddiegroves
eb708a6a04 Add WCF tracing file, replace duplicate .log entry
WCF tracing files (.svclog) are used by the Service Trace Viewer Tool.
2013-10-21 12:40:53 +11:00
mildis
59c668120f add Windows Installer files 2013-10-16 18:45:13 +02:00
mildis
d15f0b17fc add Windows Installer files 2013-10-16 18:39:24 +02:00
Ivan Žužak
ecf9bac896 Merge pull request #801 from github/fix-trailing-newlines
Ensure single trailing newline
2013-10-08 00:08:12 -07:00
Ivan Zuzak
f0dde55c6b ensure single trailing newline 2013-10-06 14:40:01 +02:00
Danny Greg
060aed8a93 Merge pull request #774 from bdewater/patch-1
add .xccheckout to Objective-C gitignore
2013-09-18 15:08:43 -07:00
Bart
56dbce3df3 add .xccheckout to Objective-C gitignore
This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078
2013-09-17 12:42:12 +02:00
Nysa
c98c138ee1 Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z] 2013-08-27 21:04:19 -05:00
Nysa
0030e9df60 Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
.*.s[a-w][a-z] matches named swap files.
.s[a-w][a-z] matches unnamed swap files.
2013-08-27 20:51:55 -05:00
Charlie Somerville
6c75292e1e Merge pull request #735 from aldo-roman/patch-1
added secret_token.rb
2013-08-26 03:41:59 -07:00
Charlie Somerville
77cf354916 Merge pull request #714 from mattjeffery/ignore_kernel_objects
Ignore kernel object files
2013-08-26 00:12:36 -07:00
Aldo Román Nureña
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
Matt Jeffery
d292bd8207 ignore kernel object files 2013-07-19 18:05:04 +01:00
Jonathan Windle
be2ecada63
Add schemaview extension to VisualStudio.gitignore
Files ending in .dbproj.schemaview contain state persistence settings
for the Schema View utility within Visual Studio.

http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem
http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/
2013-07-16 16:20:30 -07:00
modocache
846f1ecbb2 Ignore source control plist files generated by Xcode. 2013-07-10 15:05:43 -04:00
Bengt Lüers
a6c76a5308 There is no need to unignore .gitignore.
Because files and directories starting with a `.` are not ignored in general.
2013-07-05 01:06:35 +02:00
Bengt Lüers
ad1289f0d9 Files and directories starting with a . should not be ignored in general. 2013-07-05 01:06:35 +02:00
Justin Spahr-Summers
b2c694d792 Merge pull request #576 from nysa/master
Ignore Vim untitled and unsaved buffer swapfiles
2013-07-03 08:45:13 -07:00
Justin Spahr-Summers
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
Justin Spahr-Summers
444416f067 Remove Podfile.lock from Objective-C ignores
Per discussion in #148.
2013-07-03 08:28:28 -07:00
Justin Spahr-Summers
77e8071b0f Merge remote-tracking branch 'matzew/master' (pull request #418) 2013-07-02 13:09:57 -07:00
Matthias Wessendorf
0acbcf4bfd Adding CocoaPods to gitignore 2013-07-02 21:25:38 +02:00
Paul Betts
88951d5cc9 Merge pull request #694 from anurse/patch-1
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 17:09:29 -07:00
Andrew Nurse
f2ab73150a Unignore "packages/*/build" in VisualStudio.gitignore. 2013-06-28 16:44:00 -07:00
Sayed Ibrahim Hashimi
178d2632d8 .pubxml file should not be excluded by default 2013-06-07 10:32:41 -07:00
Ted Nyman
098aee26a1 Update LICENSE 2013-05-25 23:56:08 -06:00
Brian Dukes
2ee0c56f17 Ignore user-specific ReSharper settings 2013-04-10 21:24:28 -05:00
Nysa
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
CONSULT-ALTIUS\k_s
9c1c48d04b VisualStudio: Add Business Intelligence projects 2013-02-26 23:23:49 +00:00
Phil Haack
0aeefb48c0 Merge pull request #523 from shanselman/patch-1
Updated to exclude *.publishsettings
2013-01-24 12:40:18 -08:00
Scott Hanselman
a6dd83c18d Updated to exclude *.publishsettings
Updated to exclude *.publishsettings
2013-01-24 12:24:17 -08:00
Alan Rogers
81b7b3c64a Merge pull request #507 from 0xAX/master
Erlang.gitignore erlang.crash.dump added
2013-01-22 13:42:45 -08:00
Justin Spahr-Summers
eaa2ad526f Merge pull request #474 from zhaojunmeng/master
Add *~ to ignore vim temp file.
2013-01-22 13:39:30 -08:00
Justin Spahr-Summers
5f8b94622e Merge pull request #508 from alloy/master
[Objective-C] No longer ignore `xcworkspace` documents.
2013-01-22 13:37:59 -08:00
Phil Haack
bdafdbdc38 Merge pull request #519 from Haacked/visualstudio-teamcity
VisualStudio: Add TeamCity exclusion
2013-01-22 13:25:08 -08:00
Snakiej
cb8a50ae28 VisualStudio: Add TeamCity exclusion
Exclude folders created by the TeamCity VS plugin.
2013-01-22 13:23:47 -08:00
Matt Burke
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