1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02:00
Commit Graph

939 Commits

Author SHA1 Message Date
Carl Suster
fcf0a9ccab Remove individual JetBrains IDE templates in favour of IDEA template 2013-11-09 07:28:12 +11:00
Carl Suster
aa00e7f210 Add an IDEA template to cover all related IDEs 2013-11-09 07:28:12 +11:00
Adam Roben
03de45fa75 Merge pull request #829 from arcresu/patch-1
Add comment to prevent *.sublime-project being ignored.
2013-11-08 12:19:12 -08:00
Carl Suster
4d108dc73d Merge pull request #452 from BFTrick/patch-1
Adding wp-config.php Back Into Version Control
2013-11-08 12:11:35 -08:00
Patrick Rauland
1f4bf1f36d merging upstream changes 2013-11-08 13:54:35 -06:00
Carl Suster
3dadf4e9b3 Make sublime-project rule off by default 2013-11-09 06:37:52 +11:00
Carl Suster
024d6e83fc Add comment to prevent *.sublime-project being ignored.
Based on advice in the documentation at
http://www.sublimetext.com/docs/2/projects.html
2013-11-09 06:37:52 +11:00
Adam Roben
c67cfaf01c Merge pull request #830 from kerimdzhanov/fix/node-gitignore
remove `npm-debug.log` entry
2013-11-08 06:32:38 -08:00
Dan Kerimdzhanov
fa1ea3d7f2 remove npm-debug.log entry 2013-11-08 18:34:37 +06:00
Carl Suster
f8ac87bd8f Merge pull request #802 from lukemetz/master
Ignore elf and hex files in C.gitignore
2013-11-07 21:28:17 -08:00
Adam Roben
66f5b6f343 Merge pull request #705 from caiquerodrigues/patch-1
Dart.gitignore updated to reflect instructions provided by authors
2013-11-07 19:55:15 -08:00
Adam Roben
523c52fe52 Merge pull request #814 from xiaogaozi/patch-1
Python.gitignore add coverage.xml
2013-11-07 19:50:15 -08:00
Adam Roben
684a4fe44b Merge pull request #805 from Utumno/patch-1
.classpath and .project files are *meant to be versioned*
2013-11-07 19:44:43 -08:00
Carl Suster
4e85d13e96 Merge pull request #623 from seabre/patch-1
Ignore Leiningen REPL history
2013-11-07 18:54:47 -08:00
Sean Brewer
e4cc7a56ba Merge with latest master from upstream. Fix merge conflict with Leiningen.gitignore 2013-11-07 21:50:41 -05:00
Carl Suster
bd8dab3845 Merge pull request #509 from cjerdonek/master
Make Python .gitignore directory entries match only directories
2013-11-07 18:31:11 -08:00
Chris Jerdonek
c038e773de Make Python .gitignore directory entries match only directories.
This commit also alphabetizes the distribution/packaging section after
separating the directory entries from the file entries.  I left alone
a few entries that I'm not sure about (i.e. *.egg and the
"Mr Developer" section).
2013-11-07 20:13:43 -06:00
Álison Fernandes
6b70795098 Added Visual Studio .suo files
*.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned.
2013-11-08 01:59:29 +00:00
=
502cb31439 Ignore elf and hex in C.gitignore 2013-11-08 00:12:13 +00:00
Adam Roben
b65855ee93 Merge pull request #636 from msgerbush/patch-1
Reverting change to ignore build subdirectories
2013-11-07 11:42:20 -08:00
Michael Gerbush
95075cccba Merge branch 'master' into patch-1
Conflicts:
	Objective-C.gitignore
2013-11-07 13:04:32 -06:00
Adam Roben
7bbc288b52 Merge pull request #501 from karenetheridge/master
tighter and more perl entries
2013-11-07 10:39:29 -08:00
Adam Roben
f94c2a0b79 Merge pull request #505 from abrodkin/qt-additions
Qt additions
2013-11-07 10:38:25 -08:00
Adam Roben
6309a0abea Merge pull request #522 from zellux/master
Ignore Rails directories instead of their files
2013-11-07 10:34:58 -08:00
Adam Roben
d9b3471c1f Merge pull request #379 from azzlack/master
Added template for EPiServer
2013-11-07 05:56:27 -08:00
Adam Roben
f4b8c4817b Merge pull request #503 from SimonSimCity/master
Fix having TYPO3 core-files as symlinks and fixed product-name
2013-11-07 05:46:57 -08:00
Adam Roben
834dc0a183 Merge pull request #346 from bripkens/patch-1
Ignore information for lein plugin directory.
2013-11-07 05:35:43 -08:00
Adam Roben
9338b030e7 Merge pull request #352 from ghost/master
Magento 1.7 New Core Files & Folders Disregarded
2013-11-07 05:35:24 -08:00
Adam Roben
320a2c4ef4 Merge pull request #350 from r1pp3rj4ck/patch-1
added composer.phar to Symfony2 gitignore
2013-11-07 05:30:39 -08:00
Adam Roben
eb49a83cba Merge pull request #343 from jcowgill/master
Ignore generated MIDL header files
2013-11-07 05:14:59 -08:00
Carl Suster
f5a760d256 Merge pull request #634 from nikr/patch-1
LaTeX.gitignore: add .brf for files generated by hyperref
2013-11-07 02:06:11 -08:00
Niklas Rehfeld
f0036b5a40 add .brf for files generated by hyperref
.brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked.
2013-11-07 22:54:37 +13:00
Carl Suster
48c388942c Merge pull request #453 from oschrenk/patch-1
Ignore *.loa in LaTeX; auxiliary 'list of algorithms' file generated by the algorithms package
2013-11-06 19:58:09 -08:00
Carl Suster
1db3f61e98 Merge pull request #618 from rayshan/patch-1
Comment for .py[cod] files
2013-11-06 19:46:18 -08:00
Carl Suster
b0e2d94e53 Merge pull request #767 from lunks/remove-dot-project-from-rails-gitignore
Remove .project from Rails.gitignore since it is covered by Global/Eclipse.gitignore
2013-11-06 19:28:39 -08:00
Carl Suster
db625a1012 Merge pull request #643 from stationkeeping/patch-1
Fixed SASS case (It's Sass, not SASS)
2013-11-06 15:30:32 -08:00
Adam Roben
49d7fbfc8c Merge pull request #821 from healsdata/master
Create an ignore file for Vagrant's configuration and internal files.
2013-11-06 06:03:17 -08:00
Jonathan Campbell
c1af2ae829 Allow the Vagrantfile to be tracked as that's the intended purpose.
From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html

"The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work."
2013-11-05 22:41:37 -05:00
Carl Suster
8e101905d6 Merge pull request #398 from huxuan/master
Add *.thm for LaTeX; generated by ntheorem/amsthm packages
2013-11-05 19:25:50 -08:00
Carl Suster
de4f9eff4f Merge pull request #438 from ChristianBoehlke/master
Add *.lol to LaTeX.gitignore: generated by the listing package (list of listings)
2013-11-05 19:11:14 -08:00
Justin Spahr-Summers
7e4feaf658 Merge pull request #315 from torbjoernk/global_add_kdevelop
adding global gitignore for KDevelop4
2013-11-05 11:23:52 -08:00
Coby Chapple
6188909b96 Merge pull request #826 from cobyism/rework-contributing-guides
Better contributing guidelines
2013-11-05 09:06:05 -08:00
Coby Chapple
7375f82fac extract out new contributing guidelines to CONTRIBUTING.md 2013-11-05 17:05:25 +00:00
Adam Roben
798d9f15c2 Merge pull request #302 from bakkdoor/master
Fancy gitignore
2013-11-05 09:04:33 -08:00
Adam Roben
1099dea39f Merge pull request #300 from pangratz/add_texlipse
Add .texlipse for the TeXlipse Latex plugin for Eclipse
2013-11-05 09:03:04 -08:00
Adam Roben
47ebff05b6 Merge pull request #232 from tomparle/patch-1
Added 'lib' and 'modules' folders which should also be excluded...
2013-11-05 08:49:25 -08:00
Adam Roben
7ff92c890a Merge pull request #820 from harshadsabne/master
Add .gradle to Eclipse.gitignore
2013-11-05 08:39:37 -08:00
Adam Roben
5d2836f9b9 Merge pull request #825 from tamird/patch-1
Update Scala.gitignore
2013-11-05 08:37:12 -08:00
Adam Roben
908bb556d1 Merge pull request #827 from trevorsheridan/master
Cleaning up Objective-C .gitignore and adding OS X section
2013-11-05 08:36:38 -08:00
Adam Roben
b5f5b0f2ea Merge pull request #693 from nichtich/patch-1
Added .bcf extension created by BibLaTeX
2013-11-05 08:29:17 -08:00