]> source.dussan.org Git - gitignore.git/log
gitignore.git
8 years agoUpdate TeX.gitignore 2029/head
thilaire [Wed, 29 Jun 2016 12:36:23 +0000 (14:36 +0200)]
Update TeX.gitignore

Add support for easy-todo package (that produces .lod file during the compilation)

8 years agoMerge pull request #2026 from mkobit/ignore-only-root-build
Brendan Forster [Sun, 26 Jun 2016 10:15:54 +0000 (19:45 +0930)]
Merge pull request #2026 from mkobit/ignore-only-root-build

Only ignore the build directory in the same directory as .gitignore for Gradle

8 years agoOnly ignore the build directory in the same directory as .gitignore for Gradle 2026/head
Mike Kobit [Fri, 24 Jun 2016 17:26:18 +0000 (12:26 -0500)]
Only ignore the build directory in the same directory as .gitignore for Gradle

If you have a Java package with `build` in it, the current version will always ignore files in that directory.
This change makes it so only the root "build" directory is ignored.

I believe that this assumes .gitignore is in the root of a project.

8 years agoMerge pull request #1802 from github/update-license
Brendan Forster [Thu, 16 Jun 2016 21:23:41 +0000 (07:23 +1000)]
Merge pull request #1802 from github/update-license

update license to CC0

8 years agoMerge pull request #2017 from NuLL3rr0r/patch-1
Brendan Forster [Thu, 16 Jun 2016 00:08:04 +0000 (10:08 +1000)]
Merge pull request #2017 from NuLL3rr0r/patch-1

ignore *.VC.db files

8 years agoMerge pull request #2016 from nocnokneo/patch-1
Brendan Forster [Thu, 16 Jun 2016 00:06:33 +0000 (10:06 +1000)]
Merge pull request #2016 from nocnokneo/patch-1

Ignore all forms of CMakeLists.txt.user

8 years agoignore *.VC.db files 2017/head
Mohammad S. Babaei [Wed, 15 Jun 2016 12:13:12 +0000 (16:43 +0430)]
ignore *.VC.db files

In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

8 years agoIgnore all forms of CMakeLists.txt.user 2016/head
Taylor Braun-Jones [Wed, 15 Jun 2016 11:58:14 +0000 (07:58 -0400)]
Ignore all forms of CMakeLists.txt.user

In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example:

    CMakeLists.txt.user.1fa15d5

8 years agoMerge pull request #2015 from assem-ch/patch-2
Brendan Forster [Sun, 12 Jun 2016 23:05:24 +0000 (06:05 +0700)]
Merge pull request #2015 from assem-ch/patch-2

Create the gitignore for Bazaar version control system

8 years agoCreate the gitignore for Bazaar version control system 2015/head
Assem Chelli / bigOTHER [Sun, 12 Jun 2016 21:44:23 +0000 (22:44 +0100)]
Create the gitignore for Bazaar version control system

8 years agoMerge pull request #1994 from JSkimming/vs-project-fragment-lock-json
Brendan Forster [Fri, 10 Jun 2016 10:51:35 +0000 (12:51 +0200)]
Merge pull request #1994 from JSkimming/vs-project-fragment-lock-json

VisualStudio ignore project.fragment.lock.json

8 years agoMerge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patch
Brendan Forster [Tue, 7 Jun 2016 07:00:36 +0000 (09:00 +0200)]
Merge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patch

Update D.gitignore

8 years agoUpdate D.gitignore 2009/head
Roman Chistokhodov [Mon, 6 Jun 2016 19:23:51 +0000 (22:23 +0300)]
Update D.gitignore

Add docs/ and *.lst

8 years agoVisualStudio ignore project.fragment.lock.json 1994/head
James Skimming [Mon, 23 May 2016 10:49:24 +0000 (11:49 +0100)]
VisualStudio ignore project.fragment.lock.json

I've just upgraded to ASP.NET Core RC2, and I've found that Visual
Studio is producing a file called project.fragment.lock.json. When I
delete the file it is recreated during build. Given project.lock.json is
already ignored this looks like another file to ignore.

8 years agoMerge pull request #1979 from wolffan/patch-1
Brendan Forster [Sat, 21 May 2016 07:56:17 +0000 (10:56 +0300)]
Merge pull request #1979 from wolffan/patch-1

Add injection folder to ignore

8 years agoMerge pull request #1992 from jlokimlin/master
Brendan Forster [Sat, 21 May 2016 07:21:54 +0000 (10:21 +0300)]
Merge pull request #1992 from jlokimlin/master

Added *.smod to Fortran.gitignore

8 years agoMerge pull request #1 from jlokimlin/jlokimlin-patch-1 1992/head
Jon Lo Kim Lin [Fri, 20 May 2016 22:13:46 +0000 (15:13 -0700)]
Merge pull request #1 from jlokimlin/jlokimlin-patch-1

Added *.smod to Fortran.gitignore

8 years agoAdded *.smod to Fortran.gitignore
Jon Lo Kim Lin [Fri, 20 May 2016 21:10:19 +0000 (14:10 -0700)]
Added *.smod to Fortran.gitignore

GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules

8 years agoMerge pull request #1989 from AdrianVovk/patch-1
Brendan Forster [Fri, 20 May 2016 13:57:19 +0000 (16:57 +0300)]
Merge pull request #1989 from AdrianVovk/patch-1

Ignore the workspace.xml file

8 years agoIgnore the workspace.xml file 1989/head
Adrian Vovk [Wed, 18 May 2016 13:52:10 +0000 (09:52 -0400)]
Ignore the workspace.xml file

and properly name the ART VM

8 years agoMerge pull request #1986 from 0xBADDCAFE/master
Brendan Forster [Wed, 18 May 2016 06:27:43 +0000 (09:27 +0300)]
Merge pull request #1986 from 0xBADDCAFE/master

Do not ignore Laravel's storage/ directory

8 years agodo not ignore storage/ directory 1986/head
0xBADDCAFE [Wed, 18 May 2016 05:11:54 +0000 (14:11 +0900)]
do not ignore storage/ directory

8 years agoMerge pull request #1982 from jiahao/patch-1
Brendan Forster [Mon, 16 May 2016 16:44:06 +0000 (18:44 +0200)]
Merge pull request #1982 from jiahao/patch-1

Julia: ignore deps/deps.jl

8 years agoJulia: ignore deps/deps.jl 1982/head
Jiahao Chen [Mon, 16 May 2016 16:14:15 +0000 (12:14 -0400)]
Julia: ignore deps/deps.jl

`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.

8 years agoMerge pull request #1960 from leeyiw/add-cmake-ctest-gitignore
Brendan Forster [Mon, 16 May 2016 09:41:21 +0000 (11:41 +0200)]
Merge pull request #1960 from leeyiw/add-cmake-ctest-gitignore

add CTestTestfile.cmake into CMake.gitignore

8 years agoMerge pull request #1959 from Javierieh/add-sublime-text-packages-ignore
Brendan Forster [Mon, 16 May 2016 09:41:04 +0000 (11:41 +0200)]
Merge pull request #1959 from Javierieh/add-sublime-text-packages-ignore

Add sublime-text-3 gitignore for package control

8 years agoMerge pull request #1950 from hlaaftana/patch-1
Brendan Forster [Mon, 16 May 2016 09:40:33 +0000 (11:40 +0200)]
Merge pull request #1950 from hlaaftana/patch-1

Create Julia.gitignore

8 years agoAdd injection folder to ignore 1979/head
Raimon Lapuente [Fri, 13 May 2016 15:15:22 +0000 (17:15 +0200)]
Add injection folder to ignore

After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow.
Only bad side is that there's a folder included in the project that would be worth ignoring.
We had it in our .gitignore file. Just pushing the change

8 years agoMerge pull request #1973 from maxehmookau/patch-1
Brendan Forster [Thu, 12 May 2016 09:03:29 +0000 (11:03 +0200)]
Merge pull request #1973 from maxehmookau/patch-1

Add .env to optionally ignored files

8 years agoAnnotate .env addition 1973/head
Max Woolf [Thu, 12 May 2016 09:02:05 +0000 (10:02 +0100)]
Annotate .env addition

8 years agoAdd .env to optionally ignored files
Max Woolf [Thu, 12 May 2016 07:53:20 +0000 (08:53 +0100)]
Add .env to optionally ignored files

Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets.
The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control.

This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.

8 years agoMerge pull request #1972 from Kagamine/master
Brendan Forster [Wed, 11 May 2016 11:59:25 +0000 (13:59 +0200)]
Merge pull request #1972 from Kagamine/master

Ignore '*.DS_Store' instead of ignore '.DS_Store'

8 years agoIgnore '*.DS_Store' instead of ignore '.DS_Store' 1972/head
あまみや ゆうこ [Wed, 11 May 2016 05:39:00 +0000 (13:39 +0800)]
Ignore '*.DS_Store' instead of ignore '.DS_Store'

8 years agoMerge pull request #1965 from RyanGlScott/master
Brendan Forster [Tue, 10 May 2016 03:00:26 +0000 (07:00 +0400)]
Merge pull request #1965 from RyanGlScott/master

Ignore cabal.project.local

8 years agoIgnore cabal.project.local 1965/head
Ryan Scott [Mon, 9 May 2016 17:02:49 +0000 (13:02 -0400)]
Ignore cabal.project.local

8 years agoMerge pull request #1963 from evfemist/master
Brendan Forster [Sun, 8 May 2016 03:26:25 +0000 (13:26 +1000)]
Merge pull request #1963 from evfemist/master

ignore .dSYM along with .ipa files

8 years agoMerge pull request #1962 from skycaptain/add-osx-timemachine
Brendan Forster [Sun, 8 May 2016 03:25:03 +0000 (13:25 +1000)]
Merge pull request #1962 from skycaptain/add-osx-timemachine

Add .com.apple.timemachine.donotpresent to OSX

8 years agoAdd .com.apple.timemachine.donotpresent to OSX 1962/head
Manuel Leonhardt [Fri, 6 May 2016 12:27:44 +0000 (14:27 +0200)]
Add .com.apple.timemachine.donotpresent to OSX

.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.

8 years agoignore .dSYM along with .ipa files 1963/head
Roman Stetsenko [Fri, 6 May 2016 09:57:06 +0000 (12:57 +0300)]
ignore .dSYM along with .ipa files

8 years agoMove package control settings to Global/SublimeText.gitignore 1959/head
Javier Espinoza [Thu, 5 May 2016 18:33:41 +0000 (15:33 -0300)]
Move package control settings to Global/SublimeText.gitignore

8 years agoadd CTestTestfile.cmake into CMake.gitignore 1960/head
leeyiw [Thu, 5 May 2016 06:59:25 +0000 (14:59 +0800)]
add CTestTestfile.cmake into CMake.gitignore

CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.

8 years agoAdd sublime-text-3 gitignore
Javier Espinoza [Wed, 4 May 2016 16:38:53 +0000 (13:38 -0300)]
Add sublime-text-3 gitignore

This gitignore is used to make a repo with sublime text 3 package preferences stored in
{sublime-text-3}/Packages/User/

https://www.sublimetext.com/3

The .gitignore files are listed here

https://packagecontrol.io/docs/syncing

I added GitHub.sublime-settings to the .gitignore since its a config file added
from a popular github package that contains sensible information about your account

8 years agoMerge pull request #1956 from jrnold/master 1961/head
Brendan Forster [Sun, 1 May 2016 09:12:58 +0000 (19:12 +1000)]
Merge pull request #1956 from jrnold/master

Add knitr and R markdown patterns to R.gitignore

8 years agoAdd knitr and R markdown patterns to R.gitignore 1956/head
jrnold [Fri, 29 Apr 2016 14:17:44 +0000 (07:17 -0700)]
Add knitr and R markdown patterns to R.gitignore

These patterns handle cache diretories and temporary files created
by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/)
packages.

8 years agoMerge pull request #1955 from jgm1986/master
Brendan Forster [Thu, 28 Apr 2016 21:52:17 +0000 (07:52 +1000)]
Merge pull request #1955 from jgm1986/master

Update MicrosoftOffice.gitignore

8 years agoComment more clear. 1955/head
Javier Gusano Martinez [Thu, 28 Apr 2016 13:40:02 +0000 (15:40 +0200)]
Comment more clear.

8 years agoExclude Microsoft Visio temporary files.
Javier Gusano Martínez [Wed, 27 Apr 2016 15:44:25 +0000 (17:44 +0200)]
Exclude Microsoft Visio temporary files.

8 years agoMerge pull request #1954 from seungwonpark/patch-1
Brendan Forster [Tue, 26 Apr 2016 04:39:49 +0000 (14:39 +1000)]
Merge pull request #1954 from seungwonpark/patch-1

Update TeX.gitignore

8 years agoUpdate TeX.gitignore 1954/head
Seungwon Park [Tue, 26 Apr 2016 01:30:49 +0000 (10:30 +0900)]
Update TeX.gitignore

When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.

8 years agoMerge pull request #1953 from 2Cubed/patch-1
Brendan Forster [Tue, 26 Apr 2016 00:49:51 +0000 (10:49 +1000)]
Merge pull request #1953 from 2Cubed/patch-1

Add .webassets-cache to Flask

8 years agoAdd .webassets-cache to Flask 1953/head
2Cubed [Sun, 24 Apr 2016 21:02:02 +0000 (17:02 -0400)]
Add .webassets-cache to Flask

8 years agoCreate Julia.gitignore 1950/head
hlaaf [Fri, 22 Apr 2016 08:50:55 +0000 (11:50 +0300)]
Create Julia.gitignore

8 years agoMerge pull request #1949 from ro31337/patch-1
Brendan Forster [Thu, 21 Apr 2016 20:44:48 +0000 (06:44 +1000)]
Merge pull request #1949 from ro31337/patch-1

Add nyc test coverage output directory

8 years agoAdd nyc test coverage output directory 1949/head
Roman Pushkin [Thu, 21 Apr 2016 19:01:36 +0000 (12:01 -0700)]
Add nyc test coverage output directory

[nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default.

8 years agoMerge pull request #1948 from dybekm/c_gitignore_update
Brendan Forster [Tue, 19 Apr 2016 21:55:16 +0000 (07:55 +1000)]
Merge pull request #1948 from dybekm/c_gitignore_update

C: Ignore gcc Static Stack Usage Analysis .su files

8 years agoC: Ignore gcc Static Stack Usage Analysis .su files 1948/head
Maik Dybek [Tue, 19 Apr 2016 06:23:51 +0000 (08:23 +0200)]
C: Ignore gcc Static Stack Usage Analysis .su files

8 years agoMerge pull request #1945 from BlueHatbRit/flashdev-to-actionscript
Brendan Forster [Sun, 17 Apr 2016 02:11:17 +0000 (12:11 +1000)]
Merge pull request #1945 from BlueHatbRit/flashdev-to-actionscript

Add FlashDevelop and executables to Actionscript

8 years agoMerge pull request #1943 from elifoster/master
Brendan Forster [Sat, 16 Apr 2016 05:22:11 +0000 (15:22 +1000)]
Merge pull request #1943 from elifoster/master

Ruby: Ignore .env

8 years agoAdd a brief explanation. 1943/head
Eli Clemente Gordillo Foster [Sat, 16 Apr 2016 05:19:36 +0000 (22:19 -0700)]
Add a brief explanation.

8 years agoAdd FlashDevelop and executables to Actionscript 1945/head
Elliot Blackburn [Fri, 15 Apr 2016 10:36:15 +0000 (11:36 +0100)]
Add FlashDevelop and executables to Actionscript

- FlashDevelop uses different file and folder names for it's bin and obj outputs, so those have been added for convenience of devs using that.
- Added a list of some executables that are output by various ways of compiling Actionscript (such as AIR and general Flash).

8 years agoComment out .env rule
Eli Clemente Gordillo Foster [Fri, 15 Apr 2016 04:37:19 +0000 (21:37 -0700)]
Comment out .env rule

8 years agoMerge pull request #1942 from deepak/patch-1
Brendan Forster [Fri, 15 Apr 2016 04:19:14 +0000 (14:19 +1000)]
Merge pull request #1942 from deepak/patch-1

Update Rust.gitignore

8 years agoIgnore .env
Eli Clemente Gordillo Foster [Fri, 15 Apr 2016 04:18:28 +0000 (21:18 -0700)]
Ignore .env

This file is used moderately commonly to store environment variables locally. See Python.gitignore.

8 years agoUpdate Rust.gitignore 1942/head
Deepak Kannan [Fri, 15 Apr 2016 02:14:14 +0000 (07:44 +0530)]
Update Rust.gitignore

no need to specifically ignore compiled files and executables
as it will be under the target directory

8 years agoMerge pull request #1922 from vvolkgang/patch-2
Brendan Forster [Sun, 3 Apr 2016 18:57:04 +0000 (14:57 -0400)]
Merge pull request #1922 from vvolkgang/patch-2

Added Visual Studio 2015 .vs folder

8 years agoMerge pull request #1927 from sachs4/master
Brendan Forster [Sun, 3 Apr 2016 18:55:36 +0000 (14:55 -0400)]
Merge pull request #1927 from sachs4/master

Haskell: Ignore .eventlog files

8 years agoMerge pull request #1929 from geogdog/patch-1
Brendan Forster [Sun, 3 Apr 2016 18:50:05 +0000 (14:50 -0400)]
Merge pull request #1929 from geogdog/patch-1

Added .ropeproject directory

8 years agoAdded .ropeproject directory 1929/head
Greg Trahair [Fri, 1 Apr 2016 08:45:44 +0000 (10:45 +0200)]
Added .ropeproject directory

If anyone uses the ROPE refactoring library this is certainly necessary.

8 years agoMerge pull request #1783 from vladon/Visual-Studio-new-database-engine
Brendan Forster [Thu, 31 Mar 2016 16:23:43 +0000 (09:23 -0700)]
Merge pull request #1783 from vladon/Visual-Studio-new-database-engine

Visual studio new database engine

8 years agoIgnore .eventlog 1927/head
sachs4 [Wed, 30 Mar 2016 11:39:46 +0000 (13:39 +0200)]
Ignore .eventlog

Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)

8 years agoMerge pull request #1924 from krzysiekpiasecki/master
Brendan Forster [Sun, 27 Mar 2016 21:14:18 +0000 (14:14 -0700)]
Merge pull request #1924 from krzysiekpiasecki/master

Ignore session files

8 years agoMerge pull request #1923 from rexim/add-cask-dist-folder
Brendan Forster [Sun, 27 Mar 2016 21:01:10 +0000 (14:01 -0700)]
Merge pull request #1923 from rexim/add-cask-dist-folder

Add dist/ folder to Emacs gitignores

8 years agoIgnore session files 1924/head
Krzysztof Piasecki [Sun, 27 Mar 2016 20:03:12 +0000 (22:03 +0200)]
Ignore session files

8 years agoAdd dist/ folder to Emacs gitignores 1923/head
rexim [Sun, 27 Mar 2016 19:16:20 +0000 (01:16 +0600)]
Add dist/ folder to Emacs gitignores

8 years agoRemoved whitespace 1922/head
Álison Fernandes [Sun, 27 Mar 2016 18:52:21 +0000 (19:52 +0100)]
Removed whitespace

Title.

8 years agoAdded Visual Studio 2015 .vs folder
Álison Fernandes [Sun, 27 Mar 2016 18:45:26 +0000 (19:45 +0100)]
Added Visual Studio 2015 .vs folder

Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked.

8 years agoMerge pull request #1919 from pmn/update-vs-ignores
Brendan Forster [Sat, 26 Mar 2016 19:23:11 +0000 (12:23 -0700)]
Merge pull request #1919 from pmn/update-vs-ignores

Add an exclusion for Visual Studio PublishScripts

8 years agoAdd an exclusion for PublishScripts 1919/head
Paul Nakata [Fri, 25 Mar 2016 22:21:49 +0000 (15:21 -0700)]
Add an exclusion for PublishScripts

8 years agoMerge pull request #1918 from krzysiekpiasecki/master
Brendan Forster [Fri, 25 Mar 2016 22:06:51 +0000 (15:06 -0700)]
Merge pull request #1918 from krzysiekpiasecki/master

Ignore buckup doctrine entities

8 years agoChange comment 1918/head
Krzysztof Piasecki [Fri, 25 Mar 2016 21:28:27 +0000 (22:28 +0100)]
Change comment

8 years agoIgnore temporary files
Krzysztof Piasecki [Fri, 25 Mar 2016 18:02:38 +0000 (19:02 +0100)]
Ignore temporary files

8 years agoMerge pull request #1913 from lszeremeta/master
Brendan Forster [Mon, 21 Mar 2016 21:31:18 +0000 (08:31 +1100)]
Merge pull request #1913 from lszeremeta/master

More explicit pattern for KBibTeX

8 years agoMore explicit pattern for KBibTeX 1913/head
Łukasz Szeremeta [Mon, 21 Mar 2016 19:10:32 +0000 (20:10 +0100)]
More explicit pattern for KBibTeX

8 years agoMerge pull request #1910 from yanniks/master
Brendan Forster [Mon, 21 Mar 2016 02:02:00 +0000 (12:32 +1030)]
Merge pull request #1910 from yanniks/master

Update fastlane links

8 years agoUpdate fastlane links 1910/head
yanniks [Mon, 21 Mar 2016 01:42:56 +0000 (21:42 -0400)]
Update fastlane links
Fastlane now has a mono repo, the documentation moved into the folder fastlane/docs

8 years agoMerge pull request #1909 from dbburgess/whitespace-fix
Brendan Forster [Fri, 18 Mar 2016 23:05:12 +0000 (09:35 +1030)]
Merge pull request #1909 from dbburgess/whitespace-fix

Remove a trailing whitepsace

8 years agoRemove a trailing whitepsace 1909/head
Daniel Burgess [Fri, 18 Mar 2016 20:34:28 +0000 (16:34 -0400)]
Remove a trailing whitepsace

8 years agoMerge pull request #1908 from evorion/patch-1
Brendan Forster [Wed, 16 Mar 2016 09:27:04 +0000 (20:27 +1100)]
Merge pull request #1908 from evorion/patch-1

Typo in comment

8 years agoTypo in comment 1908/head
evorion [Wed, 16 Mar 2016 09:17:51 +0000 (10:17 +0100)]
Typo in comment

8 years agoMerge pull request #1907 from chrisamanse/patch-1
Brendan Forster [Wed, 16 Mar 2016 01:33:37 +0000 (12:33 +1100)]
Merge pull request #1907 from chrisamanse/patch-1

Update ignore for fastlane files in Swift

8 years agoUpdate ignore for fastlane files in Swift 1907/head
Chris Amanse [Wed, 16 Mar 2016 00:59:27 +0000 (08:59 +0800)]
Update ignore for fastlane files in Swift

8 years agoMerge pull request #1906 from DSIW/patch-1
Brendan Forster [Wed, 16 Mar 2016 00:33:25 +0000 (11:33 +1100)]
Merge pull request #1906 from DSIW/patch-1

Ignore .fot .cb .cb2 for TeX

8 years agoIgnore .fot .cb .cb2 for TeX 1906/head
Max [Tue, 15 Mar 2016 21:28:35 +0000 (22:28 +0100)]
Ignore .fot .cb .cb2 for TeX

8 years agoMerge pull request #1901 from hboon/rubymotion
Brendan Forster [Sun, 13 Mar 2016 07:43:39 +0000 (18:43 +1100)]
Merge pull request #1901 from hboon/rubymotion

Ruby: ignore more build artifacts specific to RubyMotion

8 years agoRuby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion 1901/head
Hwee-Boon Yar [Sun, 13 Mar 2016 07:35:04 +0000 (15:35 +0800)]
Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion

8 years agoMerge pull request #1891 from gaaarfild/patch-2
Brendan Forster [Sun, 13 Mar 2016 03:48:07 +0000 (14:48 +1100)]
Merge pull request #1891 from gaaarfild/patch-2

Added nore ignores. Removed.env example file

8 years agoRuby: ignore more build artifacts specific to RubyMotion
Hwee-Boon Yar [Fri, 11 Mar 2016 10:38:43 +0000 (18:38 +0800)]
Ruby: ignore more build artifacts specific to RubyMotion

8 years agoMerge pull request #1899 from e-yes/untrack_virtualenv
Brendan Forster [Thu, 10 Mar 2016 22:10:14 +0000 (09:10 +1100)]
Merge pull request #1899 from e-yes/untrack_virtualenv

Python: don't track virtualenv files.

8 years agoPython: don't track virtualenv files. 1899/head
Alexey Roslyakov [Thu, 10 Mar 2016 10:51:16 +0000 (17:51 +0700)]
Python: don't track virtualenv files.

8 years agoMerge pull request #1897 from Zarkopafilis/patch-1
Brendan Forster [Wed, 9 Mar 2016 20:49:21 +0000 (07:49 +1100)]
Merge pull request #1897 from Zarkopafilis/patch-1

Exclude keystore files (Android/Android Studio .gitignore)