]> source.dussan.org Git - gitignore.git/log
gitignore.git
13 years agoMerge pull request #155 from elyscape/patch-1
Chris Wanstrath [Thu, 1 Sep 2011 23:37:25 +0000 (16:37 -0700)]
Merge pull request #155 from elyscape/patch-1

Added .sln.docstates to ignore list

13 years agoMerge pull request #158 from jbolduan/master
Chris Wanstrath [Thu, 1 Sep 2011 23:36:11 +0000 (16:36 -0700)]
Merge pull request #158 from jbolduan/master

Added Support For MonoDevelop .gitignore

13 years agoMerge pull request #160 from the-kenny/master
Chris Wanstrath [Thu, 1 Sep 2011 23:35:27 +0000 (16:35 -0700)]
Merge pull request #160 from the-kenny/master

Ignore Emacs write-lock files

13 years agoMerge pull request #165 from indexzero/master
Chris Wanstrath [Thu, 1 Sep 2011 23:34:54 +0000 (16:34 -0700)]
Merge pull request #165 from indexzero/master

Update for Node.gitignore and npm 1.0

13 years agoMerge pull request #167 from audioplastic/master
Chris Wanstrath [Thu, 1 Sep 2011 23:34:48 +0000 (16:34 -0700)]
Merge pull request #167 from audioplastic/master

Added Matlab.gitignore to Globals

13 years agoMerge pull request #173 from DenisGorbachev/patch-1
Chris Wanstrath [Thu, 1 Sep 2011 23:34:41 +0000 (16:34 -0700)]
Merge pull request #173 from DenisGorbachev/patch-1

Edited Global/Eclipse.gitignore via GitHub

13 years agoMerge pull request #177 from L42y/patch-1
Chris Wanstrath [Thu, 1 Sep 2011 23:34:35 +0000 (16:34 -0700)]
Merge pull request #177 from L42y/patch-1

update Magento.gitignore to work with Magento 1.6

13 years agoMerge pull request #178 from jasoncawood/master
Chris Wanstrath [Thu, 1 Sep 2011 23:34:19 +0000 (16:34 -0700)]
Merge pull request #178 from jasoncawood/master

added SublimeText ignore

13 years agoMerge pull request #187 from bripkens/master
Chris Wanstrath [Thu, 1 Sep 2011 23:34:10 +0000 (16:34 -0700)]
Merge pull request #187 from bripkens/master

Ignore additional Netbeans configuration file

13 years agoMerge pull request #188 from headcr4sh/patch-1
Chris Wanstrath [Thu, 1 Sep 2011 23:32:18 +0000 (16:32 -0700)]
Merge pull request #188 from headcr4sh/patch-1

Add ".externalToolBuilders/" and "*.launch"

13 years agoMerge pull request #194 from ReidCarlberg/master 195/head
Chris Wanstrath [Tue, 30 Aug 2011 16:49:16 +0000 (09:49 -0700)]
Merge pull request #194 from ReidCarlberg/master

Force.com sample file

13 years agoInitial commit, Force.com gitignore file. 194/head
ReidCarlberg [Tue, 30 Aug 2011 12:41:07 +0000 (05:41 -0700)]
Initial commit, Force.com gitignore file.

13 years agoAdd ".externalToolBuilders/" and "*.launch" 188/head
Benjamin P. Jung [Thu, 11 Aug 2011 14:36:05 +0000 (17:36 +0300)]
Add ".externalToolBuilders/" and "*.launch"

*** .externalToolBuilders/
This directory stores project-specific launch configurations for external tool builders, such as ant tasks that have to be executed to fulfill the build lifecycle

*** *.launch
It is possible to store "eclipse launch configurations" in external files. These (XML-)files may be stored anywhere within your projects and will be discovered by Eclipse automagically.

13 years agoAdditional Netbeans file which can be ignored. 187/head
Ben Ripkens [Tue, 9 Aug 2011 09:56:08 +0000 (12:56 +0300)]
Additional Netbeans file which can be ignored.

13 years agoEdited Global/SublimeText.gitignore via GitHub 178/head
Jason Cawood [Wed, 13 Jul 2011 16:19:25 +0000 (09:19 -0700)]
Edited Global/SublimeText.gitignore via GitHub

13 years agoadded ignore for a SublimeText project
Jason Cawood [Tue, 12 Jul 2011 20:56:41 +0000 (13:56 -0700)]
added ignore for a SublimeText project

13 years agoupdate Magento.gitignore to work with Magento 1.6 177/head
L42y [Sat, 9 Jul 2011 01:36:52 +0000 (18:36 -0700)]
update Magento.gitignore to work with Magento 1.6

13 years agoEdited Global/Eclipse.gitignore via GitHub 173/head
DenisGorbachev [Mon, 27 Jun 2011 11:55:29 +0000 (04:55 -0700)]
Edited Global/Eclipse.gitignore via GitHub

13 years agoAdded matlab editor global gitignore to remove autosaved backups 167/head
Nick Clark [Sat, 4 Jun 2011 20:39:47 +0000 (21:39 +0100)]
Added matlab editor global gitignore to remove autosaved backups

13 years ago[minor] Update Node.gitignore for npm 1.0 165/head
indexzero [Mon, 30 May 2011 01:47:07 +0000 (21:47 -0400)]
[minor] Update Node.gitignore for npm 1.0

13 years agoIgnore emacs auto-save files (.# prefix) 160/head
Moritz Ulrich [Wed, 25 May 2011 17:49:20 +0000 (19:49 +0200)]
Ignore emacs auto-save files (.# prefix)

The behavior is documented in [1].
The prefix doesn't seem to be documented, but it is hardoced as described in [2].

[1]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking
[2]: http://tekman.livejournal.com/79598.html

13 years agoAdded support for MonoDevelop .gitignore 158/head
Jeff Bolduan [Tue, 24 May 2011 02:31:25 +0000 (21:31 -0500)]
Added support for MonoDevelop .gitignore

13 years agoAdded .sln.docstates to ignore list. As per http://goo.gl/NwdPT, they are a .suo... 155/head
Eli Young [Fri, 20 May 2011 04:34:57 +0000 (21:34 -0700)]
Added .sln.docstates to ignore list. As per http://goo.gl/NwdPT, they are a .suo supplement.

13 years agoMerged pull request #142 from weppos/ruby.
Chris Wanstrath [Fri, 29 Apr 2011 09:06:52 +0000 (02:06 -0700)]
Merged pull request #142 from weppos/ruby.

Ruby.gitignore

13 years agoMerged pull request #144 from oschrenk/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:04:41 +0000 (02:04 -0700)]
Merged pull request #144 from oschrenk/master.

PlayFramework: Ignoring `precompiled` directory

13 years agoMerged pull request #145 from bripkens/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:04:30 +0000 (02:04 -0700)]
Merged pull request #145 from bripkens/master.

Ignore Netbeans run configuration file

13 years agoMerged pull request #132 from shawnl/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:04:08 +0000 (02:04 -0700)]
Merged pull request #132 from shawnl/master.

Global/Archives.gitignore

13 years agoMerged pull request #135 from mibe/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:03:02 +0000 (02:03 -0700)]
Merged pull request #135 from mibe/master.

More VisualStudio rules

13 years agoMerged pull request #136 from russoz/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:02:40 +0000 (02:02 -0700)]
Merged pull request #136 from russoz/master.

added .build to Perl.gitignore

13 years agoMerged pull request #137 from fmarczin/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:02:23 +0000 (02:02 -0700)]
Merged pull request #137 from fmarczin/master.

Remove two vi/vim-related duplications

13 years agoMerged pull request #139 from mcavallo/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:01:50 +0000 (02:01 -0700)]
Merged pull request #139 from mcavallo/master.

Wordpress.gitignore

13 years agoMerged pull request #140 from prouty/master.
Chris Wanstrath [Fri, 29 Apr 2011 09:01:30 +0000 (02:01 -0700)]
Merged pull request #140 from prouty/master.

Added .pyc to Django.gitignore

13 years agoMerged pull request #141 from sdouche/master.
Chris Wanstrath [Fri, 29 Apr 2011 08:58:50 +0000 (01:58 -0700)]
Merged pull request #141 from sdouche/master.

Update Python ignore

13 years agoMerged pull request #146 from callingshotgun/patch-1.
Chris Wanstrath [Fri, 29 Apr 2011 08:57:12 +0000 (01:57 -0700)]
Merged pull request #146 from callingshotgun/patch-1.

Added local properties, updated how generated files are detected, added O

13 years agoUpdated Generated Files location (*R was kind of dangerous), added local.properties 146/head
Alexander Lucas [Wed, 27 Apr 2011 20:12:44 +0000 (13:12 -0700)]
Updated Generated Files location (*R was kind of dangerous), added local.properties

13 years agoAdded local properties, updated how generated files are detected, added OS Cruft...
Alexander Lucas [Tue, 26 Apr 2011 21:46:58 +0000 (14:46 -0700)]
Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac)

13 years agoAdded nbactions.xml to the netbeans ignore file 145/head
Ben Ripkens [Fri, 15 Apr 2011 07:00:33 +0000 (09:00 +0200)]
Added nbactions.xml to the netbeans ignore file

13 years agoIgnoring precompiled directory 144/head
Oliver Schrenk [Fri, 8 Apr 2011 23:02:36 +0000 (01:02 +0200)]
Ignoring precompiled directory

13 years agoKeep entries sorted to make it easier to lookup for a specific item or spot duplicates. 142/head
Simone Carletti [Fri, 8 Apr 2011 08:54:24 +0000 (10:54 +0200)]
Keep entries sorted to make it easier to lookup for a specific item or spot duplicates.

13 years agoRemove duplicate 'pkg' entry in Ruby.gitignore.
Simone Carletti [Fri, 8 Apr 2011 08:53:37 +0000 (10:53 +0200)]
Remove duplicate 'pkg' entry in Ruby.gitignore.

13 years agoMerge remote-tracking branch 'tzicatl/master' 141/head
Sébastien Douche [Tue, 5 Apr 2011 12:15:24 +0000 (14:15 +0200)]
Merge remote-tracking branch 'tzicatl/master'

13 years agoMerge remote-tracking branch 'github/master'
Sébastien Douche [Tue, 5 Apr 2011 12:15:05 +0000 (14:15 +0200)]
Merge remote-tracking branch 'github/master'

13 years agoUpdate Python.gitignore with some commonly used patterns for buildout-based projects
tzicatl [Tue, 5 Apr 2011 03:14:13 +0000 (22:14 -0500)]
Update Python.gitignore with some commonly used patterns for buildout-based projects

13 years agoUpdate Python.gitignore with some commonly used patterns for buildout-based projects
tzicatl [Tue, 5 Apr 2011 03:14:03 +0000 (22:14 -0500)]
Update Python.gitignore with some commonly used patterns for buildout-based projects

13 years agoAdded .pyc to Django.gitignore 140/head
Nate Prouty [Sat, 2 Apr 2011 02:44:05 +0000 (22:44 -0400)]
Added .pyc to Django.gitignore

13 years agoAdded system files to Wordpress.gitignore 139/head
Mariano Cavallo [Tue, 29 Mar 2011 16:40:46 +0000 (13:40 -0300)]
Added system files to Wordpress.gitignore

13 years agoremove file, more general pattern is in vim.gitignore 137/head
Felix Marczinowski [Fri, 25 Mar 2011 10:44:18 +0000 (11:44 +0100)]
remove file, more general pattern is in vim.gitignore

13 years agoremove vi/vim-specific pattern already covered by vim.gitignore
Felix Marczinowski [Fri, 25 Mar 2011 10:44:06 +0000 (11:44 +0100)]
remove vi/vim-specific pattern already covered by vim.gitignore

13 years agoadded .build - used by Dist::Zilla 136/head
Alexei Znamensky [Sun, 13 Mar 2011 01:44:09 +0000 (22:44 -0300)]
added .build - used by Dist::Zilla

Signed-off-by: Alexei Znamensky <russoz@cpan.org>
13 years agoRemoved CSharp independent ignores, which are already in the globals VisualStudio... 135/head
Michael Bemmerl [Tue, 8 Mar 2011 21:20:55 +0000 (22:20 +0100)]
Removed CSharp independent ignores, which are already in the globals VisualStudio.gitignore & Windows.gitignore.

13 years agoIgnore backup & log files from converting projects to a new Visual Studio version.
Michael Bemmerl [Mon, 7 Mar 2011 22:50:23 +0000 (23:50 +0100)]
Ignore backup & log files from converting projects to a new Visual Studio version.

13 years ago[Global/Archives.gitignore] package management formats 132/head
shawnl [Sat, 26 Feb 2011 17:08:04 +0000 (09:08 -0800)]
[Global/Archives.gitignore] package management formats

13 years ago*.gz makes *.tar.gz redundant
shawnl [Sat, 26 Feb 2011 17:03:44 +0000 (09:03 -0800)]
*.gz makes *.tar.gz redundant
added archive extentions (lzma xz)

13 years agoAdd logs and server.pid 133/head
Chris Wanstrath [Tue, 22 Feb 2011 02:09:21 +0000 (18:09 -0800)]
Add logs and server.pid

Conflicts:

PlayFramework.gitignore

13 years agoAdd gitignore for qooxdoo apps
Jeremiah Dodds [Wed, 8 Dec 2010 14:58:05 +0000 (09:58 -0500)]
Add gitignore for qooxdoo apps

13 years agoAdding Yii ignores
Rustam Zagirov [Sun, 12 Dec 2010 20:57:31 +0000 (23:57 +0300)]
Adding Yii ignores

13 years agoIgnore vim session file.
iven [Sat, 18 Dec 2010 05:57:21 +0000 (13:57 +0800)]
Ignore vim session file.

13 years agoAdded more rules to work as non core drupal developer
David Moises Paz Reyes [Wed, 5 Jan 2011 15:45:40 +0000 (10:45 -0500)]
Added more rules to work as non core drupal developer

Only track folder: "sites" exluding the rules stated before.
This allow to track only custom modules/themes and/or 3th party
modules/themes.

13 years agoMerge branch 'master' of https://github.com/meisam/gitignore into meisam-master
Chris Wanstrath [Tue, 22 Feb 2011 02:06:00 +0000 (18:06 -0800)]
Merge branch 'master' of https://github.com/meisam/gitignore into meisam-master

13 years agoIgnore Linux hidden files (.*) except .gitignore files.
Nooby [Sat, 5 Feb 2011 23:27:05 +0000 (15:27 -0800)]
Ignore Linux hidden files (.*) except .gitignore files.

13 years agoadded pickle generated files
Marcin Ciunelis [Wed, 24 Nov 2010 18:34:00 +0000 (19:34 +0100)]
added pickle generated files

13 years agoIn Global/OSX.gitignore .DS_Store? didn't match .DS_Store (a question mark (?) matche...
Raphael Schaad [Tue, 7 Dec 2010 11:18:54 +0000 (12:18 +0100)]
In Global/OSX.gitignore .DS_Store? didn't match .DS_Store (a question mark (?) matches a single character).

13 years agoAdd Tasm.gitignore
Ahmed Kotb [Sat, 4 Dec 2010 17:13:40 +0000 (19:13 +0200)]
Add Tasm.gitignore

13 years agoadd cfwheels gitignore
Tony Petruzzi [Fri, 26 Nov 2010 09:38:51 +0000 (04:38 -0500)]
add cfwheels gitignore

13 years agoMerge branch 'master' of https://github.com/nberardi/gitignore into nberardi-master
Chris Wanstrath [Tue, 22 Feb 2011 02:02:09 +0000 (18:02 -0800)]
Merge branch 'master' of https://github.com/nberardi/gitignore into nberardi-master

13 years agoMerge branch 'master' of https://github.com/sepehr/gitignore into sepehr-master
Chris Wanstrath [Tue, 22 Feb 2011 02:00:51 +0000 (18:00 -0800)]
Merge branch 'master' of https://github.com/sepehr/gitignore into sepehr-master

13 years agoMerge branch 'master' of https://github.com/joachifm/gitignore into joachifm-master
Chris Wanstrath [Tue, 22 Feb 2011 02:00:32 +0000 (18:00 -0800)]
Merge branch 'master' of https://github.com/joachifm/gitignore into joachifm-master

13 years agoMerge branch 'master' of https://github.com/d2s/gitignore into d2s-master
Chris Wanstrath [Tue, 22 Feb 2011 02:00:14 +0000 (18:00 -0800)]
Merge branch 'master' of https://github.com/d2s/gitignore into d2s-master

13 years agoMerge branch 'master' of https://github.com/wdang/gitignore into wdang-master
Chris Wanstrath [Tue, 22 Feb 2011 01:59:52 +0000 (17:59 -0800)]
Merge branch 'master' of https://github.com/wdang/gitignore into wdang-master

13 years agoAdded since RIA/Silverlight projects use this for generated code that doesn't get...
Keith Elder [Sat, 29 Jan 2011 14:11:11 +0000 (09:11 -0500)]
Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control.

13 years agoAdd ignore file for lilypond.
Jay Anderson [Mon, 7 Feb 2011 01:58:22 +0000 (18:58 -0700)]
Add ignore file for lilypond.

13 years agoAdd LemonStand gitignore.
Eric Muyser [Fri, 11 Feb 2011 02:14:20 +0000 (18:14 -0800)]
Add LemonStand gitignore.

13 years agoc# projects: ignore user specific files, testresults and windows picture index files
Alexis Reigel [Fri, 11 Feb 2011 12:00:16 +0000 (13:00 +0100)]
c# projects: ignore user specific files, testresults and windows picture index files

13 years agoJboss gitignore file
lucapette [Mon, 14 Feb 2011 16:42:45 +0000 (17:42 +0100)]
Jboss gitignore file

13 years agoAdd ignore for Base classes from Doctrine and Propel ORM.
Damien Alexandre [Wed, 16 Feb 2011 11:04:48 +0000 (03:04 -0800)]
Add ignore for Base classes from Doctrine and Propel ORM.

13 years ago.gitignore for gcov files 102/head
Meisam Fathi [Wed, 19 Jan 2011 07:12:58 +0000 (15:12 +0800)]
.gitignore for gcov files

13 years agoAdded since RIA/Silverlight projects use this for generated code that doesn't get...
Keith Elder [Sat, 29 Jan 2011 14:11:11 +0000 (22:11 +0800)]
Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control.

13 years agoIgnoring db, logs, server.pid
Oliver Schrenk [Fri, 14 Jan 2011 18:37:16 +0000 (02:37 +0800)]
Ignoring db, logs, server.pid

13 years agoIgnore all the .svn folders.
Tyler Breisacher [Thu, 20 Jan 2011 07:33:59 +0000 (15:33 +0800)]
Ignore all the .svn folders.

13 years agoadded Mercurial.gitignore
Nick Berardi [Wed, 24 Nov 2010 21:38:25 +0000 (05:38 +0800)]
added Mercurial.gitignore

13 years agoSymfony2 gitignore
Jeremy Mikola [Mon, 13 Dec 2010 16:49:29 +0000 (00:49 +0800)]
Symfony2 gitignore

Ignore application logs/cache, uploads and published bundle assets.

13 years agoAdded LaTeX temp files for List of Tables (*.lot files). 121/head
Meisam Fathi [Wed, 19 Jan 2011 07:50:21 +0000 (11:20 +0330)]
Added LaTeX temp files for List of Tables (*.lot files).

13 years agoMerge remote branch 'mrtazz/update_latex_ignores'
Meisam Fathi [Wed, 19 Jan 2011 07:46:25 +0000 (11:16 +0330)]
Merge remote branch 'mrtazz/update_latex_ignores'

13 years ago.gitignore for gcov files
Meisam Fathi [Wed, 19 Jan 2011 07:12:58 +0000 (10:42 +0330)]
.gitignore for gcov files

13 years agoignore lof intermediate output 119/head
Daniel Schauenberg [Sun, 9 Jan 2011 17:31:56 +0000 (18:31 +0100)]
ignore lof intermediate output

13 years agoignore nlo intermediate output
Daniel Schauenberg [Sun, 9 Jan 2011 17:30:59 +0000 (18:30 +0100)]
ignore nlo intermediate output

13 years agoignore dvi intermediate output
Daniel Schauenberg [Sun, 9 Jan 2011 17:30:05 +0000 (18:30 +0100)]
ignore dvi intermediate output

13 years agoadded Mercurial.gitignore 109/head
Nick Berardi [Wed, 24 Nov 2010 21:38:25 +0000 (16:38 -0500)]
added Mercurial.gitignore

13 years agoAdded ZendFramework.gitignore. 104/head
Sepehr Lajevardi [Tue, 23 Nov 2010 15:37:09 +0000 (19:07 +0330)]
Added ZendFramework.gitignore.

13 years agoRemoved duplicate settings.php.
Sepehr Lajevardi [Tue, 23 Nov 2010 15:34:22 +0000 (19:04 +0330)]
Removed duplicate settings.php.

13 years agoMerge https://github.com/github/gitignore 95/head
William Dang [Tue, 23 Nov 2010 14:42:06 +0000 (07:42 -0700)]
Merge https://github.com/github/gitignore

Conflicts:
Global/VisualStudio.gitignore

13 years agoHaskell.gitignore: ignore files produced by c2hs 103/head
Joachim Fasting [Tue, 23 Nov 2010 09:15:05 +0000 (10:15 +0100)]
Haskell.gitignore: ignore files produced by c2hs

13 years agoRemoved empty line from Autotools.gitignore
Daniel Schildt [Tue, 23 Nov 2010 06:40:50 +0000 (08:40 +0200)]
Removed empty line from Autotools.gitignore

13 years agoMerge remote branch 'upstream/master'
Daniel Schildt [Tue, 23 Nov 2010 06:33:17 +0000 (08:33 +0200)]
Merge remote branch 'upstream/master'

* upstream/master:
  added Waf.gitignore
  Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment
  Ignore files generated by Etags and Ctags
  Performance Sessions & Reports.
  Visual C++ additions.
  Added ignore patterns for projects generated using seam-gen
  add Coq gitignore
  dont track compiled elisp
  Added a VB.Net gitignore
  Added to Drupal.gitignore
  add "*.tmproject" to ignore list
  Added patterns for LaTeX Beamer
  Add in rules for WP Super Cache, Google XML Sitemaps, and WP-DBManager plugins.
  Add OCaml gitignore
  Add CVS gitignore for anyone who has to code-share with projects using CVS. Save the dinosaurs.
  Add SVN gitignore for anyone who has to code-share with projects using Subversion
  Fix typo in CodeIgniter gitignore
  Added Drupal gitignore.

13 years agoadded Waf.gitignore
Tom Zellman [Sat, 20 Nov 2010 11:50:11 +0000 (06:50 -0500)]
added Waf.gitignore

13 years agoDon't ignore empty files meant to preserve the file structure of an application withi...
Jose Diaz-Gonzalez [Sat, 20 Nov 2010 19:08:56 +0000 (11:08 -0800)]
Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment

13 years agoIgnore files generated by Etags and Ctags
Rolando Pereira [Sun, 21 Nov 2010 13:46:53 +0000 (13:46 +0000)]
Ignore files generated by Etags and Ctags

13 years agoPerformance Sessions & Reports.
Bradley Grainger [Mon, 22 Nov 2010 21:52:25 +0000 (13:52 -0800)]
Performance Sessions & Reports.

13 years agoVisual C++ additions.
Bradley Grainger [Mon, 22 Nov 2010 21:41:39 +0000 (13:41 -0800)]
Visual C++ additions.

Grouped all VC++ files together. Added new file extensions and folders used by Visual C++ 2010.

13 years agoAdded ignore patterns for projects generated using seam-gen
Hosam Aly [Mon, 15 Nov 2010 09:33:10 +0000 (17:33 +0800)]
Added ignore patterns for projects generated using seam-gen