Commit Graph

3003 Commits

Author SHA1 Message Date
ed7b451e45 added gitignore for Oracle Forms development 2012-03-19 16:46:57 -04:00
f0d9ce471a Added parameters.yml to list for Symfony2.
Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
2012-03-19 18:54:06 +00:00
1a188f2697 Merge pull request #264 from Aqua-Ye/master
gitignore for Opa
2012-03-19 11:52:34 -07:00
51f38b7086 Merge pull request #210 from mankoff/master
Alphabetized. Added glossaries and xindy package detritus.
2012-03-19 11:48:56 -07:00
083ec8ca3b Merge pull request #209 from pangratz/master
removed duplicate 'eclipse' line in PlayFramework.gitignore
2012-03-19 11:48:39 -07:00
6f53eb325b Merge pull request #202 from excepttheweasel/patch-1
don't match directories called tags or TAGS
2012-03-19 11:45:57 -07:00
93aa6ed95a Merge pull request #201 from otac0n/patch-1
Fixed bin and obj folders to support silverlight-style capitalization, an
2012-03-19 11:45:24 -07:00
9b6f0cb8c6 Merge pull request #200 from reinout/master
One addition to python's unittest/coverage ignores: nosetests.xml
2012-03-19 11:45:04 -07:00
6e70fb1426 Merge pull request #199 from jmertic/patch-1
Added to ignore the custom/modules/*/Ext/ directory, since these files ar
2012-03-19 11:44:49 -07:00
0400872beb Merge pull request #198 from mibe/target
Target3001
2012-03-19 11:44:25 -07:00
49977476d3 Restored missing lines. 2012-03-16 18:49:26 -03:00
c6a23ad6d5 Updated Magento.gitignore for the latest Enterprise edition. 2012-03-16 18:47:11 -03:00
c0d30d5869 Added Org-mode section to Emacs ignore file
Org-mode stores archived TODOs from todo.org into todo.org_archive. It also
creates .org-id-locations in some cases.
2012-03-08 19:12:55 -05:00
5b2876071d StyleCop file was sometimes bumpy case 2012-03-08 15:53:34 -05:00
hjF
5fb6627cd4 Delphi gitignore 2012-03-08 20:45:16 +09:00
ca9eb76e12 Added Opa.gitignore
A .gitignore template for the Opa language <http://opalang.org>
2012-03-03 02:08:17 +01:00
bd20a55b30 Added SASS ignore file. 2012-02-20 15:56:24 -08:00
cbf52e39a4 a more complete .gitignore for Grails 1.2 and 1.3 2012-02-06 12:47:44 -07:00
3aa2b49364 Add Recycle Bin on file shares 2012-02-02 11:39:55 -06:00
f55e013690 symfony creates symlinks to plugins in the web folder 2012-02-02 09:58:20 -06:00
f06364113f DerivedData is the "build/" Folder that *might* be in your Project's folder if you use the default Xcode 4 settings. 2012-01-28 12:42:12 +01:00
9a2901c3ef By default, FDT5 just uses a "bin" folder (rather than the common "bin-debug" and "bin-release") 2012-01-23 15:47:18 +01:00
23673d6c99 Add gitignore for sketchup backup files. 2012-01-18 17:33:11 -06:00
e8752f766b Added Textpattern gitignore 2012-01-17 11:04:16 +00:00
5a7f2910eb Add lib/ and modules/. 2012-01-13 09:28:28 +01:00
1c6ecb30dc better now. 2012-01-12 16:37:34 -02:00
97dd10e872 added GWT project git ignore related paths. 2012-01-12 00:16:04 -02:00
541e85287f checking in the node_modules dir is best practice for app developers
according to the community since recent changes.

see: http://www.mikealrogers.com/posts/nodemodules-in-git.html
by @mikeal
(cherry picked from commit 44b47ec5bd0222ccf55efe5bcdb8bd3c55271803)
2012-01-06 00:59:41 -05:00
cc88ce8757 Added 'lib' and 'modules' folders which should also be excluded, since libs are automatically fetched from dependencies.yml.
Also removed duplicate 'elicpse' entry.
2011-12-29 05:42:39 +01:00
94f45ecd5c Merge remote-tracking branch 'upstream/master' 2011-12-12 14:02:39 +01:00
8ad25f7730 Adds modules. It is used to keep the full path of each module required by the application. It can be generated using: '$ play dependencies --sync' 2011-12-11 01:58:58 -02:00
85d179675a Merge pull request #225 from frankel/master
config/*.yml should not be ignored in Rails
2011-12-05 13:02:12 -08:00
171709e8e8 config/*.yml should not be ignored in Rails
The possible files could be database.yml or sold.yml
2011-12-05 06:14:54 +08:00
b0594af16d Remove trailing spaces from Drupal file 2011-11-30 11:59:19 -06:00
435bd7227c added content_*.php with a suggestion 2011-11-13 13:24:49 -05:00
7ce12c766a Do not ignore directory matching /Build/ 2011-11-09 00:41:11 +01:00
24372f9c4a VisualStudio.gitignore: Ignore the ‘x64’ directories 2011-11-06 09:16:21 -05:00
38c6af6a76 Update SugarCRM.gitignore 2011-10-27 11:05:08 -03:00
8a47a81dde Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml 2011-10-27 11:04:05 +09:00
5a880b532e Alphabetized and added xindy and glossaries detritus. 2011-10-22 19:02:00 -04:00
52b97d304b removed duplicate 'eclipse' entry 2011-10-21 21:31:37 +03:00
bf8796aece add 'R.gitignore' for R 2011-10-08 09:23:47 +02:00
a48d4a9d14 tags on it's own will match a directory like lib/tags/ 2011-09-14 14:29:04 +08:00
dddfb13bf5 Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries. 2011-09-13 20:49:47 -05:00
3e00d905c3 Added nosetests.xml to the python unittest ignores.
nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
2011-09-09 12:32:11 +02:00
aa60b9b7a8 Added to ignore the custom/modules/*/Ext/ directory, since these files are always built. 2011-09-08 17:06:04 -03:00
4c9fba7b1e Updated through http://www.deanoj.co.uk/programming/git/git-ignore-file-for-symfony2/ 2011-09-01 17:05:08 -07:00
ea5e498544 Added Java package files (JAR, WAR, EAR) 2011-09-01 17:03:22 -07:00
031f04af46 Merge pull request #164 from kevinjalbert/master
Add gitignore for nanoc
2011-09-01 17:02:38 -07:00
f2d16f5575 Merge pull request #170 from industria/patch-1
Added *.plt used by dialyzer
2011-09-01 17:02:25 -07:00