410 Commits

Author SHA1 Message Date
Brendan Forster
3d4c6f2148 Merge pull request #2824 from github/reduce-noise
Add an explanation to reduce PHP framework clutter
2018-10-12 10:29:37 -03:00
Brendan Forster
765ecc398b some more annotation 2015-07-04 13:26:41 +09:30
Brendan Forster
eab8d4876d extract a couple of rules and explain them in more detail 2015-07-04 12:56:21 +09:30
Brendan Forster
d983b4f5e2 moved Visual Studio 6 options into relevant sections 2015-07-04 12:38:07 +09:30
Brendan Forster
0f61d7e240 refreshing words 2015-07-04 12:34:17 +09:30
Brendan Forster
f515ae6c5c reordering 2015-07-04 12:20:58 +09:30
Brendan Forster
237c94586f more annotations 2015-07-04 12:18:57 +09:30
Brendan Forster
8803192fd3 some more cleanup 2015-07-04 12:10:06 +09:30
Brendan Forster
f2c0e3cc5a fleshing out the NuGet section 2015-07-04 11:59:31 +09:30
Brendan Forster
7d209f8aac a bit more cleanup 2015-07-04 11:51:03 +09:30
Brendan Forster
a5b891d9d2 first pass at annotating the source 2015-07-04 10:43:43 +09:30
Brendan Forster
a2f49b7b14 Merge pull request #1579 from jamiehumphries/master
Ignore NCrunch temporary files.
2015-07-02 21:41:27 +09:30
Jamie Humphries
86516d2d2a Ignore NCrunch temporary files. 2015-07-01 15:45:10 +01:00
Brendan Forster
1587f288ee Merge pull request #1577 from cdepillabout/add-stack-work
Added .stack-work/ directory to Haskell .gitignore.
2015-06-30 12:58:49 +09:30
(cdep) illabout
3d9c786bc0 Added .stack-work/ directory to Haskell .gitignore.
.stack-work/ is a work directory used by the `stack` build tool.

The `stack` build tool has recently been gaining a lot of traction in
the Haskell community.  It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
2015-06-30 11:57:53 +09:00
Carl Suster
a5f1fb2700 Merge pull request #1570 from victorhaggqvist/patch-1
add Android Studio to the covers list for JetBrains
2015-06-28 16:30:43 +10:00
Victor Häggqvist
558460c0a8 add Android Studio to the covers list
which make it easier to find in search
2015-06-27 21:10:46 +02:00
Brendan Forster
e0df63986a Merge pull request #1564 from 153957/patch-1
Ignore *.auxlock files created by TikZ in TeX
2015-06-24 22:35:12 +09:30
Arne de Laat
daa440bce8 Ignore *.auxlock files created by TikZ in TeX
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
2015-06-24 14:02:29 +02:00
Carl Suster
98b1db9283 Merge pull request #1562 from 153957/patch-1
Ignore files created by `\tikzexternalize`



When using TikZ & PGF with:
\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize
It creates .dpth and .md5 files for the externalized tikzpictures.

See these pages in section 50 Externalization Library:
p.617 - 50.4.1 Support for Labels and References In External Files
p.621 - /tikz/external/up to date check
In the PGF manual:
http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf
2015-06-24 19:17:19 +10:00
Arne de Laat
948a87ffc9 Ignore files created by \tikzexternalize
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
2015-06-24 11:09:57 +02:00
Brendan Forster
c25991c139 Merge pull request #1537 from Konfekt/patch-1
include preamble files generated by mylatexformat package
2015-06-24 07:56:26 +09:30
Brendan Forster
cdfa89334d Merge pull request #1547 from modocache/xcode-ignore-xcscmblueprint
[ObjC][Swift] Ignore Xcode SCM blueprint files
2015-06-18 08:33:14 +09:30
Brendan Forster
3bb7541f74 Merge pull request #1534 from marcelkorpel/master
Add several downloaded files that should not be incorporated and remove .SRCINFO
2015-06-18 08:30:34 +09:30
Carl Suster
b304edf487 Merge pull request #1521 from lezed1/patch-1
Remove Meteor.gitignore
2015-06-11 17:27:58 +10:00
Brian Gesiak
4323f1e2c8 [ObjC][Swift] Ignore Xcode SCM blueprint files
These files are automatically generated by Xcode and maintain
information regarding source control. Xcode is typically used
in Objective-C and Swift projects, so add these to the ignored files for
these platforms.
2015-06-09 00:24:09 -04:00
Carl Suster
a1ed257134 Merge pull request #1484 from andres-mancera/SynopsysVCS_patch
Adding a few more files/file extensions/directories for Synopsys VCS.
2015-06-02 11:26:13 +10:00
andres-mancera
4457dcc517 Cleaning-up some of the comments that had been previously added. 2015-06-01 14:38:55 -07:00
Carl Suster
e27b4277e2 Merge pull request #1523 from dash00/master
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]

>`\@tocfile`
The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.

```
\if@mtc@longext@
  \def\@tocfile{mtc\The@mtc}%
\else
  \def\@tocfile{M\The@mtc}%
\fi
```
2015-05-30 14:07:11 +10:00
Carl Suster
28adf703c1 Merge pull request #1514 from bbodenmiller/xcode
sync up xcode related gitignore files
2015-05-30 13:48:41 +10:00
Konfekt
49e7d64fc6 include preamble files generated by mylatexformat package 2015-05-29 12:42:14 +02:00
Marcel Korpel
ebd27357db Add .jar, .exe and .msi
These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
2015-05-28 12:37:43 +02:00
Marcel Korpel
c9073cf3e2 Remove .SRCINFO (and old .AURINFO) from .gitignore
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
2015-05-28 12:32:05 +02:00
Brendan Forster
8559c8a381 Merge pull request #1529 from sayedihashimi/master
Removing bower_components and fixing typo
2015-05-27 09:16:47 +09:30
Sayed Ibrahim Hashimi
747196008e removing bower_components and fixing typo 2015-05-19 15:27:54 -07:00
Brendan Forster
a4ec7f03ca Merge pull request #1527 from MarkusHauge/patch-1
Update VisualStudio.gitignore
2015-05-17 19:42:35 +09:30
Markus Hauge
1e33ef1213 Update VisualStudio.gitignore 2015-05-16 17:34:59 +02:00
Jeremy Coatelen
d0c5830a25 [Tex] Change *.mtc0 to *.mtc[1-9][0-9]
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
2015-05-15 14:21:22 +02:00
Zander Bolgar
f7c6c768c9 Remove Meteor.gitignore
There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
2015-05-14 15:03:22 -04:00
Brendan Forster
4e0d738abe Merge pull request #1465 from tgkprog/patch-1
Update Maven.gitignore
2015-05-14 12:24:04 +09:30
Brendan Forster
305d4b5c98 Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
Brendan Forster
ef00a6171e Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
2015-05-14 12:17:26 +09:30
Brendan Forster
8d1ca41535 Merge pull request #1496 from Decadence/visual_studio_code
Add Visual Studio Code .gitignore
2015-05-14 11:32:38 +09:30
Carl Suster
d6c7caaa02 Merge pull request #1508 from baudm/master
Android: Remove redundant pattern for matching build directories
2015-05-14 11:48:20 +10:00
Ben Bodenmiller
507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Brendan Forster
8ab86f6bb7 Merge pull request #1513 from damianh/patch-1
ASPNET5 -> DNX
2015-05-08 17:32:00 +09:30
Damian Hickey
00e9cd8dec ASPNET5 -> DNX
As discussed in #1505
2015-05-08 09:37:34 +02:00
Brendan Forster
0aee91babc Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30
Darwin Bautista
9c8c32fea5 Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
2015-05-07 13:56:36 +08:00
Carl Suster
f9cc4d14cc Merge pull request #1506 from victorgama/patch-1
Update CocoaPods guide URL
2015-05-07 14:15:33 +10:00
Victor Gama
9735a2cadf Update CocoaPods guide URL
This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
2015-05-07 00:28:54 -03:00
Brendan Forster
c7019d8ec3 Merge pull request #1505 from sayedihashimi/aspnet5update
adding artifacts and project.lock.json for asp.net 5
2015-05-07 07:33:39 +09:30
Sayed Ibrahim Hashimi
467e257fdb adding artifacts and project.lock.json for asp.net 5 2015-05-06 14:57:21 -07:00
LunicLynx
5ee2b35cd5 Update VisualStudio.gitignore 2015-05-06 11:11:06 +02:00
LunicLynx
f441f790d2 add rule to keep track of directories ending in .Cache
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
2015-05-06 11:04:53 +02:00
Victor Isadov
db9ef4a789 Move VS Code to Global folder 2015-05-02 10:56:11 +03:00
Carl Suster
ae5f226a51 Merge pull request #1486 from Gouthamve/patch-1
Update npmjs docs link
2015-05-02 13:41:31 +10:00
Carl Suster
8547c2e7f2 Merge pull request #1467 from Abizern/patch-1
Ignore .virthualenv not .virtualenv
2015-05-02 13:19:07 +10:00
Abizer Nasir
89c4f789c0 Remove .virtualenv from Haskell.gitignore
The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
2015-04-30 22:17:04 +01:00
Victor Isadov
ab8236b358 Add Visual Studio Code .gitignore 2015-04-30 12:04:47 +03:00
Goutham Veeramachaneni
e1a89ad432 Fix typo from node_modules to node-modules
Thanks to @arcresu for pointing out!
2015-04-30 10:10:28 +05:30
Carl Suster
8646d7f7d7 Merge pull request #1487 from sveyret/master
Add Java APT class path to Eclipse
2015-04-30 10:25:07 +10:00
Carl Suster
8d0cfa8edb Merge pull request #1488 from Decadence/wordpress
Some WordPress rules
2015-04-30 10:23:03 +10:00
Carl Suster
7f5c998513 Merge pull request #1492 from usagizmo/fix-codeigniter
Fixed CodeIgniter.gitignore
2015-04-30 10:18:28 +10:00
Carl Suster
4948d863fd Merge pull request #1493 from gsnedders/jython-python
Merge the two Python ignore files
2015-04-30 10:17:51 +10:00
Geoffrey Sneddon
5b82602847 Remove the Jython ignore file given it's a subset of the Python one.
Much like how there aren't different files for GCC/Clang/MSVC,
there shouldn't be different files for different Python impls.
2015-04-28 19:41:20 +01:00
Geoffrey Sneddon
a2a1ddb858 Add Jython compiled class files to the Python ignore file. 2015-04-28 19:41:00 +01:00
Takafumi Sekine
82ed46d1a5 Fixed CodeIgniter.gitignore 2015-04-27 19:53:12 +09:00
Victor Isadov
1d3c5658ba Ignore default plugin 2015-04-24 21:24:29 +03:00
Victor Isadov
ff510bed45 Ignoring WordPress readme.html and license.txt.
You don't want to show your WP version to everyone in the web.
2015-04-24 21:10:30 +03:00
Stéphane Veyret
a773ba9b04 Add Java APT class path to Eclipse 2015-04-24 16:28:25 +02:00
Goutham Veeramachaneni
7fd989641e Update npmjs docs link
The previous link gives 404
2015-04-24 16:38:03 +05:30
andres-mancera
b2e72cc133 Adding a few more files/file extensions/directories for Synopsys VCS.
This new version adds:
- fsdb waveforms
- simv.db.dir/ directory for VHDL top configs
- ucli.key
- vc_hdrs.h
- Also added a few comments about where each one of the files come from.
2015-04-23 07:45:39 -07:00
Carl Suster
77e29837cf Merge pull request #1479 from julienbourdeau/master
Rework PrestaShop.gitignore
2015-04-19 15:59:08 +10:00
Carl Suster
ae4c9a065f Merge pull request #1481 from Tandoori/fix-unity-root-folders
Made it so the folders only get ingored in the root
2015-04-19 15:56:09 +10:00
Tandoori
a4661a2d39 Made it so the folders only get ingored in the root
With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root.

I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder.
2015-04-19 01:43:23 +09:00
Julien Bourdeau
75bcbcf392 Rework PrestaShop.gitignore
The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs.
2015-04-17 18:25:26 +02:00
Carl Suster
d9aed588f4 Merge pull request #1477 from GingerGeek/patch-1
New IDE released: CLION
2015-04-17 11:58:20 +10:00
Ginger Geek
884d8411c1 New IDE released: CLION
JetBrains recently released a new C/C++ IDE: CLion
2015-04-16 10:16:48 +01:00
Garen Torikian
2bf7d8a77a Merge pull request #1470 from parkr/patch-1
Add .jekyll-metadata to default Jekyll .gitignore
2015-04-08 12:14:03 -07:00
Parker Moore
925bdbe76e Add .jekyll-metadata to default Jekyll .gitignore 2015-04-08 12:07:41 -07:00
Abizer Nasir
3ee1463b11 Ignore .virthualenv not .virtualenv
This change was introduced in 3bb4e51184, where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv
2015-04-03 19:28:49 +01:00
Tushar Kapila
57faa80a18 Update Maven.gitignore
Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
2015-04-02 22:39:52 +05:30
Carl Suster
62d6528cb1 Merge pull request #1446 from igarcez/master
Stop ignoring app/code/local/Mage
2015-04-01 10:27:29 +11:00
Carl Suster
498f06dae9 Merge pull request #1442 from DanNixon/add-kicad
Create KiCAD.gitignore
2015-04-01 10:26:04 +11:00
Carl Suster
5883804e6c Merge pull request #1459 from shalecraig/patch-1
Link to section being described
2015-03-31 12:55:50 +11:00
Carl Suster
18e0801ff3 Merge pull request #1460 from jcgay/takari-smart-builder
Ignore timing.properties from takari-smart-builder
2015-03-31 12:54:52 +11:00
Carl Suster
2d48f944e3 Merge pull request #1453 from pegurnee/cakephp_headers
comment out CakePHP version headers
2015-03-31 12:35:18 +11:00
shalecraig
5b3bb94904 Link to section being described 2015-03-29 12:24:23 -04:00
Jean-Christophe GAY
7078949f7d Ignore timing.properties from takari-smart-builder
This extension is an alternative scheduler to build multi-module Maven projects.
It stores and updates timing for every build run in .mvn/timing.properties.

http://takari.io/book/30-team-maven.html#takari-smart-builder
2015-03-29 18:11:30 +02:00
Eddie Gurnee
3292d1d35d comment out CakePHP version headers 2015-03-26 01:27:09 -04:00
Ian Garcez
082ab4a3ec Stop ignoring app/code/local/Mage
with 'mage' on the gitignore file, a user can't
add files customized from Mage
2015-03-23 18:11:11 -03:00
Dan Nixon
57e9f2a809 Create KiCAD.gitignore
Add file for KiCAD EDA software
2015-03-19 19:59:59 +00:00
Carl Suster
b8da0e3a89 Merge pull request #1430 from Lucretiel/patch-1
Added coverage annotation files
2015-03-17 11:17:29 +11:00
Lucretiel
ba6f0a94ab Fixed coverage annotation
Added missing wildcard to the `*,cover` coverage annotation.
2015-03-16 10:37:24 -04:00
Carl Suster
2f4cb0220d Merge pull request #1433 from riosc/patch-1
removing aditional white space
2015-03-15 12:47:12 +11:00
Carl Suster
c7bca99f57 Merge pull request #1435 from Dashed/patch-1
Add dSYM folder to C.gitignore for OSX env
2015-03-15 12:46:27 +11:00
Carl Suster
1574483716 Merge pull request #1428 from bondolo/patch-1
Add buildNumber.properties
2015-03-15 12:45:34 +11:00
Carl Suster
03372a587d Merge pull request #1429 from ergl/master
Update Jetbrains.gitignore
2015-03-15 12:45:23 +11:00
Carl Suster
5c5d4dfff9 Merge pull request #1436 from tac0x2a/ignore-cache-dir
Add ".ensime_cache" to "Ensime.gitignore"
2015-03-15 12:43:57 +11:00
Carl Suster
a4bc938b3a Merge pull request #1432 from jakejohns/hotfix/laravel5-env
Add ".env" to Laravel.gitignore
2015-03-15 12:42:28 +11:00
Carl Suster
a818c8ba7e Merge pull request #1438 from myurtoglu/master
Add CUDA.gitignore
2015-03-15 12:40:45 +11:00
myurtoglu
4e33a249cf Add CUDA.gitignore 2015-03-14 17:29:54 -07:00
TAC
e71dfbb6d0 Add .ensime_cache dir
.ensime_cache is cache dir.
2015-03-14 15:22:33 +09:00
Alberto Leal
08de2b88e2 Add dSYM folder to C.gitignore for OSX env
See https://github.com/github/gitignore/pull/527

> For C.gitignore add dSYM folder from Mac OS X to gitignore
2015-03-11 23:14:12 -04:00
riosc
d060ee0e57 removing aditional white space
removing this aditional white space avoid a mistake for beginners developers ignore the pod directory, because is confusing to note when they remove the '#' character and git still is tracking the pod dir.
2015-03-11 15:53:11 -03:00
jake johns
8c0685fd96 Add ".env" to Laravel.gitignore
Laravel 5 uses vlucas/phpdotenv for env configuration.
http://laravel.com/docs/5.0/configuration#environment-configuration
Previous version used env.php files. the new configuration files do not have
.php extension
2015-03-10 02:49:24 -05:00
Lucretiel
9f80691efd Added coverage annotation files
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
2015-03-06 01:06:58 -05:00
ergl
fa9a28a68f Updated Jetbrains.gitignore 2015-03-05 10:56:18 +01:00
Mike Duigou
5d55d5cd9a Add buildNumber.properties
The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties.
2015-03-02 11:38:10 -08:00
Carl Suster
4a9d41f894 Merge pull request #1352 from sebgod/mercury-add-modules
Mercury.gitignore: Add Mercury.modules
2015-03-01 13:11:18 +11:00
Carl Suster
5a46616766 Merge pull request #1411 from ptigwe/master
Ignore auxiliary files for gnuplottex
2015-03-01 13:05:34 +11:00
Carl Suster
2b1fe3e280 Merge pull request #1410 from adamasantares/master
Update Joomla.gitignore
2015-03-01 13:02:49 +11:00
Carl Suster
69fef749cb Add an explanation to reduce PHP framework clutter 2015-03-01 12:53:03 +11:00
Carl Suster
eaeed89430 Merge pull request #1407 from relekang/python-cumulative-coverage
Add .coverage. to Python.gitignore
2015-03-01 12:44:09 +11:00
Carl Suster
4dafb36bab Merge pull request #1405 from occidens/OSX
Expand list of root-of-volume dotfiles
2015-03-01 12:42:58 +11:00
Carl Suster
8142e0af5a Merge pull request #1412 from dareonion/master
add dependency-reduced-pom.xml, which is a maven shader thing
2015-03-01 12:39:00 +11:00
Carl Suster
d5813d679e Merge pull request #1418 from cdepillabout/haskell-remove-cabal.config
Remove cabal.config from Haskell gitignore
2015-03-01 12:35:22 +11:00
Carl Suster
6cd95612a2 Merge pull request #1423 from Gurmeet-Singh/Updating-TEX.gitignore
Added backup files for WinEdt
2015-03-01 12:31:09 +11:00
Gurmeet-Singh
b2f2bf499c Added backup files for WinEdt
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
2015-03-01 06:00:44 +05:30
(cdep)illabout
a41a63e5e5 Remove cabal.config from Haskell.
The Stackage project provides a cabal.config which locks in a specific
package set.  This file should be shared between developers project so
that everyone is developing using the same versions of packages.
2015-02-24 16:10:30 +09:00
Brendan Forster
557c62cd54 Merge pull request #1416 from King2500/patch-1
Small fix: missing space
2015-02-22 12:01:57 +10:00
Thomas Schulz
29be7fc193 Small fix: missing space 2015-02-21 18:26:29 +01:00
Brendan Forster
f9680e32b8 Merge pull request #1414 from iamsebastian/patch-1
Update Node.gitignore
2015-02-20 19:43:56 +10:00
Sebastian Blei
7e8db0da2c Update Node.gitignore
Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
2015-02-19 09:20:28 +01:00
Darren Yin
c4f14a165a add dependency-reduced-pom.xml, which is a maven shader thing 2015-02-17 13:07:24 -08:00
Tobenna Peter Igwe
98c0c9d302 Ignore auxiliary files for gnuplottex 2015-02-17 11:23:38 +00:00
Konstantin
75df01fcdc Update Joomla.gitignore
update for Joomla 3.3.6
2015-02-13 13:39:43 +05:00
Rolf Erik Lekang
478fa5869e Add .coverage. to Python.gitignore
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
2015-02-12 11:17:44 +01:00
William West
8478c871f3 Expand list of root-of-volume dotfiles
In addition to `.Spotlight-V100` and `.Trashes`, the following dotfiles
may appear at the root of all OSX volumes (not just external disks):

- `.DocumentRevisions-V100`: auto-save and versions storage
- `.fseventsd`: file system event storage
- `.Temporaryitems`: temp directory used by some applications instead of
                     /tmp and /var/tmp
- `.VolumeIcon.icns`: storage of custom icon for volume, if set
2015-02-11 10:11:30 -05:00
Carl Suster
c1cd9540de Merge pull request #1397 from maieul/master
minted 2.0 makes new files
2015-02-08 13:59:57 +11:00
Carl Suster
3ebb3221cc Merge pull request #1389 from joomalungma/patch-1
joomla 3.3.6
2015-02-06 14:36:58 +11:00
Carl Suster
0a8b50b687 Merge pull request #1391 from skuschel/master
add .eggs/ directory to Python.gitignore
2015-02-06 14:33:48 +11:00
Carl Suster
0a8b6b9b2b Merge pull request #1396 from polamjag/ignore-vendor-bundle-on-ruby
ignore /vendor/bundle on Ruby.gitignore
2015-02-06 14:28:20 +11:00
Carl Suster
5d8b19ad57 Merge pull request #1398 from pamrichmond/patch-1
Correct URL for NPM URL reference
2015-02-06 14:25:07 +11:00
Pam Richmond
d2a69875de Correct URL for NPM URL reference
URL for commented reference has been updated
2015-02-05 10:21:40 -06:00
maieul
197c5727c5 minted 2.0 makes new files 2015-02-05 14:53:22 +01:00
polamjag
2afbfbdb10 add /vendor/bundle 2015-02-05 19:05:03 +09:00
Carl Suster
98a0d1176b Merge pull request #1390 from karenetheridge/topic/perl_20150201
ignore new scratch directory for metadata
2015-02-05 14:54:45 +11:00
Brendan Forster
4e806b70bb Merge pull request #1388 from elerch/patch-1
add *.vs/ to ignore VS files in VS15 CTP5
2015-02-05 11:54:30 +11:00
Emil Lerch
72e24c5ba6 remove Roslyn cache directory for VS 2015 CTP 1-4 2015-02-04 12:11:03 -08:00
Denis Grinyuk
79234283de Reworked Lazarus.gitignore according to Lazarus Wiki
http://wiki.freepascal.org/File_extensions
2015-02-03 17:37:55 +03:00
Stephan Kuschel
8f8e4e79bd add .eggs/ directory to Python.gitignore 2015-02-02 22:46:23 +01:00
Karen Etheridge
2950de4ba9 ignore new scratch directory for metadata
This directory is created by ExtUtils::MakeMaker starting with version
7.05_05, via this commit:
b6a9eba5b0

It was added to the default MANIFEST.SKIP in ExtUtils-Manifest 1.70, here:
e0f44577f8
2015-02-01 17:10:53 -08:00
Nikita
4d77067ae6 joomla 3.3.6 2015-01-30 21:00:13 +03:00
Emil Lerch
68f746b320 add *.vs/ to ignore VS files in VS15 CTP5
As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
2015-01-29 07:42:40 -08:00
Carl Suster
2500b4c80a Merge pull request #1382 from github/revert-1343-master
Revert "Ignore npm-debug.log"
2015-01-24 15:44:28 +11:00
Carl Suster
cbe3b7bf37 Revert "Ignore npm-debug.log" 2015-01-24 15:43:52 +11:00
Carl Suster
70d01c389d Merge pull request #1282 from andres-mancera/synopsys_vcs
Adding gitignore file for Synopsys VCS simulator.
2015-01-22 17:25:09 +11:00
andres-mancera
e3f9a54515 Moving SynopsysVCS.gitignore into Global/.
Whether to use VCS or any other simulator is a choice of the individual designer rather than of the project as a whole.
2015-01-21 20:45:09 -08:00
Carl Suster
3aab1a12c3 Merge pull request #1319 from mviranyi/master
Unity3D - Cache files, solution settings files and meta file update
2015-01-22 14:27:34 +11:00
Carl Suster
3e5b733ad3 Merge pull request #1262 from janno-p/master
User-specific files for MonoDevelop/Xamarin Studio.
2015-01-22 14:24:34 +11:00
Carl Suster
77e1463e48 Merge pull request #1378 from rafaelstz/patch-4
Setup of the development environment.
2015-01-22 14:15:49 +11:00
Rafael Corrêa Gomes
cd72caa6a5 Only .htaccess.sample 2015-01-21 23:37:22 -02:00
Carl Suster
0232b30749 Merge pull request #1365 from geoffschoeman/master
Add Google App Engine generated folder
2015-01-22 11:36:49 +11:00
Carl Suster
2f75d9020e Merge pull request #1376 from rafaelstz/patch-2
Base path to placeholder images
2015-01-22 11:22:49 +11:00
Rafael Corrêa Gomes
525a16313e Setup of the development environment.
The .htaccess settings depend on the development environment, in some cases it is not used.
2015-01-21 19:45:11 -02:00
Rafael Corrêa Gomes
e6d0be8f10 Base path to placeholder images
Base is media/catalog/product/placeholder/default/ and media/catalog/product/placeholder/my-theme/ new placeholder set on admin.
2015-01-21 19:26:49 -02:00
andres-mancera
0854e48806 Removing the last two lines since they are editor-specific (Namely, VI and Emacs).
As Carl has pointed out, they are covered by other templates under Global/.
2015-01-21 10:00:29 -08:00
Richard Astbury
aa853a08e9 added the orleans.codegen.cs file automatically generated by Orleans 2015-01-21 11:02:28 +00:00
Carl Suster
2609c4c728 Merge pull request #1373 from wafiq/patch-1
Typo in comment
2015-01-21 19:48:19 +11:00
Wafiq Rodzuan
33546effa9 Typo in comment
I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file.
2015-01-21 16:30:32 +08:00
Carl Suster
608690d6b9 Merge pull request #1364 from nwest/swift-carthage
Add Carthage build folder and explaination
2015-01-16 15:47:52 +11:00
Geoff Schoeman
0ed7e94854 Added template for Google App Engine 2015-01-15 19:05:19 -05:00
Nate West
36ebe1a596 Add Carthage build folder and explaination 2015-01-15 11:28:08 -05:00
Carl Suster
8bc0e535bb Merge Pull Request #1338 for Eclipse
Fixes #1217.

Once again ignore .classpath and .project in the Eclipse template. This has
been requested in multiple PRs such as #1338 and #1221 and is essentially a
reversion of #805. I copy the explanation for this change from the discussion
in #1217 by @segfly:

*In short*:

I can't point to any counter-documentation off the top of my head. I just know
from experience these files pollute a project's repo without adding value
- that is, unless everyone contributing is using Eclipse and no-one is using
dependency management. And even then, the guidance provided by the eclipse docs
is bad advice.

*In Long*:

The .classpath file is used by Eclipse to maintain the project's classpath
during automatic compile (every save of a file). In the olden days, one would
manually configure the project within the Eclipse UI and include all the
dependent jars necessary to compile your project. Eclipse then wrote that
configuration out to the .classpath file.

In theory, this file could be shared with others so they did not have to
manually configure their eclipse classpath. In practice, I never saw it work
out quite so well due to eventual bloating of the classpath with needless jars
or jars that only existed on one person's machine. Mind you, many people back
then also used to check their dependent jars into version control along with
their source.

Dependency management tools like Gradle and Maven have done away with all that
of course. But they also integrate nicely with Eclipse and manage the project
classpath dynamically. The .classpath file is basically rebuilt based on
changes to the build.gradle file or pom.xml file. Effectively, this renders the
whole point of checking in the .classpath moot as it is easily rebuilt by the
Maven or Gradle plugin.

The .project file is another animal completely. It basically describes what
plugins should be applied to the project as configured in the Eclipse UI. Again
the theory is it could be shared and creates a happy world. But due to
different eclipse versions people may have, different plugins installed, etc.
sharing the .project file actually causes more issues. And I've seen many
projects unable to open due to a bad .project file - requiring one to delete it
anyway (which then of course, when someone recreates it, they inevitably check
it in over the old one and end up breaking someone else's environment).

The bottom line is, regardless of what the eclipse documentation says, these
are very much internal configuration files for eclipse and best left out of
a repo.
2015-01-15 11:41:35 +11:00
Carl Suster
1fea76a08e Merge pull request #1285 from paolofulgoni/gradle-wrapper
Avoid ignoring Gradle wrapper jar file
2015-01-15 11:29:23 +11:00
Carl Suster
ce6ed14496 Merge pull request #1306 from Hillkorn/patch-1
Added missing gradle netbeans directory
2015-01-14 12:17:31 +11:00
Carl Suster
ecaf2de8fa Merge pull request #1353 from mbaltaks/patch-1
Ignore the pip self check marker file in a Virtualenv.
2015-01-14 12:11:40 +11:00
Carl Suster
fdc78cd32d Merge pull request #1362 from stevelacy/master
Add .Trash-* to ignore Linux partition or ext disk trash folders
2015-01-14 11:55:05 +11:00
Carl Suster
edde2fcd95 Merge pull request #1359 from masgo/master
Update TeX.gitignore
2015-01-14 11:51:49 +11:00
Steve Lacy
586674cfb4 add .Trash-* to ignore Linux partition or ext disk trash folders 2015-01-13 15:31:58 -07:00
Rob
9fd651e00f Update TeX.gitignore
*.synctex is generated when the synctex option is used under Windows.
2015-01-13 09:40:43 +01:00
Michael Baltaks
37f888d5cd Ignore the pip self check marker file in a Virtualenv. 2015-01-10 17:49:44 +11:00
Sebastian Godelet
d0748cf9a4 Mercury.gitignore: Add Mercury.modules
The Mercury.modules file can be auto-generated by the Mercury compiler,
as such it appears only in Makefiles, and should therefore be ignored.
2015-01-09 13:06:58 +08:00
Carl Suster
6f8aee0564 Merge pull request #1311 from rafaelstz/patch-1
root sitemap.xml
2015-01-08 12:55:10 +11:00
Carl Suster
f6c017edc2 Merge pull request #1344 from tral/master
Built application files (for Android Studio projects)
2015-01-08 12:49:27 +11:00
Carl Suster
5130d9a506 Merge pull request #1349 from MOROZILnic/patch-1
Update VisualStudio.gitignore
2015-01-08 12:48:38 +11:00
tralchonok
45bf307ca7 moved 2015-01-07 19:40:23 +05:30
Carl Suster
19e774822b Merge pull request #1257 from sidewinder94/patch-1
Ignoring Pow environment settings (Rails)
2015-01-07 16:58:02 +11:00
Carl Suster
a69c4aafb7 Merge pull request #1303 from vladon/master
Added Castalia *.stat files
2015-01-07 16:54:53 +11:00
Carl Suster
3c36466ce4 Merge pull request #1288 from cake17/add-cakephp3
add rules for new CakePHP 3
2015-01-07 16:42:23 +11:00
Carl Suster
2a77fa433f Merge pull request #1286 from adamliter/master
Ignore some auxiliary files from knitr
2015-01-07 16:41:23 +11:00
Carl Suster
758848d4ae Merge pull request #1343 from jenrik/master
Ignore npm-debug.log
2015-01-07 16:35:36 +11:00
Carl Suster
1b2072a8cd Merge pull request #1253
Some visual Studio 6 specific file types. See documentation at:
http://msdn.microsoft.com/en-us/library/aa260829(v=vs.60).aspx
http://msdn.microsoft.com/en-us/library/aa239568(v=vs.60).aspx

Closes #1253 with amendments
2015-01-07 16:31:03 +11:00
Carl Suster
f84293b9ce Merge pull request #1333 from adamrights/feature/redis
Add a global redis ignore file.
2015-01-07 16:18:53 +11:00
Carl Suster
7c24eebba9 Merge pull request #1308 from ovanschie/patch-1
Update for Magento 1.9.1
2015-01-07 16:17:11 +11:00
Carl Suster
29c7bc87c5 Merge pull request #1305 from carlodri/patch-1
Create IGORPro.gitignore
2015-01-07 16:09:54 +11:00
Carl Suster
72d6f2cf84 Merge pull request #1312 from rogersuen/global-jdev
Global JDeveloper.gitignore
2015-01-07 16:08:04 +11:00
Carl Suster
95a6bdab6a Merge pull request #1163 from ma499/nodejs-visualstudio
Ignore analysis files from Node.js tools for Visual Studio 2013
2015-01-07 15:34:23 +11:00
Carl Suster
f9a4711e47 Merge pull request #1226 from dmbaturin/master
Add ocamlbuild and oasis generated files to OCaml .gitignore
2015-01-07 15:25:21 +11:00
Carl Suster
4d3f69ab13 Merge pull request #1342 from adelq/master
Create Nim.gitignore
2015-01-07 15:24:24 +11:00
Carl Suster
e1d64cec0e Merge pull request #1346 from ldrumm/master
Added a .gitignore template for Lua based projects.
2015-01-07 15:21:13 +11:00
Carl Suster
9f1b7d77e2 Capitalise initial letter in template filenames for consistency/sorting 2015-01-07 15:16:27 +11:00
Carl Suster
6500aa8dc1 Merge pull request #1350 from julianpistorius/patch-1
Should "boostrap.json" be "bootstrap.json"?
2015-01-07 15:11:27 +11:00
Julian Pistorius
04d53334b8 Should "boostrap.json" be "bootstrap.json"?
And what about the other bootstrap.* files?
2015-01-06 17:11:00 -07:00
Matthias Viranyi
3a959fc2ae Update Unity.gitignore
And removes the last new line.
2015-01-05 14:27:24 +01:00
Matthias Viranyi
5409dc172d Update Unity.gitignore
Removes queried extensions.
2015-01-05 14:18:30 +01:00
MOROZILnic
f535820080 Update VisualStudio.gitignore
Ignoring *.cache as well as *.Cache
2015-01-04 22:17:12 +03:00
cake17
458355f1bf rearrange rules for CakePHP 2 2015-01-04 15:44:47 +01:00
Luke Drummond
b85372b2d8 Added a .gitignore template for Lua based projects.
Added common ignore globs for Lua, an extensible, high-performace, lightweight multi-paradigm language designed for embedded scripting.

    http://www.lua.org/about.html (More info at https://en.wikipedia.org/wiki/Lua_(programming_language) )

The de-facto package manager for Lua is LuaRocks.

   http://luarocks.org/

- LuaRocks creates a number of files as part of the build process.  These are ignored (*.src.rock, *.tar.gz, *.zip)
- Lua modules are conventionally written in C as shared libraries.  Common build artifacts for C projects copied from C.gitignore
2015-01-03 17:12:56 +00:00
tralchonok
45bc1aeeac # Built application files (for Android Studio projects) 2015-01-02 22:08:47 +05:30
Jenrik
3c1fc5972a Ignore npm-debug.log
Debug log from npm is now ignored
2015-01-02 01:38:25 +01:00
Adel Qalieh
a7601b9697 Create Nim.gitignore 2014-12-30 17:23:11 -05:00
Nicholas Pace
b4f1a94691 Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template
2014-12-26 22:23:09 -05:00
Carl Suster
13f15a38f3 Merge pull request #1325 from aurmil/magento-modman
Ignore Magento .modman directory
2014-12-23 21:01:34 +11:00
Carl Suster
3ed4405a34 Merge pull request #1218 from bbodenmiller/patch-3
update comment on ignoring repositories.config
2014-12-23 11:56:45 +11:00
Carl Suster
69eccb80fd Merge pull request #1323 from aurmil/magento-root-files
Fix Magento PHP root files names patterns
2014-12-23 11:36:07 +11:00
bedella
cfd038734d Add a global redis ignore file.
Ignores all .rdb files, (default: dump.rdb).

These files contain a binary representation of the in-memory
redis data that is generated using cli tools or on a redis
failure.

They can be used to restore a redis db, and may contain
sensitive data so should not be saved in version control.
2014-12-22 17:08:52 -05:00
Carl Suster
d299d9751a Merge pull request #1327 from lighght/patch-1
add ignore achemso bib file (acs-*.bib) to TeX.gitignore
2014-12-21 15:08:13 +11:00
lighght
27f949d77e Add ignore achemso aux file acs-<tex filename>.bib
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
2014-12-20 11:57:43 -05:00
Aurélien Millet
5b204a68b7 Ignore modman directory 2014-12-17 11:18:05 +01:00
Aurélien Millet
30b6549bfe fix magento root files
without leading slash, it ignores all files with these names (cron.php,
get.php, index.php, api.php), whereveer they are
2014-12-16 11:37:27 +01:00
Matthias Viranyi
80b400595b Adds forgotten UnityVS / VS2013 related solution files. 2014-12-12 14:26:12 +01:00
Matthias Viranyi
8b00fa88a8 Adds several annoying files to Unity3D ignore file, like platform cache files (Mac + Windows), the famous Unity3D pidb.meta 2014-12-12 14:04:48 +01:00
Carl Suster
d7161533f1 Merge pull request #1317 from arkeidolon/patch-1
Add space at Unity gitignore comment
2014-12-12 16:03:20 +11:00
Clarke Plumo
2f96e3484b Add space at Unity gitignore comment 2014-12-12 10:25:22 +08:00
Brendan Forster
369fe3bfe0 Merge pull request #1315 from bbodenmiller/patch-4
VisualStudio.gitignore: no good reason to ignore sql folder
2014-12-12 12:51:58 +10:30
Ben Bodenmiller
0fe5c192d9 no good reason to ignore sql folder 2014-12-11 15:21:38 -08:00
Carl Suster
72d8ae3d10 Merge pull request #1307 from Frozenfire92/patch-1
Unity: Fix solution/project files for nested directories.
2014-12-12 01:54:23 +11:00
Roger Suen
e2de441a3e doc JDeveloper.gitignore 2014-12-10 06:50:42 +08:00
Roger Suen
d9dfd076c9 added depoy/ and javadoc/ to JDeveloper.gitignore 2014-12-10 06:21:26 +08:00
Rafael Corrêa Gomes
86c6c19687 root sitemap.xml
The Magento production is configured to automatically generate the sitemap.xml, as is the url is taken as a base, it is important to be ignored.
2014-12-08 22:23:35 -02:00
Olav van Schie
0ff1028266 Update for Magento 1.9.1
Added Configurable Swatches and Pelago lib to ignore list
2014-12-05 10:34:36 +01:00
Joel Kuntz
103740bdb1 Fix solution/project files for nested directories.
By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
2014-12-04 21:43:44 -04:00
Dennis Schumann
fcc66a0ac8 Added missing gradle netbeans directory 2014-12-04 17:43:52 +01:00
Carlo Dri
92b9dd5f76 Create IGORPro.gitignore
.gitignore template file for repositories of Wavemetrics IGOR Pro functions (.ipf files).
2014-12-03 11:33:11 +01:00
Vladislav Yaroslavlev
c57220f93e Added Castalia *.stat files
Castalia is a free plugin for Delphi since XE7. It uses *.stat files to
save statistics of the IDE usage for each project (compile time, debug
time etc.)

It is safe to delete it, and it is useless to move *.stat files between
developers (each developer has its own IDE statistics).
2014-12-01 23:08:13 +03:00
Carl Suster
c6e6d99b65 Merge pull request #1290 from djboni/master
Add LibreOffice.gitignore
2014-12-01 14:05:59 +11:00
Carl Suster
32c88e2a46 Merge pull request #1284 from jakepetroules/patch-1
Ignore Qt Creator cache files for Qbs projects.
2014-11-29 16:51:59 +11:00
Carl Suster
b584eee4d6 Merge pull request #1263 from jangorecki/master
R.gitignore - exclude vignettes products
2014-11-29 15:38:28 +11:00
Carl Suster
39365da385 Merge pull request #1280 from renhx/rails-sqlite3-journal
Added *.sqlite3-journal to Rails.gitignore
2014-11-29 15:36:40 +11:00
Carl Suster
e69894bc7b Merge pull request #1293 from marcelkorpel/master
Add .SRCINFO
2014-11-29 15:26:19 +11:00
Carl Suster
b66756fbc9 Merge pull request #1298 from adamliter/r
Add history file that is generated by R.app for Mac OS
2014-11-29 15:19:44 +11:00
Adam Liter
60ff5ad75a Add history file that is generated by R.app for Mac OS 2014-11-27 18:39:00 -06:00
Brendan Forster
e0c0883a6a Merge pull request #1292 from taspeotis/master
Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
2014-11-24 09:52:50 +10:30
Marcel Korpel
2d62f6c591 Add .SRCINFO
See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html
2014-11-23 16:59:38 +01:00
Todd Aspeotis
79b46295bf Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
This reverts commit b07a0904e3.
2014-11-23 15:41:09 +10:00
Djones Boni
0b421ba8db Move LibreOffice.gitignore to /Global 2014-11-22 20:22:52 -02:00
cake17
ab44a0a1de add rules for new CakePHP 3 2014-11-20 09:30:16 +01:00
Adam Liter
cd7a8530d6 Ignore auxiliary files from knitr 2014-11-19 22:55:34 -05:00
Djones Boni
4493311afa Add LibreOffice.gitignore 2014-11-19 10:38:01 -02:00
Paolo Fulgoni
9ce20aa179 Avoid ignoring Gradle wrapper jar file
This is added because .jar files are usually ignored (see Java.gitignore)
2014-11-18 17:30:56 +01:00
Antoine-Ali Zarrouk
15aa5a8af2 Removed .powconfig line
Couldn't find any references to .powconfig  being used in application directory
2014-11-18 10:05:35 +01:00
Antoine-Ali Zarrouk
a891529b38 Targeted more specifically pow files 2014-11-18 09:55:58 +01:00
Jake Petroules
4011c95e26 Ignore Qt Creator cache files for Qbs projects. 2014-11-16 12:04:57 -08:00
Brendan Forster
d866fb5561 Merge pull request #1241 from sayedihashimi/master
adding bower_components
2014-11-16 10:45:21 +08:00
Brendan Forster
6a9bf14438 Merge pull request #1283 from ob1cot/ob1cot-addidecachefolder
adding entry for ignoring <solutionname>.sln.ide folder which contains v...
2014-11-16 09:56:34 +08:00
robertob
b07a0904e3 adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data 2014-11-15 13:13:15 -08:00
andres-mancera
d48f063d60 Adding gitignore file for Synopsys VCS simulator. 2014-11-13 14:40:35 -08:00
renhx
15e56afe09 Added *.sqlite3-journal to Rails.gitignore 2014-11-13 17:34:19 +09:00
Carl Suster
1a6b68c006 Merge pull request #1197 from TonyArra/extjs
Add gitignore for Sencha/Extjs
2014-11-13 14:12:32 +11:00
Tony Arra
471400a122 Remove ExtJS-MVC 2014-11-12 12:55:47 -05:00
Carl Suster
137ea2e8ac Merge pull request #1233 from stuartpb/patch-1
Restore original comment about node_modules
2014-11-12 18:54:40 +11:00
Stuart P. Bentley
9988b4bfe0 Let node_modules FAQ URL speak for itself 2014-11-11 23:47:18 -08:00
Carl Suster
986530f3e0 Merge pull request #1261 from jaxx/master
Ignore debug information files
2014-11-12 18:43:22 +11:00
Carl Suster
38a7a5d98d Merge pull request #1271 from bitemyapp/patch-1
Added Haskell GHC profiling related files
2014-11-12 18:41:20 +11:00
Carl Suster
530bca8290 Merge pull request #1267 from rogersuen/global-jdev
added JDeveloper.gitignore
2014-11-12 18:30:24 +11:00
Carl Suster
cb72558166 Merge pull request #1272 from jakubtuchol/dynhaskell
adding dynamically linked haskell libraries
2014-11-12 18:28:06 +11:00
Carl Suster
16053ba600 Merge pull request #1264 from arteymix/master
Added a gitignore for Anjuta IDE http://anjuta.org/
2014-11-08 12:36:47 +11:00
Guillaume Poirier-Morency
8bdd66a95d Ignore the symbole database which is a generated binary file. 2014-11-07 14:09:57 -05:00
Jakko Sikkar
5a820a2b1d revert 2014-11-06 09:27:27 +02:00
Carl Suster
6d91b087d2 Merge pull request #1225 from thurask/momentics
Add user-specific settings to Momentics.gitignore
2014-11-06 14:18:50 +11:00
Carl Suster
6978506972 Merge pull request #1266 from parched/master
ArchLinuxPackages: Ignore AUR metadata (.AURINFO)
2014-11-06 14:15:29 +11:00
Carl Suster
85428a7fe6 Merge pull request #1259 from Kaceykaso/patch-1
Create CodeKit.gitignore
2014-11-06 14:09:29 +11:00
Carl Suster
c9ad00b97f Merge pull request #1273 from bbodenmiller/patch-4
Create MicrosoftOffice
2014-11-06 14:04:22 +11:00
Ben Bodenmiller
740274428e Create MicrosoftOffice
Continuation of https://github.com/github/gitignore/pull/594/ and details from http://support.microsoft.com/kb/211632
2014-11-05 18:09:27 -08:00
Jakub Tucholski
c87522b7cd adding dynamically linked haskell libraries 2014-11-03 10:57:05 -06:00
Chris Allen
620583277b Added Haskell GHC profiling related files 2014-11-03 00:44:05 -06:00
jaxx
a33f1453ec Update Rust.gitignore 2014-11-02 23:12:25 +02:00
Roger Suen
4d47a1ed98 added JDeveloper.gitignore 2014-10-27 11:05:54 +08:00
James Duley
778c57b913 ArchLinuxPackages: Ignore AUR metadata (.AURINFO) 2014-10-26 13:45:18 +13:00
Guillaume Poirier-Morency
3c19923314 Added a gitignore for Anjuta IDE http://anjuta.org/ 2014-10-25 14:03:48 -04:00
jangorecki
9010a3a58a exclude vignettes products 2014-10-25 12:28:19 +02:00
Janno Põldma
c29dc9690a User-specific files for MonoDevelop/Xamarin Studio. 2014-10-24 17:33:15 +03:00
jaxx
487c4257fc Update Lazarus.gitignore 2014-10-24 16:34:24 +03:00
Kacey Coughlin
622a331692 Create CodeKit.gitignore 2014-10-21 14:59:29 -07:00
Antoine-Ali Zarrouk
825ec35036 Ignoring Pow environment settings 2014-10-21 11:50:16 +02:00
alexanderKhaustov
f82a2b4e16 Added links to msdn as per Carl Suster request 2014-10-21 11:19:33 +04:00
Carl Suster
408c616ae0 Merge pull request #1232 from thunsaker/patch-1
Added New Files created by Crashlytics Plugin
2014-10-20 17:47:22 +11:00
Thomas Hunsaker
44d16a3050 Another tweak 2014-10-19 22:43:15 -07:00
Thomas Hunsaker
d9d60deaf0 Minor tweaks 2014-10-19 22:41:27 -07:00
Carl Suster
4da8043524 Merge pull request #1251 from tomsquest/master
Ignore iml file anywhere
2014-10-20 12:55:21 +11:00
Carl Suster
6100f5ea04 Merge pull request #1215 from devoncarew/patch-3
Update Dart.gitignore
2014-10-20 12:51:28 +11:00
Carl Suster
ec7fec00be Merge pull request #1223 from mlacorte/patch-1
Ignore HPC files generated by GHC
2014-10-20 12:45:24 +11:00
Carl Suster
0f33f34295 Merge pull request #1234 from stuartpb/patch-2
Explain .lock-wscript and move it
2014-10-20 12:41:16 +11:00
Carl Suster
d13e68a669 Merge pull request #1248 from iori-o/emacs_cask
Adding .cask directory to Global/Emacs.gitignore
2014-10-20 12:35:23 +11:00
Carl Suster
99bae0fd6b Merge pull request #1250 from TreeRex/ignore-nrepl
Added Cider's .nrepl-port file.
2014-10-20 12:34:44 +11:00
Carl Suster
09125b338a Merge pull request #1252 from paolofulgoni/tortoisegit
Create TortoiseGit.gitignore
2014-10-20 12:32:28 +11:00
Carl Suster
db181ccff2 Merge pull request #1249 from leandrodeleite/master
Scala/Eclipse .gitignore updates
2014-10-20 12:26:32 +11:00
leandrodeleite
3d0bbe3a5c Ignore .history files 2014-10-19 08:59:24 -02:00
Alexander Khaustov
b8b7ebfc3e Some visual studio 6 specific file types 2014-10-17 16:38:16 +04:00
Paolo Fulgoni
abafa2d26f Create TortoiseGit.gitignore 2014-10-17 14:17:08 +02:00
leandrodeleite
b2268f2b54 Merge branch 'master' of github.com:leandrodeleite/gitignore
Conflicts:
	Scala.gitignore
2014-10-16 19:29:40 -03:00
leandrodeleite
437193990b Ignore .cache files
Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
2014-10-16 19:27:31 -03:00
Thomas Queste
a7e4e3af05 Ignore iml file anywhere
Intellij's iml file can be anywhere on the path.
This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory.
2014-10-16 15:53:23 +02:00
Tom Emerson
8b02143fb7 Added Cider's .nrepl-port file. 2014-10-15 12:23:58 -04:00
leandrodeleite
fbdea1ab36 Ignore .cache files
Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
2014-10-15 12:59:30 -03:00
leandrodeleite
ca4a3db967 Remove trailing space 2014-10-15 12:41:48 -03:00
Iori ONDA
8b37dbd824 Adding .cask directory to Global/Emacs.gitignore 2014-10-15 16:06:43 +09:00
Carl Suster
d9cc01e935 Merge pull request #1245 from daroczig/master
revert 1f84661643
2014-10-13 09:36:09 +11:00
Gergely Daróczi
ab7b6dba4a revert 1f84661643
Details: `RData` is a valid file format for bundling data with an R
package based on the "Writing R Extensions" manual:
http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages
2014-10-13 00:25:41 +02:00
Sayed Ibrahim Hashimi
b3a5977399 adding bower_components 2014-10-08 16:00:37 -07:00
Stuart P. Bentley
e4e5da63fa Explain .lock-wscript and move it
This changes the comment to better explain what .lock-wscript is for
(it's for the [obsolete][v0.8.0] node-waf build system), and moves it
next to the other ignore pattern(s) for binary module compilation artifacts.

[v0.8.0]: http://blog.nodejs.org/2012/06/25/node-v0-8-0/
2014-09-30 22:23:32 -07:00
Stuart P. Bentley
2d111edfb0 Restore original comment about node_modules
It's not the opinion of "some people", it's a conditional circumstance.
Even proponents of checking node_modules into Git agree that you
shouldn't do it when you're writing a module to be included as a
dependency on npmjs.org: the advantage of checking node_modules
into Git is only for fully-packaged apps, which is why the original
comment was what it was.
2014-09-30 22:17:25 -07:00
Thomas Hunsaker
0b51b6e485 Added New Files created by Crashlytics Plugin
These are relatively new, the crashlytics.properties file contains the secret and can [alternatively](https://plus.google.com/+AntonioBertucci/posts/S9krjvXfgfm) contain the apikey to rid your repo of the extra strings file.
2014-09-29 23:47:10 -07:00
Carl Suster
298588469a Merge pull request #1231 from oohnajra/patch-1
Update Umbraco.gitignore
2014-09-30 10:29:01 +10:00
Arjan
f0a857e895 Update Umbraco.gitignore 2014-09-29 16:31:58 +02:00
Daniil Baturin
044d46a0c4 Add ocamlbuild and oasis generated files to OCaml .gitignore 2014-09-24 18:08:03 +07:00
thurask
2201df76be Add user-specific settings to Momentics.gitignore
The .settings folder contains all of the user-specific preferences for Momentics (like it does for Eclipse, since they're the same underneath). Should be local only.
2014-09-23 01:07:37 -04:00
Michael LaCorte
babb4fccdb Ignore HPC files generated by GHC
"GHC creates a subdirectory .hpc in the current directory, and puts HPC index (.mix) files in there..."

https://www.haskell.org/ghc/docs/7.4.2/html/users_guide/hpc.html
2014-09-21 23:03:37 -07:00
Ben Bodenmiller
8099bb4c9a update comment on ignoring repositories.config 2014-09-20 03:37:39 -07:00
Devon Carew
64ca10514b Update Dart.gitignore
Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
2014-09-17 21:31:39 -07:00
Carl Suster
7acb3d6cdc Merge pull request #1213 from mturnwall/master
Add sourcemaps to the Sass ignore
2014-09-18 12:30:50 +10:00
Carl Suster
6ea8f9abeb Merge pull request #1212 from Fuhrmann/patch-1
Typo in Jetbrains gitignore
2014-09-18 12:30:28 +10:00
Michael Turnwall
dbadafb805 Add sourcemaps to the Sass ignore
When merging branches there are usually conflicts with the CSS sourcemaps. It's not an issue to just recompile the CSS to generate a new sourcemap but having the file ignored helps to save an unnecessary step.
2014-09-17 11:23:16 -07:00
Ricardo Fuhrmann
6563b1ae81 Typo in Jetbrains gitignore 2014-09-17 09:13:03 -04:00
Carl Suster
4ddafa3728 Merge pull request #1189 from github/remove-tasm
[Tasm] Remove template
2014-09-15 12:19:28 +10:00
Carl Suster
5aa7e578c9 Merge pull request #1190 from github/remove-target3001
[Target3001] Remove template
2014-09-15 12:14:06 +10:00
Carl Suster
ffe6313d2f Merge pull request #1192 from github/remove-bancha
[Bancha] Remove template
2014-09-15 12:10:18 +10:00
Carl Suster
21d6792d20 Merge pull request #1207 from vboctor/patch-1
Add *.userosscache to Visual Studio .gitignore
2014-09-15 12:05:08 +10:00
Carl Suster
98766b326c Merge pull request #1208 from mstrcnvs/patch-1
Adding new file generated by the built-in venv module in Python 3
2014-09-15 12:02:46 +10:00
Carl Suster
b364025ef6 Merge pull request #1209 from thurask/momentics
Add .qm files to Momentics.gitignore
2014-09-15 12:00:31 +10:00
Carl Suster
75f8ee2f26 Merge pull request #1210 from Budjhete/master
Ignores *.xojo_uistate
2014-09-15 11:58:57 +10:00
Guillaume Poirier-Morency
07ca9ca19c Ignores *.xojo_uistate
This is the new file extension for Xojo.
2014-09-14 11:54:56 -04:00
thurask
52d61fc032 Add compiled translations to Momentics.gitignore
This .gitignore now ignores everything that build clean gets rid of
2014-09-13 01:56:41 -04:00
Rafael Canovas
d0c43882ea Adding new file rule generated by the built-in venv module in Python 3
As described on https://docs.python.org/dev/library/venv.html#creating-virtual-environments
2014-09-11 17:30:27 -03:00
Carl Suster
5a339cce0d Merge pull request #1193 from github/remove-quartus2
[Global/Quartus2] Remove template
2014-09-11 11:21:37 +10:00
Victor Boctor
fdde4a04d3 Add *.userosscache to Visual Studio .gitignore
I haven't found good documentation for this file online, but it is a user based file that should be ignored.
2014-09-09 11:18:31 -07:00
Carl Suster
86dfa97b95 Merge pull request #1198 from nicwortel/symfony-build
Add 'build' directory to Symfony.gitignore
2014-09-09 18:01:38 +10:00
Carl Suster
b6cec82b70 Merge pull request #1206 from devoncarew/patch-2
Update Dart.gitignore
2014-09-09 17:56:20 +10:00
Carl Suster
7586adef5c Merge pull request #1205 from jlgrock/master
Adding additional comments
2014-09-09 17:01:20 +10:00
Devon Carew
9f06854ac6 Update Dart.gitignore
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
2014-09-08 23:36:52 -07:00
Justin Grant
f62aa8ac4c Adding additional comments
Adding additional comments so that folks know to use the integration tool rather than copying this for better results.
2014-09-08 00:52:39 -04:00
Carl Suster
cc95f63e20 Merge pull request #1203 from raphqu/jekyll
Update Jekyll.gitignore
2014-09-07 11:06:27 +10:00
raphqu
b543a61bee Update Jekyll.gitignore 2014-09-06 16:10:32 +02:00
Carl Suster
d8892d3664 Merge pull request #1109 from SamyPesse/patch-1
Create GitBook.gitignore
2014-09-04 11:50:03 +10:00
Samy Pessé
27befc5ae1 Keep only important node rules in GitBook.gitignore 2014-09-03 13:19:51 +02:00
Nic Wortel
120a64cbd6 Add 'build' directory 2014-09-02 11:12:15 +02:00
Carl Suster
fb35fbd51c Merge pull request #1194 from Ironholds/patch-1
Ignore user-specific rproj files instead of project-specific ones
2014-09-02 18:22:44 +10:00
Oliver Keyes
80c9cc5e7c Change to directory 2014-09-02 04:14:55 -04:00
Tony Arra
858b0b251a Renaming Laravel4 to Laravel
Laravel4 is the current standard.

This resolves the name with the custom Laravel.gitignore file in the
gitignore.io project. If support for Laravel3 is desired, it should be done in
a new file: "Laravel3.gitignore

Closes #1196
2014-09-02 15:51:10 +10:00
Tony Arra
0b8d28dc40 Add gitignore for Sencha/Extjs
Source for this can be found at http://docs.sencha.com/architect/3/getting_started/developing_team_apps.html
2014-09-01 13:21:23 -04:00
Oliver Keyes
a40aa51f90 Small fix
.Rproj is fine - it's .Rproj.user that needs to go.
2014-09-01 12:00:20 -04:00
Carl Suster
d17c82b500 Merge pull request #1154 from Glaived/master
[Sublime Text] Adding cache files and binary files
2014-09-02 01:53:17 +10:00
Glaived
a30beca8ba Remove *.pyc 2014-09-01 17:24:30 +02:00
Glaived
e72ab2ab34 Merge branch 'master' of https://github.com/github/gitignore 2014-09-01 17:22:58 +02:00
Carl Suster
a59d160837 Remove Quartus2 template
The template hasn't been touched since it was added to this collection.
There are some problems with it - mainly that it's hard to know if these
rules are all still relevant, and the large prose block is probably more
confusing than helpful here.
2014-09-02 00:23:10 +10:00
Carl Suster
4b9ac51148 Merge pull request #955 from arjun024/master
add downloads/ in Distribution / packaging
2014-09-01 22:27:51 +10:00
Carl Suster
6abb147ae5 Merge pull request #1117 from nicwortel/symfony3
Add .gitignore rules for Symfony3
2014-09-01 22:22:39 +10:00
Carl Suster
f2130f6f19 Remove bancha CMS template.
The templare hasn't been touched since it was added and the project itself
hasn't been updated much since then either:

  http://docs.getbancha.com/basic/changelog.html
  https://github.com/squallstar/bancha/commits/master
2014-09-01 22:15:22 +10:00
Nic Wortel
2626eee811 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.
2014-09-01 10:52:45 +02:00
Nic Wortel
5e34ab0bc2 Rename Symfony2.gitignore to Symfony.gitignore
The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer
supported.
2014-09-01 10:52:37 +02:00
Carl Suster
f1058e8a1f Merge pull request #1191 from cnbuff410/patch-1
Update Dart.gitignore
2014-09-01 18:26:03 +10:00
kun
2d997dd2fa Update Dart.gitignore
Add in rule for .buildlog
2014-09-01 02:22:33 -06:00
Carl Suster
59c4751b48 Remove Target3001 template 2014-09-01 18:16:20 +10:00
Carl Suster
2aaa18b1f1 Remove tasm template 2014-09-01 17:55:26 +10:00
Carl Suster
27ff0cae7e Merge pull request #1106 from ryanshrum/master
Added recommended gitignore rules from Craft
2014-09-01 15:46:08 +10:00
Carl Suster
84c7c7dfef Merge pull request #1184 from starrify/master
added: rules for ignoring precompiled headers for C/C++
2014-09-01 15:35:50 +10:00
Carl Suster
a383e5508f 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.
2014-09-01 15:15:27 +10:00
Carl Suster
7c99412916 Merge branch 'fix-1120' 2014-09-01 15:06:01 +10:00
Carl Suster
8391230157 Rename RB to reflect current software naming 2014-09-01 15:05:53 +10:00
Carl Suster
765ec99d49 Merge branch 'fix-1165' 2014-09-01 14:58:35 +10:00
Carl Suster
57f117945e Tidy up the JetBrains comments
Amends #1165
2014-09-01 14:56:15 +10:00
Carl Suster
2ad62f5423 Merge pull request #1183 from Ironholds/patch-1
Add *.Rproj for RStudio users
2014-09-01 14:46:56 +10:00
Pengyu CHEN
3e36b5a353 added: rules for ingnoring precompiled headers for C/C++ 2014-08-27 13:36:18 +08:00
Oliver Keyes
be40677028 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.
2014-08-25 16:08:38 -04:00
Carl Suster
70b3c78163 Merge pull request #1180 from StoneCypher/master
Add ebin, rel example, concrete dev mode, .rebar
2014-08-25 10:48:15 +10:00
Carl Suster
999b91e530 Merge pull request #1179 from malheleco/patch-1
add Windows shortcut files
2014-08-24 20:40:52 +10:00
Carl Suster
37eb7324f5 Merge pull request #1143 from fabianhjr/master
Add ignores for bower-rails
2014-08-24 20:36:49 +10:00
Carl Suster
b70b1ebb1e Merge pull request #1162 from maieul/master
New version of eledmac on CTAN adds new extension file
2014-08-24 20:34:53 +10:00
Carl Suster
9b8d9be4fc Merge pull request #1182 from and1g/TeX-converted-files
Ignore *.converted-to-* files in TeX
2014-08-24 20:27:48 +10:00
Andreas Grosse
619a395e1e added converted-to-files 2014-08-24 10:27:28 +02:00
John Haugeland
bd4cc85a9e Add ebin, rel example, concrete dev mode, .rebar 2014-08-22 01:15:23 -07:00
Carl Suster
cd634fb5d9 Merge pull request #1177 from amcsi/master
Fixed binary gettext files rule: .po -> .mo
2014-08-22 16:11:59 +10:00
malheleco
c3751cac16 add shortcut files 2014-08-21 20:45:30 +02:00
Attila Szeremi
b9d160ea0f Fixed binary gettext files rule: .po -> .mo 2014-08-21 13:26:02 +01:00
Carl Suster
bbc1713bd8 Merge pull request #1169 from No0ne/patch-1
ignoring new Magento 1.9 default theme
2014-08-19 14:51:20 +10:00
Carl Suster
cbf1025e1c Merge pull request #1170 from gazebodude/lyx-backups
Create LyX.gitignore
2014-08-19 14:50:30 +10:00
gazebodude
1f6d881044 Create LyX.gitignore
Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
2014-08-19 14:11:11 +10:00
No0ne
0c6f7fd69a ignoring new Magento 1.9 default theme 2014-08-18 09:26:40 +02:00
Carl Suster
4e273aea2a Merge pull request #1105 from thurask/momentics
Create Momentics.gitignore
2014-08-15 23:47:55 +10:00
Carl Suster
08fad70559 Merge pull request #1158 from eddiejaoude/patch-1
Updated Zend Framework gitignore as per docs
2014-08-15 23:05:48 +10:00
Carl Suster
978588d7b5 Merge pull request #1152 from ChemiKhazi/patch-1
Update Unity.gitignore
2014-08-15 22:52:53 +10:00
Carl Suster
35bc3acd22 Merge pull request #1167 from sigo/cleanup
Remove trailing space
2014-08-15 22:42:49 +10:00
Mateusz Jagiełło
e36d2c0845 Remove trailing space 2014-08-15 13:16:24 +02:00
Carl Suster
b4ca24da45 Merge pull request #1164 from joreyaesh/master
Updated link in Node.gitignore
2014-08-14 11:59:01 +10:00
Gaël Demette
fd5fabb39e Typo fix + Plugin configuration + UI specific file 2014-08-13 22:55:43 +02:00
Josh Whaley
5521a828aa 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-).
2014-08-13 10:52:00 -04:00
Carl Suster
eb512c76bf Merge pull request #1157 from habi/master
(TeX) Exclude files generated by using backref.
2014-08-13 10:49:52 +10:00
Carl Suster
a64b071198 Merge pull request #1137 from samskiter/master
Update JetBrains.gitignore
2014-08-13 10:46:46 +10:00
Mustafa Arif
60bce9542d First addition for NTVS. 2014-08-08 20:58:52 +01:00
maieul
e71b995901 Merge remote-tracking branch 'origin/master' 2014-07-31 15:51:54 +02:00
Maïeul Rouquette
689f3e929c eledmac 1.12/ elepar 1.8 files ".eledsec" 2014-07-31 15:45:16 +02:00
Eddie Abou-Jaoude
d91e30aca9 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
2014-07-31 07:42:20 +01:00
David Haberthür
9e35fe9b2f (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
2014-07-29 11:40:15 +02:00
Glaived
fc98caa730 Adding cache files and binary files 2014-07-27 18:46:05 +02:00
ChemiKhazi
a27e91ec00 Update Unity.gitignore
Ignore the build directory in case a Unity build is initiated in the project.
2014-07-26 18:40:52 +08:00
Fabian Heredia Montiel
6f167b8992 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.
2014-07-18 16:11:42 -05:00
Sam Duke
7ce5fbcea5 change iml
guess that root iml needs to be ignored and others need to be shared
2014-07-15 12:06:15 +01:00
Sam Duke
d4e192ffee Updated following feedback
removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
2014-07-15 11:57:37 +01:00
Sam Duke
9802c2cfd8 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
2014-07-14 12:21:40 +01:00
Ryan Shrum
ce45fd33a6 Removing .DS_Store rule as it is included in global rules
Signed-off-by: Ryan Shrum <ryan@ehousestudio.com>
2014-06-24 10:01:43 -04:00
Andrew Lambert
65565585ff Add REALbasic 2014-06-19 15:14:40 -07:00
Samy Pessé
da80a0cacf Add ebook build output in GitBook gitignore 2014-06-14 12:05:01 +02:00
Samy Pessé
2a09054880 Create GitBook.gitignore 2014-06-14 11:55:20 +02:00
thurask
f380ad40c4 Add arm-p folder
arm-p is another compiled output folder, for device-profile builds
2014-06-13 20:27:05 -04:00
Ryan Shrum
174e4d5178 Added recommended gitignore rules from Craft
Signed-off-by: Ryan Shrum <ryan@ehousestudio.com>
2014-06-12 11:35:22 -04:00
thurask
53441c0cd6 Create Momentics.gitignore
Ignore debug/release builds (those go in Releases)
2014-06-10 15:25:31 -04:00
Arjun Sreedharan
b2a12b717c add downloads/ in Distribution / packaging 2014-02-19 20:16:17 +05:30
88 changed files with 828 additions and 368 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
VERSION

2
AppEngine.gitignore Normal file
View File

@@ -0,0 +1,2 @@
# Google App Engine generated folder
appengine-generated/

View File

@@ -1,9 +1,13 @@
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
pkg/
src/

View File

@@ -1,16 +0,0 @@
#Logs
application/logs/*.php
# Content types
/application/xml/types/*.xml
# Custom builds and generated php files
/core/documentation/build
/core/views/admin/content/translations.php
# Attachs and cache files #
*.tmp
/attach/cache/
/attach/
/application/cache/_bancha/*.css
/application/cache/_bancha/*.js

View File

@@ -4,6 +4,10 @@
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib

View File

@@ -4,6 +4,10 @@
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
@@ -23,3 +27,6 @@
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/

View File

@@ -28,6 +28,11 @@ high quality, we request that contributions adhere to the following guidelines.
In general, the more you can do to help us understand the change youre making,
the more likely well be to accept your contribution quickly.
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework) then it's brittle and probably no more
helpful than a simple `ls`. If it's not possible to curate a small set of
useful rules, then the template might not be a good fit for this collection.
Please also understand that we cant list every tool that ever existed.
Our aim is to curate a collection of the *most common and helpful* templates,
not to make sure we cover every project possible. If we choose not to

6
CUDA.gitignore Normal file
View File

@@ -0,0 +1,6 @@
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin

View File

@@ -1,7 +1,13 @@
tmp/*
[Cc]onfig/core.php
[Cc]onfig/database.php
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
# CakePHP 3
/vendor/*
/config/app.php
/tmp/*
/logs/*
# CakePHP 2
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*

View File

@@ -1,6 +1,6 @@
*/config/development
*/logs/log-*.php
*/logs/!index.html
!*/logs/index.html
*/cache/*
*/cache/!index.html
*/cache/!.htaccess
!*/cache/index.html
!*/cache/.htaccess

3
CraftCMS.gitignore Normal file
View File

@@ -0,0 +1,3 @@
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
/craft/storage/*
!/craft/storage/logo/*

View File

@@ -1,10 +1,11 @@
# Dont commit the following directories created by pub.
.buildlog
.pub/
build/
packages/
packages
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map

View File

@@ -52,3 +52,6 @@
# Delphi history and backups
__history/
*.~*
# Castalia statistics file
*.stat

View File

@@ -4,3 +4,7 @@ deps
*.beam
*.plt
erl_crash.dump
ebin
rel/example_project
.concrete/DEV_MODE
.rebar

View File

@@ -1,6 +0,0 @@
# build directory for Sencha (ExtJS) projects
build/
# bootstrap files are regenerated by Sencha CMD on every build or refresh
bootstrap.js
bootstrap.css

4
ExtJs.gitignore Normal file
View File

@@ -0,0 +1,4 @@
.architect
bootstrap.json
build/
ext/

16
GitBook.gitignore Normal file
View File

@@ -0,0 +1,16 @@
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf

3
Global/Anjuta.gitignore Normal file
View File

@@ -0,0 +1,3 @@
# Local configuration folder and symbol database
/.anjuta/
/.anjuta_sym_db.db

3
Global/CodeKit.gitignore Normal file
View File

@@ -0,0 +1,3 @@
# General CodeKit files to ignore
config.codekit
/min

View File

@@ -11,6 +11,9 @@ local.properties
.settings/
.loadpath
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
@@ -20,10 +23,16 @@ local.properties
# CDT-specific
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
# PDT-specific
.buildpath
# sbteclipse plugin
# sbteclipse plugin
.target
# TeXlipse plugin

View File

@@ -27,3 +27,6 @@ tramp
# AUCTeX auto folder
/auto/
# cask packages
.cask/

View File

@@ -1,3 +1,4 @@
# Ensime specific
.ensime
.ensime_cache/
.ensime_lucene/

View File

@@ -0,0 +1,13 @@
# default application storage directory used by the IDE Performance Cache feature
.data/
# used for ADF styles caching
temp/
# default output directories
classes/
deploy/
javadoc/
# lock file, a part of Oracle Credential Store Framework
cwallet.sso.lck

View File

@@ -1,29 +1,46 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
## Directory-based project format
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# and these sensitive or high-churn files:
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
## File-based project format
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iml
*.iws
## Additional for IntelliJ
out/
## Plugin-specific files:
# generated by mpeltonen/sbt-idea plugin
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# generated by JIRA plugin
# JIRA plugin
atlassian-ide-plugin.xml
# generated by Crashlytics plugin (for Android Studio and Intellij)
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties

View File

@@ -1,12 +1,30 @@
#ignore backup files
backup/
#ignore files generated by the compiler
lib/
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.ppu
*.a
#exclude executable output in windows
*.exe
# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj
*.lrt
# Lazarus local files (user-specific info)
*.lps
# Lazarus backups and unit output folders.
# These can be changed by user in Lazarus/project options.
backup/
*.bak
lib/
# Application bundle for Mac OS
*.app/

View File

@@ -0,0 +1,2 @@
# LibreOffice locks
.~lock.*#

View File

@@ -2,3 +2,6 @@
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*

4
Global/LyX.gitignore Normal file
View File

@@ -0,0 +1,4 @@
# Ignore LyX backup and autosave files
# http://www.lyx.org/
*.lyx~
*.lyx#

View File

@@ -0,0 +1,10 @@
*.tmp
# Word temporary
~$*.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk

View File

@@ -0,0 +1,8 @@
# Built files
x86/
arm/
arm-p/
translations/*.qm
# IDE settings
.settings/

View File

@@ -5,3 +5,4 @@ dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/

View File

@@ -8,9 +8,13 @@ Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share

View File

@@ -1,66 +0,0 @@
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
# but if you follow some rules it can be accomplished. :)
# This file should be placed into the main directory where the .qpf file is
# found. Generally Q2 throws all entities and so on in the main directory, but
# you can place all stuff also in separate folders. This approach is followed
# here. So when you create a new design create one or more folders where your
# entities will be located and put a .gitignore in there that overrides the
# ignores of this file, e.g. one single rule stating "!*" which allows now all
# type of files. When you add a MegaFunction or another entity to your design,
# simply add it to one of your private folders and Q2 will be happy and manage
# everything quite good. When you want to do versioning of your generated
# SOF/POF files, you can do this by redirecting the generated output to an own
# folder. To do this go to:
# "Assignments"
# -> "Settings
# -> "Compilation Process Settings"
# -> "Save project output files in specified directory"
# Now you can either place a .gitignore in the directory and allow the following
# list of types:
# !*.sof
# !*.pof
# or you create an own submodule in the folder to keep binary files out of your
# design.
# ignore hdl source files in top level directory
*.vhd
*.v
# ignore Quartus II generated files
*sopc_*
*.jdi
*.ptf.*
*.sof
*.pof
*.qws
*.smsg
*_inst.vhd
*_generation_script*
*.done
*.txt
*.qarlog
*.rpt
*.summary
*.qws
*.cmp
*.eqn
*.html
*.jpg
*.bak
*.qar
*.sopc_builder
*example*
*~
*.sdc
*.tcl
*.pin
*.mif
*.hex
# ignore Quartus II generated folders
db/
incremental_db/
simulation/
timing/
testbench/
*_sim/

View File

@@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
e.g. OS-specific and editor specific.
For more on global gitignores:
<http://help.github.com/git-ignore/>
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>
And a good blog post about 'em:
<http://augustl.com/blog/2009/global_gitignores>

3
Global/Redis.gitignore Normal file
View File

@@ -0,0 +1,3 @@
# Ignore redis binary dump (dump.rdb) files
*.rdb

View File

@@ -1,3 +1,8 @@
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
@@ -5,5 +10,5 @@
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
#sftp configuration file
# sftp configuration file
sftp-config.json

View File

@@ -0,0 +1,36 @@
# Waveform formats
*.vcd
*.vpd
*.evcd
*.fsdb
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename>
simv
# Generated for Verilog and VHDL top configs
simv.daidir/
simv.db.dir/
# Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
csrc/
# Log file - the following switch allows to specify the file that will be
# used to write all messages from simulation: -l <filename>
*.log
# Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
urgReport/
# DVE and UCLI related files.
DVEfiles/
ucli.key
# When the design is elaborated for DirectC, the following file is created
# with declarations for C/C++ functions.
vc_hdrs.h

View File

@@ -0,0 +1,2 @@
# Project-level settings
/.tgitconfig

View File

@@ -5,3 +5,5 @@
[Ii]nclude
[Ll]ib
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json

View File

@@ -0,0 +1,2 @@
.settings

View File

@@ -13,3 +13,6 @@ $RECYCLE.BIN/
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk

View File

@@ -1,4 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -8,7 +16,8 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate

View File

@@ -3,3 +3,6 @@ build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

View File

@@ -1,4 +1,7 @@
# .gitignore for Grails 1.2 and 1.3
# Although this should work for most versions of grails, it is
# suggested that you use the "grails integrate-with --git" command
# to generate your .gitignore file.
# web application files
/web-app/WEB-INF/classes

View File

@@ -4,8 +4,13 @@ cabal-dev
*.hi
*.chi
*.chs.h
.virtualenv
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof
*.aux
*.hp
.stack-work/

5
IGORPro.gitignore Normal file
View File

@@ -0,0 +1,5 @@
# Avoid including Experiment files: they can be created and edited locally to test the ipf files
*.pxp
*.pxt
*.uxp
*.uxt

View File

@@ -1 +1,3 @@
_site/
.sass-cache/
.jekyll-metadata

View File

@@ -2,8 +2,13 @@
/.htaccess
/administrator/cache/*
/administrator/components/com_admin/*
/administrator/components/com_ajax/*
/administrator/components/com_tags/*
/administrator/components/com_banners/*
/administrator/components/com_cache/*
/administrator/components/com_postinstall/*
/administrator/components/com_joomlaupdate/*
/administrator/components/com_contenthistory/*
/administrator/components/com_categories/*
/administrator/components/com_checkin/*
/administrator/components/com_config/*
@@ -28,7 +33,52 @@
/administrator/components/index.html
/administrator/help/*
/administrator/includes/*
/administrator/language/en-GB/
/administrator/language/en-GB/en-GB.com_ajax.ini
/administrator/language/en-GB/en-GB.com_ajax.sys.ini
/administrator/language/en-GB/en-GB.com_contenthistory.ini
/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini
/administrator/language/en-GB/en-GB.com_joomlaupdate.ini
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
/administrator/language/en-GB/en-GB.com_postinstall.ini
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini
/administrator/language/en-GB/en-GB.com_tags.ini
/administrator/language/en-GB/en-GB.com_tags.sys.ini
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini
/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini
/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini
/administrator/language/en-GB/en-GB.plg_content_contact.ini
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
/administrator/language/en-GB/en-GB.plg_content_finder.ini
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_content.ini
/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini
/administrator/language/en-GB/en-GB.plg_finder_tags.ini
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini
/administrator/language/en-GB/en-GB.plg_search_tags.ini
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini
/administrator/language/en-GB/en-GB.tpl_isis.ini
/administrator/language/en-GB/en-GB.tpl_isis.sys.ini
/administrator/language/en-GB/install.xml
/administrator/language/en-GB/en-GB.com_admin.ini
/administrator/language/en-GB/en-GB.com_admin.sys.ini
/administrator/language/en-GB/en-GB.com_banners.ini
@@ -218,15 +268,22 @@
/administrator/modules/mod_toolbar/*
/administrator/modules/mod_unread/*
/administrator/modules/mod_version/*
/administrator/modules/mod_stats_admin/*
/administrator/modules/index.html
/administrator/templates/bluestork/*
/administrator/templates/isis/*
/administrator/templates/hathor/*
/administrator/templates/system/*
/administrator/templates/index.html
/administrator/index.php
/cache/*
/bin/*
/cli/*
/components/com_banners/*
/components/com_ajax/*
/components/com_config/*
/components/com_contenthistory/*
/components/com_tags/*
/components/com_contact/*
/components/com_content/*
/components/com_finder/*
@@ -245,12 +302,34 @@
/images/powered_by.png
/includes/*
/installation/*
/language/en-GB/en-GB.com_ajax.ini
/language/en-GB/en-GB.com_config.ini
/language/en-GB/en-GB.com_contact.ini
/language/en-GB/en-GB.com_finder.ini
/language/en-GB/en-GB.com_tags.ini
/language/en-GB/en-GB.finder_cli.ini
/language/en-GB/en-GB.lib_fof.sys.ini
/language/en-GB/en-GB.com_content.ini
/language/en-GB/en-GB.lib_idna_convert.sys.ini
/language/en-GB/en-GB.com_mailto.ini
/language/en-GB/en-GB.lib_joomla.sys.ini
/language/en-GB/en-GB.lib_phpass.sys.ini
/language/en-GB/en-GB.lib_phpmailer.sys.ini
/language/en-GB/en-GB.lib_phputf8.sys.ini
/language/en-GB/en-GB.lib_simplepie.sys.ini
/language/en-GB/en-GB.com_media.ini
/language/en-GB/en-GB.mod_finder.ini
/language/en-GB/en-GB.com_messages.ini
/language/en-GB/en-GB.mod_tags_popular.ini
/language/en-GB/en-GB.mod_tags_popular.sys.ini
/language/en-GB/en-GB.mod_tags_similar.ini
/language/en-GB/en-GB.mod_tags_similar.sys.ini
/language/en-GB/en-GB.mod_finder.sys.ini
/language/en-GB/en-GB.tpl_beez3.ini
/language/en-GB/en-GB.tpl_beez3.sys.ini
/language/en-GB/en-GB.com_newsfeeds.ini
/language/en-GB/en-GB.tpl_protostar.ini
/language/en-GB/en-GB.tpl_protostar.sys.ini
/language/en-GB/en-GB.com_search.ini
/language/en-GB/en-GB.com_users.ini
/language/en-GB/en-GB.com_weblinks.ini
@@ -371,6 +450,7 @@
/plugins/authentication/ldap/*
/plugins/authentication/index.html
/plugins/captcha/recaptcha/*
/plugins/captcha/index.html
/plugins/content/emailcloak/*
/plugins/content/example/*
/plugins/content/finder/*
@@ -380,6 +460,7 @@
/plugins/content/pagebreak/*
/plugins/content/pagenavigation/*
/plugins/content/vote/*
/plugins/content/contact/*
/plugins/content/index.html
/plugins/editors/codemirror/*
/plugins/editors/none/*
@@ -398,14 +479,18 @@
/plugins/finder/contacts/*
/plugins/finder/content/*
/plugins/finder/newsfeeds/*
/plugins/finder/tags/*
/plugins/finder/weblinks/*
/plugins/installer/*
/plugins/quickicon/extensionupdate/*
/plugins/quickicon/joomlaupdate/*
/plugins/quickicon/index.html
/plugins/search/categories/*
/plugins/search/contacts/*
/plugins/search/content/*
/plugins/search/newsfeeds/*
/plugins/search/weblinks/*
/plugins/search/tags/*
/plugins/search/index.html
/plugins/system/cache/*
/plugins/system/debug/*
@@ -419,6 +504,7 @@
/plugins/system/remember/*
/plugins/system/sef/*
/plugins/system/index.html
/plugins/twofactorauth/*
/plugins/user/contactcreator/*
/plugins/user/example/*
/plugins/user/joomla/*
@@ -426,8 +512,10 @@
/plugins/user/index.html
/plugins/index.html
/templates/atomic/*
/templates/beez3/*
/templates/beez_20/*
/templates/beez5/*
/templates/protostar/*
/templates/system/*
/templates/index.html
/tmp/*

View File

@@ -1,2 +0,0 @@
*.pyc
*.class

11
KiCAD.gitignore Normal file
View File

@@ -0,0 +1,11 @@
# For PCBs designed using KiCAD: http://www.kicad-pcb.org/
# Temporary files
*.000
*.bak
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn

View File

@@ -1,3 +1,4 @@
/bootstrap/compiled.php
.env.*.php
.env.php
.env

View File

@@ -9,3 +9,4 @@ pom.xml.asc
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port

41
Lua.gitignore Normal file
View File

@@ -0,0 +1,41 @@
# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

View File

@@ -1,9 +1,12 @@
.htaccess.sample
.modgit/
.modman/
app/code/community/Phoenix/
app/code/community/Cm/
app/code/core/
app/design/adminhtml/default/default/
app/design/frontend/base/
app/design/frontend/rwd/
app/design/frontend/default/blank/
app/design/frontend/default/default/
app/design/frontend/default/iphone/
@@ -19,6 +22,7 @@ app/etc/modules/Mage_Bundle.xml
app/etc/modules/Mage_Captcha.xml
app/etc/modules/Mage_Centinel.xml
app/etc/modules/Mage_Compiler.xml
app/etc/modules/Mage_ConfigurableSwatches.xml
app/etc/modules/Mage_Connect.xml
app/etc/modules/Mage_CurrencySymbol.xml
app/etc/modules/Mage_Downloadable.xml
@@ -41,14 +45,14 @@ app/etc/local.xml
app/.htaccess
app/locale/
app/Mage.php
cron.php
/cron.php
cron.sh
downloader/
errors/
favicon.ico
get.php
/get.php
includes/
index.php
/index.php
index.php.sample
/install.php
js/blank.html
@@ -74,6 +78,7 @@ lib/.htaccess
lib/LinLibertineFont/
lib/Mage/
lib/PEAR/
lib/Pelago/
lib/phpseclib/
lib/Varien/
lib/Zend/
@@ -84,7 +89,7 @@ LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
LICENSE_EE*
mage
/mage
media/customer/
media/dhl/
media/downloadable/
@@ -92,7 +97,8 @@ media/.htaccess
media/import/
media/xmlconnect/
media/catalog/product/cache/
api.php
media/catalog/product/placeholder/default/
/api.php
nbproject/
pear
pear/
@@ -103,9 +109,11 @@ shell/abstract.php
shell/compiler.php
shell/indexer.php
shell/log.php
sitemap.xml
skin/adminhtml/default/default/
skin/adminhtml/default/enterprise
skin/frontend/base/
skin/frontend/rwd/
skin/frontend/default/blank/
skin/frontend/default/blue/
skin/frontend/default/default/

View File

@@ -1,6 +1,10 @@
target/
**/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

View File

@@ -1,4 +1,5 @@
Mercury/
Mercury.modules
*.mh
*.err
*.init

View File

@@ -1,2 +0,0 @@
.meteor/local
.meteor/meteorite

1
Nim.gitignore Normal file
View File

@@ -0,0 +1 @@
nimcache/

View File

@@ -16,13 +16,12 @@ coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# Commenting this out is preferred by some people, see
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
# Users Environment Variables
.lock-wscript

View File

@@ -7,3 +7,14 @@
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log

View File

@@ -1,6 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,17 +16,28 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build

View File

@@ -17,3 +17,4 @@ nytprof.out
/pm_to_blib
*.o
*.bs
/_eumm/

View File

@@ -1,29 +1,25 @@
# Directories content
cache/class_index.php
cache/smarty/cache/*
!cache/smarty/cache/index.php
cache/smarty/compile/*
!cache/smarty/compile/index.php
cache/tcpdf/*
!cache/tcpdf/index.php
# Private files
# The following files contain your database credentials and other personal data.
config/settings.*.php
# Cache, temp and generated files
# The following files are generated by PrestaShop.
admin-dev/autoupgrade/
cache/
config/xml/*.xml
config/settings.inc.php
log/
*sitemap.xml
themes/*/cache/
modules/*/config*.xml
log/*.log
# Site content
# The following folders contain product images, virtual products, CSV's, etc.
img/*
!img/index.php
!img/*/index.php
tools/smarty*/cache/*.php
!tools/smarty*/cache/index.php
tools/smarty*/compile/*.php
!tools/smarty*/compile/index.php
themes/default/cache/*.js
themes/default/cache/*.css
# Ignore files on root directory
robots.txt
sitemap.xml
admin-dev/backups/
admin-dev/export/
admin-dev/import/
download/
img/
upload/

View File

@@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@@ -11,7 +12,9 @@ env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
@@ -22,7 +25,7 @@ var/
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
@@ -35,9 +38,11 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo

View File

@@ -16,6 +16,8 @@
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
qrc_*.cpp

View File

@@ -1,8 +1,13 @@
# History files
.Rhistory
.Rapp.history
# Example code in package build process
*-Ex.R
# R data files from past sessions
.Rdata
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf

View File

@@ -53,6 +53,11 @@ high quality, we request that contributions adhere to the following guidelines.
In general, the more you can do to help us understand the change youre making,
the more likely well be to accept your contribution quickly.
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework) then it's brittle and probably no more
helpful than a simple `ls`. If it's not possible to curate a small set of
useful rules, then the template might not be a good fit for this collection.
Please also understand that we cant list every tool that ever existed.
Our aim is to curate a collection of the *most common and helpful* templates,
not to make sure we cover every project possible. If we choose not to

View File

@@ -4,6 +4,7 @@ capybara-*.html
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
@@ -24,3 +25,11 @@ config/secrets.yml
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json
# Ignore pow environment settings
.powenv

View File

@@ -22,6 +22,7 @@ build/
## Environment normalisation:
/.bundle/
/vendor/bundle
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is

View File

@@ -1 +1,2 @@
.sass-cache
*.css.map

View File

@@ -2,8 +2,8 @@
*.log
# sbt specific
.cache/
.history/
.cache
.history
.lib/
dist/*
target/

View File

@@ -1,6 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,12 +16,16 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate
# CocoaPods
#
@@ -24,3 +34,10 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build

View File

@@ -1,15 +1,37 @@
cache/*
log/*
web/uploads/*
config/databases.yml
config/propel.ini
data/sql/*
lib/filter/doctrine/base/Base*
lib/filter/doctrine/*Plugin/base/Base*
lib/form/doctrine/base/Base*
lib/form/doctrine/*Plugin/base/Base*
lib/model/doctrine/base/Base*
lib/model/doctrine/*Plugin/base/Base*
lib/model/om/*
lib/model/map/*
web/*Plugin/*
# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Cache and logs (Symfony3)
/var/cache/*
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
/phpunit.xml
# Build data
/build/
# Composer PHAR
/composer.phar

View File

@@ -1,24 +0,0 @@
# Cache and logs
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/bin/
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
# Composer PHAR
/composer.phar

View File

@@ -1,82 +0,0 @@
# Ignore list for Target 3001!, a PCB layout tool
# mutex file
*.T300[01]OPEN
# Drill output
*.DRL
*.BHR
BOHRPICT.3001
# Backup files
# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup)
BackupFiles
*.BK?
*_w?.T300[01]
*_m?.T300[01]
*_m??.T300[01]
# Autosave files
*.T300[01]?
# Gerber output
*.Apr
*.BLN
*.Bot
*.Drill
*.GER
*.Hole
*.Info
*.L*
*.NamesBot
*.NamesTop
*.Outline
*.PadStack*
*.PasteBot
*.PasteTop
*.PosiBot
*.PosiTop
*.SB
*.Special*
*.ST
*.StopBot
*.StopTop
*.Tool
*.Top
*.ValuesBot
*.ValuesTop
*.Whl
# production formats
*.cnc
*.fab
*.cad
*.GDS
*.exc
excellon.txt
*.stk
*.ncp
*.pcb
*.cbt
*.vhf
*.iso
# exchange formats
*.DXF
*.PS
*.TIF
*.NET
*.PLT
*.HPGL
*.emn
*.stp
*.tgr
*.dif
*.emp
# cable loom
*.dsi
*.pnm
*.wrl
*.ADPT
*.AZO

View File

@@ -1,11 +0,0 @@
# Object Files
*.OBJ
# List Files
*.LST
# Map files
*.MAP
# Executable files
*.EXE

View File

@@ -9,6 +9,7 @@
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
@@ -20,20 +21,26 @@
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
@@ -50,6 +57,12 @@
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
@@ -58,9 +71,17 @@
*.glo
*.gls
# gnuplottex
*-gnuplottex-*
# hyperref
*.brf
# knitr
*-concordance.tex
*.tikz
*-tikzDictionary
# listings
*.lol
@@ -73,14 +94,19 @@
# minitoc
*.maf
*.mtc
*.mtc0
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*
*.pyg
# morewrites
*.mw
# mylatexformat
*.fmt
# nomencl
*.nlo
@@ -94,8 +120,17 @@
*.sympy
sympy-plots-for-*.tex/
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# xindy
*.xdy
# WinEdt
*.bak
*.sav

View File

@@ -14,4 +14,4 @@ Cached/
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/developer/[Pp]ackages
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages

View File

@@ -1,16 +1,21 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
# Autogenerated VS/MD solution and project files
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb
/*.booproj
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
#Unity3D Generated File On Crash Reports
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt

View File

@@ -1,12 +1,22 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
# temporary files generated by Visual Studio specific to the local user
# contains profile information and other metadata
# remove: if no longer targeting Visual Studio 2013 or earlier
*.suo
*.user
*.userosscache
*.sln.docstates
#
# new location for Visual Studio 2015
.vs/
#
# specific to MonoDevelop and Xamarin Studio
*.userprefs
#
# workspace options file
# remove: if no longer targeting Visual Studio 6
*.opt
# Build results
# build output folders generated by Visual Studio
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
@@ -17,23 +27,57 @@ build/
bld/
[Bb]in/
[Oo]bj/
#
# default build log file
# remove: if no longer targeting Visual Studio 6
*.plg
# Roslyn cache directories
*.ide/
# MSTest test Results
# MSTest
# a test framework from Microsoft
# remove: if you are not using the MSTest runner to run your tests
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
#NUNIT
# NUnit
# an open source test framework for .NET
# url: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
# ATL (Active Template Library) Project
# remove: if you do not have an ATL project in your solution
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
# summary: the environment for cross-platform .NET development
# url: https://github.com/aspnet/dnx
#
# locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file
# remove: if you would like to lock your dependencies to a specific version
# when committing and prevent package restore from selecting a
# more recent version
project.lock.json
#
# build output
artifacts/
# Program Database files created by various compilers
# used when debugging compiled code - the file essentially represents a lookup
# so that symbols can be resolved to the relevant source code
# url: https://en.wikipedia.org/wiki/Program_database
*.pdb
# Visual SourceSafe hint files to keep the projects and solutions in sync
# with source control - these are no longer necessary once you've moved away
# from Visual SourceSafe
*.vspscc
*.vssscc
*_i.c
*_p.c
*_i.h
@@ -41,7 +85,6 @@ dlldata.c
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
@@ -52,14 +95,15 @@ dlldata.c
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
# Chutzpah
# a JS unit testing framework for commit
# url: https://github.com/mmanela/chutzpah
# remove: if you do not use the Chutzpah test runner in your project
_Chutzpah*
# Visual C++ cache files
@@ -70,46 +114,70 @@ ipch/
*.sdf
*.cachefile
# Visual Studio profiler
# temporary files generated by the Visual Studio profiling tools
# remove: if you are not using these features of Visual Studio
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
# remove: if you are not using TFVC in this repository
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
# ReSharper
# a Visual Studio extension which supports various project types
# url: https://www.jetbrains.com/resharper/
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
# JustCode
# a Visual Studio extension for various project types
# url: https://www.jetbrains.com/resharper/
.JustCode
# TeamCity is a build add-in
# TeamCity
# a Visual Studio extension you can download from your TeamCity server
# url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
_TeamCity*
# DotCover is a Code Coverage Tool
# DotCover
# a code coverage plugin for Visual Studio
# url: https://www.jetbrains.com/dotcover/
*.dotCover
# NCrunch
# a continuous test runner for Visual Studio
# url: http://www.ncrunch.net
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
# a continuous test runner for Visual Studio
# url: http://www.continuoustests.com/
*.mm.*
AutoTest.Net/
# Web workbench (sass)
# Web Workbench
# SASS, LESS and Coffeescript integration for Visual Studio
# url: http://www.mindscapehq.com/products/web-workbench
.sass-cache/
# Installshield output folder
# InstallShield
# installer framework for Windows machines
# url: http://www.flexerasoftware.com/producer/products/software-installation/installshield-software-installer/
#
# output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
# DocProject
# a document generation add-in for Visual Studio based on Sandcastle
# url: http://docproject.codeplex.com/
# remove: if you are using Visual Studio 2010 or later (which are not supported)
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
@@ -119,24 +187,42 @@ DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
# ClickOnce installer and deployment
# url: https://msdn.microsoft.com/en-us/library/142dbbz4(v=vs.90).aspx
# remove: if you do not have ClickOnce publishing enabled for your projects
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#
# remove: if you have sensitive details in your database connection strings
(such as passwords) committing this settings file will mean
that they are stored in an unencrypted state in your repository
*.pubxml
*.publishproj
# NuGet Packages
# NuGet
# summary: the package manager tool used in Visual Studio
# url: https://nuget.org
#
# output packages created by NuGet
*.nupkg
# The packages folder can be ignored because of Package Restore
#
# Since NuGet 2.7, package restore is now a first class feature of Visual Studio
# so you do not need to check in your packages
# url: https://docs.nuget.org/consume/package-restore
# remove: if you do not wish to restore packages in this way, or have
package restore disabled
**/packages/*
# except build/, which is used as an MSBuild target.
#
# some packages include MSBuild targets files, which are stored in this
# location and should be kept in version control
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#
# this file is a local listing of where to find your packages.config files, and
# is regenerated by Visual Studio during a build
# include: if you wish to version this file
#!**/packages/repositories.config
# Windows Azure Build Output
@@ -146,25 +232,53 @@ csx/
# Windows Store app package directory
AppPackages/
# Others
sql/
*.Cache
ClientBin/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# StyleCop
# an extension for enforcing coding style in C#
# url: https://stylecop.codeplex.com/
#
# temporary files created by the tool
[Ss]tyle[Cc]op.*
# Others
~$*
*~
*.dbmdl
*.dbproj.schemaview
#
#
*.pfx
*.publishsettings
#
# the local cache of node module installed by NPM
# remove: if you are not using nodejs in your solution
OR if you wish to keep this cache under version control
node_modules/
# Orleans
# a Distributed Actor Model framework for .NET
# url: https://github.com/dotnet/Orleans
#
# code generated as part of compilation
orleans.codegen.cs
# RIA/Silverlight projects
# url: https://www.microsoft.com/silverlight/
# output directory for *.xap artifacts
ClientBin/
# temporary directory used by compiler
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
# Migrating Projects
# When upgrading a solution to a newer version of Visual Studio, there are a
# number of output files created so you can view the log, troubleshoot issues
# and potentially revert to a backup. These can be safely ignored, because
# you're already using version control.
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
@@ -175,9 +289,18 @@ UpgradeLog*.htm
*.ldf
# Business Intelligence projects
# remove: if you do not have Business Intelligence projects in your solution
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
# a local cache of assemblies
# url: https://msdn.microsoft.com/en-us/library/hh549175.aspx
# remove: if you are not using Microsoft Fakes in your projects
FakesAssemblies/
# Node.js Tools for Visual Studio
# url: https://github.com/Microsoft/nodejstools
# remove: if you do not have this extension installed
.ntvs_analysis.dat

View File

@@ -11,3 +11,8 @@ wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
/readme.html
/license.txt

11
Xojo.gitignore Normal file
View File

@@ -0,0 +1,11 @@
# Xojo (formerly REALbasic and Real Studio)
Builds*
*.debug
*.debug.app
Debug*.exe
Debug*/Debug*.exe
Debug*/Debug*\ Libs
*.rbuistate
*.xojo_uistate
*.obsolete

View File

@@ -3,18 +3,18 @@ composer.phar
vendor/
# Local configs
config/autoload/*local.php
config/autoload/*.local.php
# Binary gettext files
*.po
*.mo
# Data
log/
logs/
cache/
data/logs/
data/cache/
data/sessions/
data/tmp/
temp/
tmp/
# ZF1
# Legacy ZF1
demos/
extras/documentation