]> source.dussan.org Git - gitignore.git/log
gitignore.git
13 years agoRemoving redundant Visual Studio files; see Global/VisualStudio
Peat Bakke [Tue, 9 Nov 2010 23:24:47 +0000 (07:24 +0800)]
Removing redundant Visual Studio files; see Global/VisualStudio

13 years agoAdded Concrete5 CMS .gitignore file
Ollie Rattue [Tue, 9 Nov 2010 22:56:37 +0000 (06:56 +0800)]
Added Concrete5 CMS .gitignore file

13 years agoImproved CodeIgniter .gitignore to support an system directory in a different locatio...
Ollie Rattue [Tue, 9 Nov 2010 22:53:35 +0000 (06:53 +0800)]
Improved CodeIgniter .gitignore to support an system directory in a different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate

13 years agoMerge branch 'master' of https://github.com/jezdez/gitignore
Chris Wanstrath [Wed, 10 Nov 2010 08:39:08 +0000 (00:39 -0800)]
Merge branch 'master' of https://github.com/jezdez/gitignore

13 years agoAdded archive extensions to Global 66/head 71/head
fhemberger [Wed, 10 Nov 2010 08:09:10 +0000 (09:09 +0100)]
Added archive extensions to Global

13 years agoAdded OSX icons, moved bin/** from Java to Eclipse, added *.class to Java
fhemberger [Wed, 10 Nov 2010 08:06:12 +0000 (09:06 +0100)]
Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java

13 years agoUpdating Django gitignore for various reasons 70/head
Jannis Leidel [Wed, 10 Nov 2010 02:02:32 +0000 (03:02 +0100)]
Updating Django gitignore for various reasons

Removing:
- static/uploaded/**/* since there is no default
  for upload paths (configurable)
- *.mo because it's a best practice to keep them
  close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file

Adding:
- local_settings.py because it's a best practice
  for Django projects (next to settings.py)

13 years agoAdded Java gitignore
fhemberger [Tue, 9 Nov 2010 22:26:18 +0000 (23:26 +0100)]
Added Java gitignore

13 years agoAdded thumbnails
fhemberger [Tue, 9 Nov 2010 22:23:58 +0000 (23:23 +0100)]
Added thumbnails

13 years agoAdd ignore for hidden files in linux
Omar Vargas [Tue, 9 Nov 2010 13:53:41 +0000 (07:53 -0600)]
Add ignore for hidden files in linux

13 years agoAdd Rhodes mobile application framework gitignore
Jan Michael Alonzo [Tue, 9 Nov 2010 09:27:35 +0000 (17:27 +0800)]
Add Rhodes mobile application framework gitignore

13 years agoAdded common .gitignore for the Grails framework
Dmitriy Kopylenko [Tue, 9 Nov 2010 13:46:25 +0000 (21:46 +0800)]
Added common .gitignore for the Grails framework

13 years agoAdded Go.gitignore
Clement Skau [Tue, 9 Nov 2010 09:47:28 +0000 (17:47 +0800)]
Added Go.gitignore

13 years agoAdded CodeIgniter ignores
Ollie Rattue [Tue, 9 Nov 2010 14:15:33 +0000 (22:15 +0800)]
Added CodeIgniter ignores

13 years agoFix readme about config setting
duritong [Tue, 9 Nov 2010 13:58:39 +0000 (21:58 +0800)]
Fix readme about config setting

According to current man pages of git-config there is no = to set
the config value.

13 years agoIgnore .loadpath file in Eclipse
duritong [Tue, 9 Nov 2010 13:56:37 +0000 (21:56 +0800)]
Ignore .loadpath file in Eclipse

This is common amongst ruby projects in eclipse.

13 years agoCatch more vim swapfiles(*.sw[a-p])
rtaycher [Tue, 9 Nov 2010 16:05:16 +0000 (00:05 +0800)]
Catch more vim swapfiles(*.sw[a-p])

13 years agoAdded KDE section with dolphin file manager directory specific setting
rtaycher [Tue, 9 Nov 2010 15:35:07 +0000 (23:35 +0800)]
Added KDE section with dolphin file manager directory specific setting

13 years agoAdd gitignore for Perl projects
Alex Kapranoff [Tue, 9 Nov 2010 08:54:27 +0000 (16:54 +0800)]
Add gitignore for Perl projects

13 years agoRemoving .DS_Store; specific to OS X, and redundant with Global/OSX
Peat Bakke [Tue, 9 Nov 2010 17:57:37 +0000 (01:57 +0800)]
Removing .DS_Store; specific to OS X, and redundant with Global/OSX

13 years agoRemoving .DS_Store; specific to OS X, and redundant with Global/OSX
Peat Bakke [Tue, 9 Nov 2010 17:57:20 +0000 (01:57 +0800)]
Removing .DS_Store; specific to OS X, and redundant with Global/OSX

13 years agoRemoving .DS_Store; specific to OS X, and redundant with Global/OSX
Peat Bakke [Tue, 9 Nov 2010 17:57:09 +0000 (01:57 +0800)]
Removing .DS_Store; specific to OS X, and redundant with Global/OSX

13 years agoAdded Maven gitignore
Martin Desrosiers [Tue, 9 Nov 2010 07:59:24 +0000 (15:59 +0800)]
Added Maven gitignore

13 years agoAdding Emacs backup, and Vi swap ignores to Global/
Chris Wanstrath [Tue, 9 Nov 2010 08:06:51 +0000 (00:06 -0800)]
Adding Emacs backup, and Vi swap ignores to Global/

13 years agoIgnore .orig files for Rails
David Padilla [Mon, 8 Nov 2010 23:12:21 +0000 (15:12 -0800)]
Ignore .orig files for Rails

13 years agoUnless full paths are used .gitignore, all matching files and folders will be ignored...
Tom Ward [Tue, 9 Nov 2010 07:25:48 +0000 (07:25 +0000)]
Unless full paths are used .gitignore, all matching files and folders will be ignored, however deep they are in the repo.

For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb.  It's a mistake I've made a couple of times but never seemed to have learned from.

13 years agoNew gitignore for Eclipse workspaces.
Adrian Petrescu [Tue, 9 Nov 2010 02:20:33 +0000 (18:20 -0800)]
New gitignore for Eclipse workspaces.

13 years agoAdded Eclipse and Windows gitignore files
gamussa [Tue, 9 Nov 2010 05:17:57 +0000 (00:17 -0500)]
Added Eclipse and Windows gitignore files

13 years agoAdding documentation on global ignores
Peat Bakke [Tue, 9 Nov 2010 00:11:36 +0000 (16:11 -0800)]
Adding documentation on global ignores

13 years agoignore vim swap files
Jay Adkisson [Tue, 9 Nov 2010 05:08:40 +0000 (13:08 +0800)]
ignore vim swap files

13 years agoadded NetBeans ignore
Lloyd Pick [Tue, 9 Nov 2010 02:25:43 +0000 (10:25 +0800)]
added NetBeans ignore

13 years agoAdding Lithium ignores.
Joël Perras [Mon, 8 Nov 2010 23:14:05 +0000 (07:14 +0800)]
Adding Lithium ignores.

13 years agoAdded a .gitignore for files auto-generated by the CMake build-system.
Postmodern [Tue, 9 Nov 2010 01:16:33 +0000 (09:16 +0800)]
Added a .gitignore for files auto-generated by the CMake build-system.

13 years agoAdded Flex Builder gitignore
Ben Johnson [Mon, 8 Nov 2010 23:18:00 +0000 (07:18 +0800)]
Added Flex Builder gitignore

13 years agoadding Node.js ignores
amrnt [Mon, 8 Nov 2010 23:18:45 +0000 (07:18 +0800)]
adding Node.js ignores

13 years agoMasking Redcar project files.
Pieter van de Bruggen [Tue, 9 Nov 2010 01:07:29 +0000 (09:07 +0800)]
Masking Redcar project files.

13 years agoMasking YARD build artifacts.
Pieter van de Bruggen [Tue, 9 Nov 2010 00:22:01 +0000 (08:22 +0800)]
Masking YARD build artifacts.

(https://github.com/lsegal/yard)

13 years agoto ignore autotools generated files
Mike Park [Tue, 9 Nov 2010 02:25:56 +0000 (10:25 +0800)]
to ignore autotools generated files

13 years agoadded an ignore for eclipse (pydev) and general linux
lfborjas [Mon, 8 Nov 2010 23:19:25 +0000 (07:19 +0800)]
added an ignore for eclipse (pydev) and general linux

13 years agoAdd for TurboGears2 (based off of Python template)
BJ Dierkes [Tue, 9 Nov 2010 07:17:00 +0000 (15:17 +0800)]
Add for TurboGears2 (based off of Python template)

13 years agoack & vim swap files
Jeffry Degrande [Mon, 8 Nov 2010 23:27:56 +0000 (07:27 +0800)]
ack & vim swap files

13 years agorspec config file and capybara generated files
Jeffry Degrande [Mon, 8 Nov 2010 23:20:34 +0000 (07:20 +0800)]
rspec config file and capybara generated files

13 years agosass generated files
Jeffry Degrande [Mon, 8 Nov 2010 23:19:21 +0000 (07:19 +0800)]
sass generated files

13 years agoignore propel properties
dorkitude [Tue, 9 Nov 2010 02:06:03 +0000 (10:06 +0800)]
ignore propel properties

13 years ago(La)TeX, BibTeX, latexmk, etc
Damien Pollet [Tue, 9 Nov 2010 02:53:52 +0000 (10:53 +0800)]
(La)TeX, BibTeX, latexmk, etc

13 years agoadded CakePHP gitignore
iromli [Tue, 9 Nov 2010 00:43:17 +0000 (08:43 +0800)]
added CakePHP gitignore

13 years agoUpdate to the Actionscript ignore file to put the .settings reference as a directory
Chase Brammer [Tue, 9 Nov 2010 00:56:32 +0000 (08:56 +0800)]
Update to the Actionscript ignore file to put the .settings reference as a directory

13 years agoAdding recommended Actionscript ignores
Chase Brammer [Tue, 9 Nov 2010 00:36:46 +0000 (08:36 +0800)]
Adding recommended Actionscript ignores

13 years agoignore emacs buffers and desktop
Jonathan Vingiano [Tue, 9 Nov 2010 01:59:27 +0000 (09:59 +0800)]
ignore emacs buffers and desktop

13 years agoRemoved TextMate-specific lines from Ruby.gitignore
Ron DeVera [Tue, 9 Nov 2010 02:02:57 +0000 (10:02 +0800)]
Removed TextMate-specific lines from Ruby.gitignore

Should be in Global/TextMate.gitignore

13 years agoAdded Global/TextMate.gitignore
Ron DeVera [Tue, 9 Nov 2010 02:00:06 +0000 (10:00 +0800)]
Added Global/TextMate.gitignore

13 years agoRemove .rmvrc from Rails.gitignore. Feel free to add manually.
Chris Wanstrath [Mon, 8 Nov 2010 23:08:54 +0000 (15:08 -0800)]
Remove .rmvrc from Rails.gitignore. Feel free to add manually.

13 years agoadding Gems ignores
amrnt [Mon, 8 Nov 2010 21:58:39 +0000 (23:58 +0200)]
adding Gems ignores

13 years agoI think you also want to ignore vendor/bundle...
Joey Geiger [Mon, 8 Nov 2010 21:08:08 +0000 (13:08 -0800)]
I think you also want to ignore vendor/bundle...

13 years agoAdding IntelliJ ignores
oxlade39 [Mon, 8 Nov 2010 21:24:58 +0000 (21:24 +0000)]
Adding IntelliJ ignores

13 years agoAdding recommended SBT ignores
oxlade39 [Mon, 8 Nov 2010 21:19:15 +0000 (21:19 +0000)]
Adding recommended SBT ignores

13 years agoOSX git ignore for the .DS_Store </rap>
Dan Williams [Mon, 8 Nov 2010 20:46:05 +0000 (16:46 -0400)]
OSX git ignore for the .DS_Store </rap>

13 years agoVisual Studio ignores
Adam Vandenberg [Mon, 8 Nov 2010 20:51:44 +0000 (12:51 -0800)]
Visual Studio ignores

13 years agoREADMEs and globals and you
Chris Wanstrath [Mon, 8 Nov 2010 23:00:06 +0000 (15:00 -0800)]
READMEs and globals and you

13 years agoglobal readme
Chris Wanstrath [Mon, 8 Nov 2010 22:58:16 +0000 (14:58 -0800)]
global readme

13 years agoGlobal/ directory
Chris Wanstrath [Mon, 8 Nov 2010 22:57:17 +0000 (14:57 -0800)]
Global/ directory

13 years agoone file per commit
Chris Wanstrath [Mon, 8 Nov 2010 22:56:21 +0000 (14:56 -0800)]
one file per commit

13 years agoAdd exclusions for setup.py behaviors
Gavin M. Roy [Mon, 8 Nov 2010 20:50:43 +0000 (15:50 -0500)]
Add exclusions for setup.py behaviors

13 years agoSupport defaulting user-specific Xcode project settings.
rentzsch [Mon, 8 Nov 2010 21:45:21 +0000 (15:45 -0600)]
Support defaulting user-specific Xcode project settings.

13 years agoadded line to Objective-C gitignore to ignore the *.moved-aside files from XCode
Mark Lussier [Mon, 8 Nov 2010 21:29:54 +0000 (05:29 +0800)]
added line to Objective-C gitignore to ignore the *.moved-aside files from XCode

13 years agoHow on earth did I write *.po?! Those are the actual translation files!
lfborjas [Mon, 8 Nov 2010 21:54:26 +0000 (05:54 +0800)]
How on earth did I write *.po?! Those are the actual translation files!

13 years agoadded a django gitignore
lfborjas [Mon, 8 Nov 2010 21:48:41 +0000 (05:48 +0800)]
added a django gitignore

Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)

13 years agoremoving lib/vendor/symfony ignore. Not everyone symlinks their symfony libs (like...
Brent Shaffer [Mon, 8 Nov 2010 21:57:12 +0000 (05:57 +0800)]
removing lib/vendor/symfony ignore.  Not everyone symlinks their symfony libs (like they should)

13 years agoSymfony ignores
Brent Shaffer [Mon, 8 Nov 2010 21:54:18 +0000 (05:54 +0800)]
Symfony ignores

13 years agoAdded Magento gitignore
Danny McClelland [Mon, 8 Nov 2010 21:25:43 +0000 (05:25 +0800)]
Added Magento gitignore

13 years agoIgnore Rubinius compiled files
Yaroslav Markin [Mon, 8 Nov 2010 21:11:38 +0000 (05:11 +0800)]
Ignore Rubinius compiled files

13 years agoIgnore Xcode 4 user configurations for Objective-C
Sam Soffes [Mon, 8 Nov 2010 21:17:25 +0000 (05:17 +0800)]
Ignore Xcode 4 user configurations for Objective-C

13 years agoAdded scala gitignore
Kriss Kowalik [Mon, 8 Nov 2010 21:36:10 +0000 (05:36 +0800)]
Added scala gitignore

13 years agoAdded erlang gitignore
Kriss Kowalik [Mon, 8 Nov 2010 21:27:03 +0000 (05:27 +0800)]
Added erlang gitignore

13 years agoAdd package, installer, unit test and coverage files.
Vincent Driessen [Mon, 8 Nov 2010 22:11:17 +0000 (06:11 +0800)]
Add package, installer, unit test and coverage files.

13 years agoadd basic Android gitignore
Daniel Schauenberg [Mon, 8 Nov 2010 21:26:12 +0000 (05:26 +0800)]
add basic Android gitignore

13 years agoadd basic gitignore for C++
Daniel Schauenberg [Mon, 8 Nov 2010 21:14:35 +0000 (05:14 +0800)]
add basic gitignore for C++

13 years agoVisual Studio ignores
Juan Pablo Garcia Dalolla [Mon, 8 Nov 2010 21:02:20 +0000 (05:02 +0800)]
Visual Studio ignores

13 years agoAdding C# ignores
Carl Furrow [Mon, 8 Nov 2010 20:53:41 +0000 (04:53 +0800)]
Adding C# ignores

13 years agomention global gitignore
Chris Wanstrath [Mon, 8 Nov 2010 20:52:45 +0000 (12:52 -0800)]
mention global gitignore

13 years agoPython ignores
Adam Vandenberg [Mon, 8 Nov 2010 20:48:58 +0000 (04:48 +0800)]
Python ignores

13 years agoJython ignores
Adam Vandenberg [Mon, 8 Nov 2010 20:48:48 +0000 (04:48 +0800)]
Jython ignores

13 years agoadded .rvmrc and coverage/ (rcov) to Rails.gitignore
bry4n [Mon, 8 Nov 2010 20:47:19 +0000 (04:47 +0800)]
added .rvmrc and coverage/ (rcov) to Rails.gitignore

13 years agoKohana-PHP gitignore
Jeremy Bush [Mon, 8 Nov 2010 20:47:35 +0000 (04:47 +0800)]
Kohana-PHP gitignore

13 years agomore info
Chris Wanstrath [Mon, 8 Nov 2010 20:46:40 +0000 (12:46 -0800)]
more info

13 years agoa note
Chris Wanstrath [Mon, 8 Nov 2010 20:43:25 +0000 (12:43 -0800)]
a note

13 years agobegin! add Rails and Obj-C templates
Chris Wanstrath [Mon, 8 Nov 2010 20:21:45 +0000 (12:21 -0800)]
begin! add Rails and Obj-C templates