aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Add Visual Studio Code .gitignoreVictor Isadov2015-04-301-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #1508 from baudm/masterCarl Suster2015-05-141-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Android: Remove redundant pattern for matching build directories
| * | | | | | | | Android: Remove redundant pattern for matching build directoriesDarwin Bautista2015-05-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #1513 from damianh/patch-1Brendan Forster2015-05-081-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ASPNET5 -> DNX
| * | | | | | | | | ASPNET5 -> DNXDamian Hickey2015-05-081-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | As discussed in #1505
* | | | | | | | | Merge pull request #1503 from LunicLynx/keep-cache-directoriesBrendan Forster2015-05-081-1/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | add rule to keep track of directories ending in .Cache
| * | | | | | | | Update VisualStudio.gitignoreLunicLynx2015-05-061-1/+1
| | | | | | | | |
| * | | | | | | | add rule to keep track of directories ending in .CacheLunicLynx2015-05-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
* | | | | | | | | Merge pull request #1506 from victorgama/patch-1Carl Suster2015-05-071-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update CocoaPods guide URL
| * | | | | | | | | Update CocoaPods guide URLVictor Gama2015-05-071-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
* | | | | | | | | Merge pull request #1505 from sayedihashimi/aspnet5updateBrendan Forster2015-05-071-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | adding artifacts and project.lock.json for asp.net 5
| * | | | | | | | adding artifacts and project.lock.json for asp.net 5Sayed Ibrahim Hashimi2015-05-061-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #1486 from Gouthamve/patch-1Carl Suster2015-05-021-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update npmjs docs link
| * | | | | | | | Fix typo from node_modules to node-modulesGoutham Veeramachaneni2015-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @arcresu for pointing out!
| * | | | | | | | Update npmjs docs linkGoutham Veeramachaneni2015-04-241-1/+1
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | The previous link gives 404
* | | | | | | | Merge pull request #1467 from Abizern/patch-1Carl Suster2015-05-021-1/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Ignore .virthualenv not .virtualenv
| * | | | | | | Remove .virtualenv from Haskell.gitignoreAbizer Nasir2015-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Ignore .virthualenv not .virtualenvAbizer Nasir2015-04-031-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | This change was introduced in 3bb4e51184066f5cf60daa029c31e7f52398353b, 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
* | | | | | | Merge pull request #1487 from sveyret/masterCarl Suster2015-04-301-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Java APT class path to Eclipse
| * | | | | | | Add Java APT class path to EclipseStéphane Veyret2015-04-241-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1488 from Decadence/wordpressCarl Suster2015-04-301-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Some WordPress rules
| * | | | | | | Ignore default pluginVictor Isadov2015-04-241-0/+1
| | | | | | | |
| * | | | | | | Ignoring WordPress readme.html and license.txt.Victor Isadov2015-04-241-0/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | You don't want to show your WP version to everyone in the web.
* | | | | | | Merge pull request #1492 from usagizmo/fix-codeigniterCarl Suster2015-04-301-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed CodeIgniter.gitignore
| * | | | | | | Fixed CodeIgniter.gitignoreTakafumi Sekine2015-04-271-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #1493 from gsnedders/jython-pythonCarl Suster2015-04-302-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Merge the two Python ignore files
| * | | | | | Remove the Jython ignore file given it's a subset of the Python one.Geoffrey Sneddon2015-04-281-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Much like how there aren't different files for GCC/Clang/MSVC, there shouldn't be different files for different Python impls.
| * | | | | | Add Jython compiled class files to the Python ignore file.Geoffrey Sneddon2015-04-281-0/+1
|/ / / / / /
* | | | | | Merge pull request #1479 from julienbourdeau/masterCarl Suster2015-04-191-24/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rework PrestaShop.gitignore
| * | | | | | Rework PrestaShop.gitignoreJulien Bourdeau2015-04-171-24/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs.
* | | | | | | Merge pull request #1481 from Tandoori/fix-unity-root-foldersCarl Suster2015-04-191-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Made it so the folders only get ingored in the root
| * | | | | | | Made it so the folders only get ingored in the rootTandoori2015-04-191-4/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #1477 from GingerGeek/patch-1Carl Suster2015-04-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | New IDE released: CLION
| * | | | | | New IDE released: CLIONGinger Geek2015-04-161-1/+1
|/ / / / / / | | | | | | | | | | | | JetBrains recently released a new C/C++ IDE: CLion
* | | | | | Merge pull request #1470 from parkr/patch-1Garen Torikian2015-04-081-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add .jekyll-metadata to default Jekyll .gitignore
| * | | | | Add .jekyll-metadata to default Jekyll .gitignoreParker Moore2015-04-081-0/+1
|/ / / / /
* | | | | Merge pull request #1446 from igarcez/masterCarl Suster2015-04-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Stop ignoring app/code/local/Mage
| * | | | | Stop ignoring app/code/local/MageIan Garcez2015-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with 'mage' on the gitignore file, a user can't add files customized from Mage
* | | | | | Merge pull request #1442 from DanNixon/add-kicadCarl Suster2015-04-011-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Create KiCAD.gitignore
| * | | | | | Create KiCAD.gitignoreDan Nixon2015-03-191-0/+11
| |/ / / / / | | | | | | | | | | | | Add file for KiCAD EDA software
* | | | | | Merge pull request #1459 from shalecraig/patch-1Carl Suster2015-03-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Link to section being described
| * | | | | | Link to section being describedshalecraig2015-03-291-1/+1
| |/ / / / /
* | | | | | Merge pull request #1460 from jcgay/takari-smart-builderCarl Suster2015-03-311-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore timing.properties from takari-smart-builder
| * | | | | | Ignore timing.properties from takari-smart-builderJean-Christophe GAY2015-03-291-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge pull request #1453 from pegurnee/cakephp_headersCarl Suster2015-03-311-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | comment out CakePHP version headers
| * | | | | comment out CakePHP version headersEddie Gurnee2015-03-261-2/+2
|/ / / / /
* | | | | Merge pull request #1430 from Lucretiel/patch-1Carl Suster2015-03-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added coverage annotation files
| * | | | | Fixed coverage annotationLucretiel2015-03-161-1/+1
| | | | | | | | | | | | | | | | | | Added missing wildcard to the `*,cover` coverage annotation.
| * | | | | Added coverage annotation filesLucretiel2015-03-061-0/+1
| | | | | | | | | | | | | | | | | | Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
* | | | | | Merge pull request #1433 from riosc/patch-1Carl Suster2015-03-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | removing aditional white space