Commit Graph

1197 Commits

Author SHA1 Message Date
Giorgio Premi 5be59710d3 Ignore phpunit.xml in Symfony2 applications 2014-05-20 15:51:47 +02:00
Carl Suster 561bd5d267 Merge pull request #886 from acelaya/zf2
Zend Framework 2 gitignore file
2014-05-11 21:05:46 +10:00
Alejandro Celaya ee1c7c01c1 ZendFramework2.gitignore renamed to ZendFramework.gitignore 2014-05-11 13:01:13 +02:00
Alejandro Celaya 1d96081fc9 Included Zend Framework 1 rules 2014-05-11 13:00:31 +02:00
Alejandro Celaya d44417883f Removed old ZendFramework.gitignore
Documentation rules have been removed and the rest of the rules are going to be included in the ZendFramework2.gitignore.
2014-05-11 12:59:57 +02:00
Carl Suster 405aa0b7cf Merge pull request #1076 from stakisko/patch-1
"TheFind Feed" module removed
2014-05-10 16:40:27 +10:00
Konstantinos Bariotis 88e26bf5aa "TheFind Feed" module removed
According to [this](http://www.magentocommerce.com/magento-connect/thefind-feed-1.html) TheFind Feed module does not come with the latest versions of Magento( > 1.6).

Thank you
2014-05-08 16:46:54 +03:00
Scott J. Roberts f902cfb713 Merge pull request #1074 from github/ignore-lock-wscript
Adding .lock-wscript
2014-05-07 17:58:28 -04:00
Scott J. Roberts 446dae3d53 Adding .lock-wscript 2014-05-07 17:47:05 -04:00
Carl Suster dee587fee0 Merge pull request #1029 from cheddar/patch-1
Tweak comment in Node.js .gitignore file
2014-05-07 21:37:06 +10:00
Carl Suster e9552d855c Merge pull request #1070 from matma/master
Releases should also be ignored
2014-05-07 21:27:02 +10:00
Carl Suster 48e703a2c2 Remove stray whitespace
Amending #1072
2014-05-07 21:22:24 +10:00
Carl Suster 8ba7a2fc9a Merge commit 'refs/pull/1072' 2014-05-07 21:21:25 +10:00
Mateusz Wolsza 11e30dad3d Releases should be ignored 2014-05-07 13:14:53 +02:00
Carl Suster e53764e2d8 Merge pull request #1071 from RX14/patch-1
Update Gradle.gitignore
2014-05-07 21:06:22 +10:00
rasbt bd0a82e1d5 added gitignore for IPython notebooks 2014-05-06 14:48:13 -04:00
rasbt deebadef07 added gitignore for IPython notebooks 2014-05-06 14:47:52 -04:00
RX14 ae4baaa4f9 Update Gradle.gitignore
Update Gradle.gitignore
2014-05-06 17:23:21 +01:00
Mateusz Wolsza 00d75ccb52 Releases should also be ignored
"Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored.
2014-05-06 12:10:00 +02:00
Carl Suster 5d4c342397 Merge branch 'fix-1013'
I made some changes to the original pull request to remove complexity which
I believe was not needed.
2014-05-06 17:42:36 +10:00
Carl Suster 7955283b13 Shorten note in comment at the top 2014-05-06 17:42:22 +10:00
Carl Suster 5b168d4300 Remove redundant Umbraco exceptions to VS rules
From the discussion on #1013:

Since the rule in VS is packages/*, the fact that it contains a slash means
that it is anchored to the top level. That is, is will only apply to
a directory called packages at the top level, and not to any at deeper
directories like App_Data. So these rules at the bottom of your changes
actually aren't necessary after all. I just confirmed this with a quick test.
2014-05-06 17:38:57 +10:00
Carl Suster 479b7f8536 Merge pull request #958 from arcresu/python-bin
[Python] Remove rules for bin/, Mr Developer, and Rope
2014-05-06 17:31:14 +10:00
Carl Suster f22ab5353e Merge pull request #1066 from FuriKuri/master
Add new .gitignore for Elixir
2014-05-06 17:09:58 +10:00
Theo Pack 50e59ac3c8 Add .gitignore for Elixir 2014-05-04 18:27:23 +02:00
Carl Suster 8f5c8bde25 Merge pull request #1057 from sebgod/master
add Mercury language gitignore template
2014-04-29 20:44:35 +10:00
Sebastian Godelet 0729f61dc0 removed Vim and ctags specific ignores; as these are handled in Global/ 2014-04-29 12:15:00 +02:00
Carl Suster 22652a005e Merge pull request #1051 from bohdan4ik/patch-1
Splitted large comments into a few lines
2014-04-29 11:44:39 +10:00
Sebastian Godelet 235d4add77 add Mercury language gitignore template 2014-04-27 13:06:27 +02:00
Carl Suster bfbe199c45 Merge pull request #1046 from stenskjaer/patch-1
Ignore auctex auto-folder and contents
2014-04-27 11:24:13 +10:00
Alejandro Celaya b8a520853b Composer.lock and READMEs are no longer ignored 2014-04-25 08:13:24 +02:00
Carl Suster 2403779960 Merge pull request #1056 from kylef/patch-2
[Objective-C] Fixes a broken link
2014-04-25 00:14:43 +10:00
Kyle Fuller 4ccd14486c [Objective-C] Fixes a broken link
This got changed recently.
2014-04-24 15:01:04 +01:00
Carl Suster 8b74c862f3 Merge pull request #1045 from DaikiMaekawa/master
Fixed that the ROS.gitignore was not functioning properly
2014-04-24 12:51:19 +10:00
Carl Suster b412c0164a Merge pull request #1055 from PR3x/master
Fix EOL issues in multiple gitignores
2014-04-24 12:49:55 +10:00
Jacob Rigby 5eacf05adb Fix eol issues
Some files don't contain a line separator ('\n') at the end. Add the
missing eol.

In POSIX, all lines of text should end with a newline character by
definition. See
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
section 3.397 for more.

See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
2014-04-23 16:02:01 -05:00
DaikiMaekawa 4ded81fb2e Remove unnecessary rules 2014-04-23 20:46:03 +09:00
Bohdan Shulha a7af8cf3d1 Splitted large comments into a few lines 2014-04-23 10:59:33 +03:00
Carl Suster 95d8ff4e7a Merge pull request #1049 from szpssky/szp
Add ignore log files(Android)
2014-04-23 16:52:57 +10:00
Markus Olsson 58a1549ad6 Merge pull request #1043 from Pilchie/master
Add trailing / for Roslyn cache directories
2014-04-23 16:50:09 +10:00
szp bf166d4be4 add ignore log files(Android) 2014-04-19 20:40:57 +08:00
Carl Suster 47b1ace3d0 Merge pull request #1048 from grossadamm/patch-1
Simple grammar update
2014-04-19 10:05:38 +10:00
Adam Gross b7664de699 Changing been to being per https://github.com/tmountjr 2014-04-18 13:32:38 -04:00
Adam Gross 5f1911f3b4 Simple grammar update 2014-04-18 13:19:46 -04:00
Michael S. Christensen d4c7dbcaf9 Ignor auctex auto-folder and contents
When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes.
2014-04-17 18:21:11 +02:00
DaikiMaekawa 44d815e407 Fixed typo 2014-04-17 21:08:18 +09:00
Kevin Pilch-Bisson 727ed0d952 Add trailing / for Roslyn cache directories 2014-04-16 19:43:13 -07:00
Carl Suster fe0df6046b Merge pull request #1040 from NSElvis/master
Ignore xcuserstate
2014-04-16 17:55:38 +10:00
Carl Suster 80324066ba Merge pull request #1042 from stenskjaer/patch-1
Added .rel for reftex to Emacs template
2014-04-16 17:50:47 +10:00
Michael S. Christensen a64bf75ee3 Added .rel-files
Reftex adds these for internal processing, only auxillary files for composition and compilation of tex-documents.
2014-04-16 08:51:19 +02:00