]>
source.dussan.org Git - gitignore.git/log
Glaived [Mon, 1 Sep 2014 15:24:30 +0000 (17:24 +0200)]
Remove *.pyc
Glaived [Mon, 1 Sep 2014 15:22:58 +0000 (17:22 +0200)]
Merge branch 'master' of https://github.com/github/gitignore
Carl Suster [Mon, 1 Sep 2014 12:27:51 +0000 (22:27 +1000)]
Merge pull request #955 from arjun024/master
add downloads/ in Distribution / packaging
Carl Suster [Mon, 1 Sep 2014 12:22:39 +0000 (22:22 +1000)]
Merge pull request #1117 from nicwortel/symfony3
Add .gitignore rules for Symfony3
Nic Wortel [Mon, 1 Sep 2014 08:50:33 +0000 (10:50 +0200)]
Update Symfony.gitignore to support Symfony3
Symfony3 (and some versions of Symfony2) come with a new directory structure.
This updated version of Symfony.gitignore supports this new directory structure
as well as the old one.
Nic Wortel [Mon, 1 Sep 2014 08:42:47 +0000 (10:42 +0200)]
Rename Symfony2.gitignore to Symfony.gitignore
The old Symfony.gitignore has been removed (
a383e55 ) as Symfony 1 is no longer
supported.
Carl Suster [Mon, 1 Sep 2014 08:26:03 +0000 (18:26 +1000)]
Merge pull request #1191 from cnbuff410/patch-1
Update Dart.gitignore
kun [Mon, 1 Sep 2014 08:22:33 +0000 (02:22 -0600)]
Update Dart.gitignore
Add in rule for .buildlog
Carl Suster [Mon, 1 Sep 2014 05:46:08 +0000 (15:46 +1000)]
Merge pull request #1106 from ryanshrum/master
Added recommended gitignore rules from Craft
Carl Suster [Mon, 1 Sep 2014 05:35:50 +0000 (15:35 +1000)]
Merge pull request #1184 from starrify/master
added: rules for ignoring precompiled headers for C/C++
Carl Suster [Mon, 1 Sep 2014 05:15:27 +0000 (15:15 +1000)]
Remove legacy Symfony template
Quoting from http://symfony.com/legacy
The symfony 1.x branch of the framework started in 2005 and the latest stable
version and long term support release is symfony 1.4. As of November 2012,
symfony 1.x is not maintained anymore and you are encouraged to have a look
at Symfony2 for any new projects.
Carl Suster [Mon, 1 Sep 2014 05:06:01 +0000 (15:06 +1000)]
Merge branch 'fix-1120'
Carl Suster [Mon, 1 Sep 2014 05:05:53 +0000 (15:05 +1000)]
Rename RB to reflect current software naming
Carl Suster [Mon, 1 Sep 2014 04:58:35 +0000 (14:58 +1000)]
Merge branch 'fix-1165'
Carl Suster [Mon, 1 Sep 2014 04:56:15 +0000 (14:56 +1000)]
Tidy up the JetBrains comments
Amends #1165
Carl Suster [Mon, 1 Sep 2014 04:46:56 +0000 (14:46 +1000)]
Merge pull request #1183 from Ironholds/patch-1
Add *.Rproj for RStudio users
Pengyu CHEN [Wed, 27 Aug 2014 05:36:18 +0000 (13:36 +0800)]
added: rules for ingnoring precompiled headers for C/C++
Oliver Keyes [Mon, 25 Aug 2014 20:08:38 +0000 (16:08 -0400)]
Add *.Rproj for RStudio users
RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them.
Carl Suster [Mon, 25 Aug 2014 00:48:15 +0000 (10:48 +1000)]
Merge pull request #1180 from StoneCypher/master
Add ebin, rel example, concrete dev mode, .rebar
Carl Suster [Sun, 24 Aug 2014 10:40:52 +0000 (20:40 +1000)]
Merge pull request #1179 from malheleco/patch-1
add Windows shortcut files
Carl Suster [Sun, 24 Aug 2014 10:36:49 +0000 (20:36 +1000)]
Merge pull request #1143 from fabianhjr/master
Add ignores for bower-rails
Carl Suster [Sun, 24 Aug 2014 10:34:53 +0000 (20:34 +1000)]
Merge pull request #1162 from maieul/master
New version of eledmac on CTAN adds new extension file
Carl Suster [Sun, 24 Aug 2014 10:27:48 +0000 (20:27 +1000)]
Merge pull request #1182 from and1g/TeX-converted-files
Ignore *.converted-to-* files in TeX
Andreas Grosse [Sun, 24 Aug 2014 08:27:28 +0000 (10:27 +0200)]
added converted-to-files
John Haugeland [Fri, 22 Aug 2014 08:15:23 +0000 (01:15 -0700)]
Add ebin, rel example, concrete dev mode, .rebar
Carl Suster [Fri, 22 Aug 2014 06:11:59 +0000 (16:11 +1000)]
Merge pull request #1177 from amcsi/master
Fixed binary gettext files rule: .po -> .mo
malheleco [Thu, 21 Aug 2014 18:45:30 +0000 (20:45 +0200)]
add shortcut files
Attila Szeremi [Thu, 21 Aug 2014 12:26:02 +0000 (13:26 +0100)]
Fixed binary gettext files rule: .po -> .mo
Carl Suster [Tue, 19 Aug 2014 04:51:20 +0000 (14:51 +1000)]
Merge pull request #1169 from No0ne/patch-1
ignoring new Magento 1.9 default theme
Carl Suster [Tue, 19 Aug 2014 04:50:30 +0000 (14:50 +1000)]
Merge pull request #1170 from gazebodude/lyx-backups
Create LyX.gitignore
gazebodude [Tue, 19 Aug 2014 04:11:11 +0000 (14:11 +1000)]
Create LyX.gitignore
Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
No0ne [Mon, 18 Aug 2014 07:26:40 +0000 (09:26 +0200)]
ignoring new Magento 1.9 default theme
Carl Suster [Fri, 15 Aug 2014 13:47:55 +0000 (23:47 +1000)]
Merge pull request #1105 from thurask/momentics
Create Momentics.gitignore
Carl Suster [Fri, 15 Aug 2014 13:05:48 +0000 (23:05 +1000)]
Merge pull request #1158 from eddiejaoude/patch-1
Updated Zend Framework gitignore as per docs
Carl Suster [Fri, 15 Aug 2014 12:52:53 +0000 (22:52 +1000)]
Merge pull request #1152 from ChemiKhazi/patch-1
Update Unity.gitignore
Carl Suster [Fri, 15 Aug 2014 12:42:49 +0000 (22:42 +1000)]
Merge pull request #1167 from sigo/cleanup
Remove trailing space
Mateusz Jagiełło [Fri, 15 Aug 2014 11:16:24 +0000 (13:16 +0200)]
Remove trailing space
Carl Suster [Thu, 14 Aug 2014 01:59:01 +0000 (11:59 +1000)]
Merge pull request #1164 from joreyaesh/master
Updated link in Node.gitignore
Gaël Demette [Wed, 13 Aug 2014 20:55:43 +0000 (22:55 +0200)]
Typo fix + Plugin configuration + UI specific file
Josh Whaley [Wed, 13 Aug 2014 14:52:00 +0000 (10:52 -0400)]
Update Node.gitignore
Updated link for the dependency directory from [this](https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git) to [this](https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-).
Carl Suster [Wed, 13 Aug 2014 00:49:52 +0000 (10:49 +1000)]
Merge pull request #1157 from habi/master
(TeX) Exclude files generated by using backref.
Carl Suster [Wed, 13 Aug 2014 00:46:46 +0000 (10:46 +1000)]
Merge pull request #1137 from samskiter/master
Update JetBrains.gitignore
Brendan Forster [Tue, 12 Aug 2014 02:49:21 +0000 (12:49 +1000)]
Merge pull request #1161 from madskristensen/patch-1
Adding *.publishproj to ignore
Mads Kristensen [Mon, 4 Aug 2014 17:09:06 +0000 (10:09 -0700)]
Adding *.publishproj to ignore
This files is generated by Visual Studio 2013 and should be ignored.
maieul [Thu, 31 Jul 2014 13:51:54 +0000 (15:51 +0200)]
Merge remote-tracking branch 'origin/master'
Maïeul Rouquette [Thu, 31 Jul 2014 13:45:16 +0000 (15:45 +0200)]
eledmac 1.12/ elepar 1.8 files ".eledsec"
Eddie Abou-Jaoude [Thu, 31 Jul 2014 06:42:20 +0000 (07:42 +0100)]
Updated Zend Framework gitignore as per docs
```
data/: This directory provides a place to store application data that is volatile and possibly temporary. The disturbance of data in this directory might cause the application to fail. Also, the information in this directory may or may not be committed to a subversion repository. Examples of things in this directory are session files, cache files, sqlite databases, logs and indexes.
```
As per docs...
http://framework.zend.com/manual/2.3/en/ref/project.structure.html
David Haberthür [Tue, 29 Jul 2014 09:40:15 +0000 (11:40 +0200)]
(TeX) Exclude files generated by using backref.
When doing \usepackage[backref]{hyperref} the pages of the references are shown in the bibliography.
Those files can be safely ignored.
Info: http://tex.stackexchange.com/a/7772/828
Glaived [Sun, 27 Jul 2014 16:46:05 +0000 (18:46 +0200)]
Adding cache files and binary files
ChemiKhazi [Sat, 26 Jul 2014 10:40:52 +0000 (18:40 +0800)]
Update Unity.gitignore
Ignore the build directory in case a Unity build is initiated in the project.
Zach Holman [Wed, 23 Jul 2014 22:36:57 +0000 (15:36 -0700)]
Merge pull request #1147 from martinblech/master
Add Swift.gitignore
Martin Blech [Wed, 23 Jul 2014 22:23:20 +0000 (19:23 -0300)]
Add Swift.gitignore
I just copied Objective-C.gitignore. It seemed to do the job with a small Swift
project.
Fabian Heredia Montiel [Fri, 18 Jul 2014 21:11:42 +0000 (16:11 -0500)]
Add ignores for bower-rails
bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily.
Carl Suster [Fri, 18 Jul 2014 13:56:14 +0000 (23:56 +1000)]
Merge pull request #1142 from peterfpeterson/fortran_mod
Adding fortan module files.
Pete Peterson [Fri, 18 Jul 2014 13:13:18 +0000 (09:13 -0400)]
Adding fortan module files.
Carl Suster [Wed, 16 Jul 2014 13:09:37 +0000 (23:09 +1000)]
Link a new fortran template to existing c++ one
As per #1140
Sam Duke [Tue, 15 Jul 2014 11:06:15 +0000 (12:06 +0100)]
change iml
guess that root iml needs to be ignored and others need to be shared
Sam Duke [Tue, 15 Jul 2014 10:57:37 +0000 (11:57 +0100)]
Updated following feedback
removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
Sam Duke [Mon, 14 Jul 2014 11:21:40 +0000 (12:21 +0100)]
Update JetBrains.gitignore
To clarify when to ignore/include *.imls as per https://intellij-support.jetbrains.com/entries/
23393067
also added optionals from the same
Carl Suster [Sat, 12 Jul 2014 04:39:56 +0000 (14:39 +1000)]
Merge pull request #1135 from Heather/patch-1
add /target/ (generated by Cargo) to Rust gitignore
Carl Suster [Sat, 12 Jul 2014 04:36:31 +0000 (14:36 +1000)]
Merge pull request #1123 from dsmithni/patch-1
LabVIEW.gitignore
Carl Suster [Sat, 12 Jul 2014 04:33:53 +0000 (14:33 +1000)]
Merge pull request #1128 from misterion/master
Ignore QtCreator qmlproject user-specific files
Carl Suster [Fri, 11 Jul 2014 02:37:35 +0000 (12:37 +1000)]
Merge pull request #1136 from bbodenmiller/patch-3
Clarify what commenting *.pubxml does
Ben Bodenmiller [Thu, 10 Jul 2014 21:02:18 +0000 (14:02 -0700)]
database connection strings unencrypted
user passwords are stored in *.user files so it is only database connection strings that are not protected.
Ben Bodenmiller [Thu, 10 Jul 2014 15:38:21 +0000 (08:38 -0700)]
Clarify what commenting *.pubxml does
https://github.com/github/gitignore/commit/
08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.
Heather [Tue, 8 Jul 2014 17:41:13 +0000 (21:41 +0400)]
add /target/ (generated by Cargo) to Rust gitignore
Carl Suster [Tue, 8 Jul 2014 08:13:34 +0000 (18:13 +1000)]
Make ninja a global template.
Amends #1084
Carl Suster [Tue, 8 Jul 2014 08:12:58 +0000 (18:12 +1000)]
Merge pull request #1084
Carl Suster [Tue, 8 Jul 2014 02:20:07 +0000 (12:20 +1000)]
Fix comment that was nonsensical after a previous change
Carl Suster [Tue, 8 Jul 2014 02:17:13 +0000 (12:17 +1000)]
Clarify the NuGet packages comments
Amends #1131
See these resources for explanation:
http://docs.nuget.org/docs/reference/package-restore
http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
Carl Suster [Tue, 8 Jul 2014 01:43:42 +0000 (11:43 +1000)]
Revert "Remove redundant Umbraco exceptions to VS rules"
This reverts commit
5b168d43009dbfa9e5b02dd6be7ee5961059ea61 .
Amends #1131 - fixes Umbraco template to compensate for the change in the
VisualStudio template which would lead to issues if the two were used together.
These rules were originally added by @bbodenmiller in #1013
Carl Suster [Tue, 8 Jul 2014 01:42:04 +0000 (11:42 +1000)]
Merge commit 'pull/1131'
Terje Sandstrom [Sat, 5 Jul 2014 09:12:43 +0000 (11:12 +0200)]
Update VisualStudio.gitignore
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
Terje Sandstrom [Wed, 2 Jul 2014 21:09:32 +0000 (23:09 +0200)]
Update VisualStudio.gitignore
Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders. Re-include patterns fixed the same way.
nikolay.bondarenko [Tue, 1 Jul 2014 12:05:36 +0000 (16:05 +0400)]
Add QtCreator qmlproject temp files ignoring
Carl Suster [Fri, 27 Jun 2014 12:46:21 +0000 (22:46 +1000)]
Merge pull request #1096 from theanalyst/elisp/cask
elisp: adding .cask files to gitignore
Carl Suster [Fri, 27 Jun 2014 12:44:46 +0000 (22:44 +1000)]
Merge pull request #1125 from eugpermar/master
Update C.gitignore: Added .la and .lo library extensions from GNU libtool
eugpermar [Wed, 25 Jun 2014 10:42:09 +0000 (12:42 +0200)]
Update C.gitignore
Added .la and .lo library extensions
Carl Suster [Wed, 25 Jun 2014 00:07:33 +0000 (10:07 +1000)]
Merge pull request #1124 from wojciechwasko/master
(TeX) Exclude files generated by morewrites
Wojciech Waśko [Tue, 24 Jun 2014 17:31:53 +0000 (19:31 +0200)]
(TeX) Exclude files generated by morewrites
To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension
dsmithni [Tue, 24 Jun 2014 15:56:38 +0000 (10:56 -0500)]
LabVIEW.gitignore
LabVIEW (ni.com/labview) is a graphical system design tool.
File extensions are listed here:
http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/lv_file_extensions/
.llb and lvlibp are for binary distributions, and are excluded for the same reason shared objects are excluded.
.aliases and .lvlps are metadata related to the project file, and are automatically updated when moving between machines (see note on that help page).
Ryan Shrum [Tue, 24 Jun 2014 14:01:43 +0000 (10:01 -0400)]
Removing .DS_Store rule as it is included in global rules
Signed-off-by: Ryan Shrum <ryan@ehousestudio.com>
Carl Suster [Tue, 24 Jun 2014 02:27:14 +0000 (12:27 +1000)]
Merge pull request #1039 from nkt/patch-1
Added Zephir language gitignore
Carl Suster [Tue, 24 Jun 2014 02:23:59 +0000 (12:23 +1000)]
Merge pull request #1116 from adilsoncarvalho/patch-1
Must ignore x86 directory as well
Carl Suster [Tue, 24 Jun 2014 02:21:55 +0000 (12:21 +1000)]
Merge pull request #1119 from hulet/sorting
sort WordPress.gitignore
Carl Suster [Tue, 24 Jun 2014 02:17:49 +0000 (12:17 +1000)]
Merge pull request #1111 from aelgru/master
Ignoring PyBuilder's target directory
Carl Suster [Tue, 24 Jun 2014 01:41:33 +0000 (11:41 +1000)]
Merge pull request #959 from Metallicow/PyInstaller-.gitignore
PyInstaller .manifest
Carl Suster [Tue, 24 Jun 2014 01:39:14 +0000 (11:39 +1000)]
Merge pull request #1122 from whoshuu/patch-1
Space after comment in Android.gitignore
Huu Nguyen [Mon, 23 Jun 2014 20:57:09 +0000 (13:57 -0700)]
Space after comment in Android.gitignore
Nikita Gusakov [Sat, 21 Jun 2014 16:02:16 +0000 (20:02 +0400)]
Added comments for Zephir
Andrew Lambert [Thu, 19 Jun 2014 22:14:40 +0000 (15:14 -0700)]
Add REALbasic
Steve Hulet [Thu, 19 Jun 2014 22:01:02 +0000 (15:01 -0700)]
sort WordPress.gitignore
Adilson Carvalho [Wed, 18 Jun 2014 12:15:02 +0000 (09:15 -0300)]
Must ignore x86 directory as well
When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.
Carl Suster [Wed, 18 Jun 2014 03:46:37 +0000 (13:46 +1000)]
Merge pull request #1115 from ahmyi/patch-1
Update Unity.gitignore to ignore sysinfo crash log
ahmyi [Tue, 17 Jun 2014 18:12:59 +0000 (02:12 +0800)]
Update Unity.gitignore
Sysinfo.txt is generated by unity if occurs any crashes. The content consist of users system information, running process etc. I don't think that should be shared with others.
Michael Gruber [Sun, 15 Jun 2014 06:49:06 +0000 (08:49 +0200)]
Ignoring PyBuilder's target directory
thurask [Sat, 14 Jun 2014 00:27:05 +0000 (20:27 -0400)]
Add arm-p folder
arm-p is another compiled output folder, for device-profile builds
Ryan Shrum [Thu, 12 Jun 2014 15:35:22 +0000 (11:35 -0400)]
Added recommended gitignore rules from Craft
Signed-off-by: Ryan Shrum <ryan@ehousestudio.com>
Carl Suster [Thu, 12 Jun 2014 01:48:15 +0000 (11:48 +1000)]
Get rid of the space in the filename
Amends #976
Carl Suster [Thu, 12 Jun 2014 01:47:29 +0000 (11:47 +1000)]
Merge commit 'refs/pull/976'