Commit Graph

1761 Commits

Author SHA1 Message Date
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 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 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 from igarcez/master
Stop ignoring app/code/local/Mage
2015-04-01 10:27:29 +11:00
Carl Suster
498f06dae9 Merge pull request from DanNixon/add-kicad
Create KiCAD.gitignore
2015-04-01 10:26:04 +11:00
Carl Suster
5883804e6c Merge pull request from shalecraig/patch-1
Link to section being described
2015-03-31 12:55:50 +11:00
Carl Suster
18e0801ff3 Merge pull request 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 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 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 from riosc/patch-1
removing aditional white space
2015-03-15 12:47:12 +11:00
Carl Suster
c7bca99f57 Merge pull request 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 from bondolo/patch-1
Add buildNumber.properties
2015-03-15 12:45:34 +11:00
Carl Suster
03372a587d Merge pull request from ergl/master
Update Jetbrains.gitignore
2015-03-15 12:45:23 +11:00
Carl Suster
5c5d4dfff9 Merge pull request 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 from jakejohns/hotfix/laravel5-env
Add ".env" to Laravel.gitignore
2015-03-15 12:42:28 +11:00
Carl Suster
a818c8ba7e Merge pull request 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 from sebgod/mercury-add-modules
Mercury.gitignore: Add Mercury.modules
2015-03-01 13:11:18 +11:00
Carl Suster
5a46616766 Merge pull request from ptigwe/master
Ignore auxiliary files for gnuplottex
2015-03-01 13:05:34 +11:00
Carl Suster
2b1fe3e280 Merge pull request from adamasantares/master
Update Joomla.gitignore
2015-03-01 13:02:49 +11:00
Carl Suster
eaeed89430 Merge pull request from relekang/python-cumulative-coverage
Add .coverage. to Python.gitignore
2015-03-01 12:44:09 +11:00
Carl Suster
4dafb36bab Merge pull request from occidens/OSX
Expand list of root-of-volume dotfiles
2015-03-01 12:42:58 +11:00
Carl Suster
8142e0af5a Merge pull request 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 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 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 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 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