]> source.dussan.org Git - gitignore.git/log
gitignore.git
9 years agoMerge pull request #1163 from ma499/nodejs-visualstudio
Carl Suster [Wed, 7 Jan 2015 04:34:23 +0000 (15:34 +1100)]
Merge pull request #1163 from ma499/nodejs-visualstudio

Ignore analysis files from Node.js tools for Visual Studio 2013

9 years agoMerge pull request #1226 from dmbaturin/master
Carl Suster [Wed, 7 Jan 2015 04:25:21 +0000 (15:25 +1100)]
Merge pull request #1226 from dmbaturin/master

Add ocamlbuild and oasis generated files to OCaml .gitignore

9 years agoMerge pull request #1342 from adelq/master
Carl Suster [Wed, 7 Jan 2015 04:24:24 +0000 (15:24 +1100)]
Merge pull request #1342 from adelq/master

Create Nim.gitignore

9 years agoMerge pull request #1346 from ldrumm/master
Carl Suster [Wed, 7 Jan 2015 04:21:13 +0000 (15:21 +1100)]
Merge pull request #1346 from ldrumm/master

Added a .gitignore template for Lua based projects.

9 years agoCapitalise initial letter in template filenames for consistency/sorting
Carl Suster [Wed, 7 Jan 2015 04:16:27 +0000 (15:16 +1100)]
Capitalise initial letter in template filenames for consistency/sorting

9 years agoMerge pull request #1350 from julianpistorius/patch-1
Carl Suster [Wed, 7 Jan 2015 04:11:27 +0000 (15:11 +1100)]
Merge pull request #1350 from julianpistorius/patch-1

Should "boostrap.json" be "bootstrap.json"?

9 years agoShould "boostrap.json" be "bootstrap.json"? 1350/head
Julian Pistorius [Wed, 7 Jan 2015 00:11:00 +0000 (17:11 -0700)]
Should "boostrap.json" be "bootstrap.json"?

And what about the other bootstrap.* files?

9 years agoAdded a .gitignore template for Lua based projects. 1346/head
Luke Drummond [Sat, 3 Jan 2015 17:12:56 +0000 (17:12 +0000)]
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

9 years agoCreate Nim.gitignore 1342/head
Adel Qalieh [Tue, 30 Dec 2014 22:23:11 +0000 (17:23 -0500)]
Create Nim.gitignore

9 years agoMerge pull request #1325 from aurmil/magento-modman
Carl Suster [Tue, 23 Dec 2014 10:01:34 +0000 (21:01 +1100)]
Merge pull request #1325 from aurmil/magento-modman

Ignore Magento .modman directory

9 years agoMerge pull request #1218 from bbodenmiller/patch-3
Carl Suster [Tue, 23 Dec 2014 00:56:45 +0000 (11:56 +1100)]
Merge pull request #1218 from bbodenmiller/patch-3

update comment on ignoring repositories.config

9 years agoMerge pull request #1323 from aurmil/magento-root-files
Carl Suster [Tue, 23 Dec 2014 00:36:07 +0000 (11:36 +1100)]
Merge pull request #1323 from aurmil/magento-root-files

Fix Magento PHP root files names patterns

9 years agoMerge pull request #1327 from lighght/patch-1
Carl Suster [Sun, 21 Dec 2014 04:08:13 +0000 (15:08 +1100)]
Merge pull request #1327 from lighght/patch-1

add ignore achemso bib file (acs-*.bib) to TeX.gitignore

9 years agoAdd ignore achemso aux file acs-<tex filename>.bib 1327/head
lighght [Sat, 20 Dec 2014 16:57:43 +0000 (11:57 -0500)]
Add ignore achemso aux file acs-<tex filename>.bib

Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}

9 years agoIgnore modman directory 1325/head
Aurélien Millet [Wed, 17 Dec 2014 10:18:05 +0000 (11:18 +0100)]
Ignore modman directory

9 years agofix magento root files 1323/head
Aurélien Millet [Tue, 16 Dec 2014 10:37:27 +0000 (11:37 +0100)]
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

9 years agoMerge pull request #1317 from arkeidolon/patch-1
Carl Suster [Fri, 12 Dec 2014 05:03:20 +0000 (16:03 +1100)]
Merge pull request #1317 from arkeidolon/patch-1

Add space at Unity gitignore comment

9 years agoAdd space at Unity gitignore comment 1317/head
Clarke Plumo [Fri, 12 Dec 2014 02:25:22 +0000 (10:25 +0800)]
Add space at Unity gitignore comment

9 years agoMerge pull request #1315 from bbodenmiller/patch-4
Brendan Forster [Fri, 12 Dec 2014 02:21:58 +0000 (12:51 +1030)]
Merge pull request #1315 from bbodenmiller/patch-4

VisualStudio.gitignore: no good reason to ignore sql folder

9 years agono good reason to ignore sql folder 1315/head
Ben Bodenmiller [Thu, 11 Dec 2014 23:21:38 +0000 (15:21 -0800)]
no good reason to ignore sql folder

9 years agoMerge pull request #1307 from Frozenfire92/patch-1
Carl Suster [Thu, 11 Dec 2014 14:54:23 +0000 (01:54 +1100)]
Merge pull request #1307 from Frozenfire92/patch-1

Unity: Fix solution/project files for nested directories.

9 years agoFix solution/project files for nested directories. 1307/head
Joel Kuntz [Fri, 5 Dec 2014 01:43:44 +0000 (21:43 -0400)]
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.

9 years agoMerge pull request #1290 from djboni/master
Carl Suster [Mon, 1 Dec 2014 03:05:59 +0000 (14:05 +1100)]
Merge pull request #1290 from djboni/master

Add LibreOffice.gitignore

9 years agoMerge pull request #1284 from jakepetroules/patch-1
Carl Suster [Sat, 29 Nov 2014 05:51:59 +0000 (16:51 +1100)]
Merge pull request #1284 from jakepetroules/patch-1

Ignore Qt Creator cache files for Qbs projects.

9 years agoMerge pull request #1263 from jangorecki/master
Carl Suster [Sat, 29 Nov 2014 04:38:28 +0000 (15:38 +1100)]
Merge pull request #1263 from jangorecki/master

R.gitignore - exclude vignettes products

9 years agoMerge pull request #1280 from renhx/rails-sqlite3-journal
Carl Suster [Sat, 29 Nov 2014 04:36:40 +0000 (15:36 +1100)]
Merge pull request #1280 from renhx/rails-sqlite3-journal

Added *.sqlite3-journal to Rails.gitignore

9 years agoMerge pull request #1293 from marcelkorpel/master
Carl Suster [Sat, 29 Nov 2014 04:26:19 +0000 (15:26 +1100)]
Merge pull request #1293 from marcelkorpel/master

Add .SRCINFO

9 years agoMerge pull request #1298 from adamliter/r
Carl Suster [Sat, 29 Nov 2014 04:19:44 +0000 (15:19 +1100)]
Merge pull request #1298 from adamliter/r

Add history file that is generated by R.app for Mac OS

9 years agoAdd history file that is generated by R.app for Mac OS 1298/head
Adam Liter [Fri, 28 Nov 2014 00:36:15 +0000 (18:36 -0600)]
Add history file that is generated by R.app for Mac OS

9 years agoMerge pull request #1292 from taspeotis/master
Brendan Forster [Sun, 23 Nov 2014 23:22:50 +0000 (09:52 +1030)]
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"

9 years agoAdd .SRCINFO 1293/head
Marcel Korpel [Sun, 23 Nov 2014 15:59:38 +0000 (16:59 +0100)]
Add .SRCINFO

See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html

9 years agoRevert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual... 1292/head
Todd Aspeotis [Sun, 23 Nov 2014 05:41:09 +0000 (15:41 +1000)]
Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"

This reverts commit b07a0904e3c0714353f997b1dc6122b367dab648.

9 years agoMove LibreOffice.gitignore to /Global 1290/head
Djones Boni [Sat, 22 Nov 2014 22:22:52 +0000 (20:22 -0200)]
Move LibreOffice.gitignore to /Global

9 years agoAdd LibreOffice.gitignore
Djones Boni [Wed, 19 Nov 2014 12:38:01 +0000 (10:38 -0200)]
Add LibreOffice.gitignore

9 years agoIgnore Qt Creator cache files for Qbs projects. 1284/head
Jake Petroules [Sun, 16 Nov 2014 20:04:57 +0000 (12:04 -0800)]
Ignore Qt Creator cache files for Qbs projects.

9 years agoMerge pull request #1241 from sayedihashimi/master
Brendan Forster [Sun, 16 Nov 2014 02:45:21 +0000 (10:45 +0800)]
Merge pull request #1241 from sayedihashimi/master

adding bower_components

9 years agoMerge pull request #1283 from ob1cot/ob1cot-addidecachefolder
Brendan Forster [Sun, 16 Nov 2014 01:56:34 +0000 (09:56 +0800)]
Merge pull request #1283 from ob1cot/ob1cot-addidecachefolder

adding entry for ignoring <solutionname>.sln.ide folder which contains v...

9 years agoadding entry for ignoring <solutionname>.sln.ide folder which contains visual studio... 1283/head
robertob [Sat, 15 Nov 2014 21:13:15 +0000 (13:13 -0800)]
adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data

9 years agoAdded *.sqlite3-journal to Rails.gitignore 1280/head
renhx [Thu, 13 Nov 2014 08:34:19 +0000 (17:34 +0900)]
Added *.sqlite3-journal to Rails.gitignore

9 years agoMerge pull request #1197 from TonyArra/extjs
Carl Suster [Thu, 13 Nov 2014 03:12:32 +0000 (14:12 +1100)]
Merge pull request #1197 from TonyArra/extjs

Add gitignore for Sencha/Extjs

9 years agoRemove ExtJS-MVC 1197/head
Tony Arra [Wed, 12 Nov 2014 17:55:47 +0000 (12:55 -0500)]
Remove ExtJS-MVC

9 years agoMerge pull request #1233 from stuartpb/patch-1
Carl Suster [Wed, 12 Nov 2014 07:54:40 +0000 (18:54 +1100)]
Merge pull request #1233 from stuartpb/patch-1

Restore original comment about node_modules

9 years agoLet node_modules FAQ URL speak for itself 1233/head
Stuart P. Bentley [Wed, 12 Nov 2014 07:47:18 +0000 (23:47 -0800)]
Let node_modules FAQ URL speak for itself

9 years agoMerge pull request #1261 from jaxx/master
Carl Suster [Wed, 12 Nov 2014 07:43:22 +0000 (18:43 +1100)]
Merge pull request #1261 from jaxx/master

Ignore debug information files

9 years agoMerge pull request #1271 from bitemyapp/patch-1
Carl Suster [Wed, 12 Nov 2014 07:41:20 +0000 (18:41 +1100)]
Merge pull request #1271 from bitemyapp/patch-1

Added Haskell GHC profiling related files

9 years agoMerge pull request #1267 from rogersuen/global-jdev
Carl Suster [Wed, 12 Nov 2014 07:30:24 +0000 (18:30 +1100)]
Merge pull request #1267 from rogersuen/global-jdev

added JDeveloper.gitignore

9 years agoMerge pull request #1272 from jakubtuchol/dynhaskell
Carl Suster [Wed, 12 Nov 2014 07:28:06 +0000 (18:28 +1100)]
Merge pull request #1272 from jakubtuchol/dynhaskell

adding dynamically linked haskell libraries

9 years agoMerge pull request #1264 from arteymix/master
Carl Suster [Sat, 8 Nov 2014 01:36:47 +0000 (12:36 +1100)]
Merge pull request #1264 from arteymix/master

Added a gitignore for Anjuta IDE http://anjuta.org/

9 years agoIgnore the symbole database which is a generated binary file. 1264/head
Guillaume Poirier-Morency [Fri, 7 Nov 2014 19:09:57 +0000 (14:09 -0500)]
Ignore the symbole database which is a generated binary file.

9 years agorevert 1261/head
Jakko Sikkar [Thu, 6 Nov 2014 07:27:27 +0000 (09:27 +0200)]
revert

9 years agoMerge pull request #1225 from thurask/momentics
Carl Suster [Thu, 6 Nov 2014 03:18:50 +0000 (14:18 +1100)]
Merge pull request #1225 from thurask/momentics

Add user-specific settings to Momentics.gitignore

9 years agoMerge pull request #1266 from parched/master
Carl Suster [Thu, 6 Nov 2014 03:15:29 +0000 (14:15 +1100)]
Merge pull request #1266 from parched/master

ArchLinuxPackages: Ignore AUR metadata (.AURINFO)

9 years agoMerge pull request #1259 from Kaceykaso/patch-1
Carl Suster [Thu, 6 Nov 2014 03:09:29 +0000 (14:09 +1100)]
Merge pull request #1259 from Kaceykaso/patch-1

Create CodeKit.gitignore

9 years agoMerge pull request #1273 from bbodenmiller/patch-4
Carl Suster [Thu, 6 Nov 2014 03:04:22 +0000 (14:04 +1100)]
Merge pull request #1273 from bbodenmiller/patch-4

Create MicrosoftOffice

9 years agoCreate MicrosoftOffice 1273/head
Ben Bodenmiller [Thu, 6 Nov 2014 02:09:27 +0000 (18:09 -0800)]
Create MicrosoftOffice

Continuation of https://github.com/github/gitignore/pull/594/ and details from http://support.microsoft.com/kb/211632

9 years agoadding dynamically linked haskell libraries 1272/head
Jakub Tucholski [Mon, 3 Nov 2014 16:57:05 +0000 (10:57 -0600)]
adding dynamically linked haskell libraries

9 years agoAdded Haskell GHC profiling related files 1271/head
Chris Allen [Mon, 3 Nov 2014 06:44:05 +0000 (00:44 -0600)]
Added Haskell GHC profiling related files

9 years agoUpdate Rust.gitignore
jaxx [Sun, 2 Nov 2014 21:12:25 +0000 (23:12 +0200)]
Update Rust.gitignore

9 years agoadded JDeveloper.gitignore 1267/head
Roger Suen [Mon, 27 Oct 2014 03:05:54 +0000 (11:05 +0800)]
added JDeveloper.gitignore

9 years agoArchLinuxPackages: Ignore AUR metadata (.AURINFO) 1266/head
James Duley [Sun, 26 Oct 2014 00:42:12 +0000 (13:42 +1300)]
ArchLinuxPackages: Ignore AUR metadata (.AURINFO)

9 years agoAdded a gitignore for Anjuta IDE http://anjuta.org/
Guillaume Poirier-Morency [Sat, 25 Oct 2014 18:03:48 +0000 (14:03 -0400)]
Added a gitignore for Anjuta IDE http://anjuta.org/

9 years agoexclude vignettes products 1263/head
jangorecki [Sat, 25 Oct 2014 10:28:19 +0000 (12:28 +0200)]
exclude vignettes products

9 years agoUpdate Lazarus.gitignore
jaxx [Fri, 24 Oct 2014 13:34:24 +0000 (16:34 +0300)]
Update Lazarus.gitignore

9 years agoCreate CodeKit.gitignore 1259/head
Kacey Coughlin [Tue, 21 Oct 2014 21:59:29 +0000 (14:59 -0700)]
Create CodeKit.gitignore

9 years agoMerge pull request #1232 from thunsaker/patch-1
Carl Suster [Mon, 20 Oct 2014 06:47:22 +0000 (17:47 +1100)]
Merge pull request #1232 from thunsaker/patch-1

Added New Files created by Crashlytics Plugin

9 years agoAnother tweak 1232/head
Thomas Hunsaker [Mon, 20 Oct 2014 05:43:15 +0000 (22:43 -0700)]
Another tweak

9 years agoMinor tweaks
Thomas Hunsaker [Mon, 20 Oct 2014 05:41:27 +0000 (22:41 -0700)]
Minor tweaks

9 years agoMerge pull request #1251 from tomsquest/master
Carl Suster [Mon, 20 Oct 2014 01:55:21 +0000 (12:55 +1100)]
Merge pull request #1251 from tomsquest/master

Ignore iml file anywhere

9 years agoMerge pull request #1215 from devoncarew/patch-3
Carl Suster [Mon, 20 Oct 2014 01:51:28 +0000 (12:51 +1100)]
Merge pull request #1215 from devoncarew/patch-3

Update Dart.gitignore

9 years agoMerge pull request #1223 from mlacorte/patch-1
Carl Suster [Mon, 20 Oct 2014 01:45:24 +0000 (12:45 +1100)]
Merge pull request #1223 from mlacorte/patch-1

Ignore HPC files generated by GHC

9 years agoMerge pull request #1234 from stuartpb/patch-2
Carl Suster [Mon, 20 Oct 2014 01:41:16 +0000 (12:41 +1100)]
Merge pull request #1234 from stuartpb/patch-2

Explain .lock-wscript and move it

9 years agoMerge pull request #1248 from iori-o/emacs_cask
Carl Suster [Mon, 20 Oct 2014 01:35:23 +0000 (12:35 +1100)]
Merge pull request #1248 from iori-o/emacs_cask

Adding .cask directory to Global/Emacs.gitignore

9 years agoMerge pull request #1250 from TreeRex/ignore-nrepl
Carl Suster [Mon, 20 Oct 2014 01:34:44 +0000 (12:34 +1100)]
Merge pull request #1250 from TreeRex/ignore-nrepl

Added Cider's .nrepl-port file.

9 years agoMerge pull request #1252 from paolofulgoni/tortoisegit
Carl Suster [Mon, 20 Oct 2014 01:32:28 +0000 (12:32 +1100)]
Merge pull request #1252 from paolofulgoni/tortoisegit

Create TortoiseGit.gitignore

9 years agoMerge pull request #1249 from leandrodeleite/master
Carl Suster [Mon, 20 Oct 2014 01:26:32 +0000 (12:26 +1100)]
Merge pull request #1249 from leandrodeleite/master

Scala/Eclipse .gitignore updates

10 years agoIgnore .history files 1249/head
leandrodeleite [Sun, 19 Oct 2014 10:59:24 +0000 (08:59 -0200)]
Ignore .history files

10 years agoCreate TortoiseGit.gitignore 1252/head
Paolo Fulgoni [Fri, 17 Oct 2014 12:12:23 +0000 (14:12 +0200)]
Create TortoiseGit.gitignore

10 years agoMerge branch 'master' of github.com:leandrodeleite/gitignore
leandrodeleite [Thu, 16 Oct 2014 22:29:40 +0000 (19:29 -0300)]
Merge branch 'master' of github.com:leandrodeleite/gitignore

Conflicts:
Scala.gitignore

10 years agoIgnore .cache files
leandrodeleite [Wed, 15 Oct 2014 15:59:30 +0000 (12:59 -0300)]
Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.

10 years agoIgnore iml file anywhere 1251/head
Thomas Queste [Thu, 16 Oct 2014 13:53:23 +0000 (15:53 +0200)]
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.

10 years agoAdded Cider's .nrepl-port file. 1250/head
Tom Emerson [Wed, 15 Oct 2014 16:23:58 +0000 (12:23 -0400)]
Added Cider's .nrepl-port file.

10 years agoIgnore .cache files
leandrodeleite [Wed, 15 Oct 2014 15:59:30 +0000 (12:59 -0300)]
Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.

10 years agoRemove trailing space
leandrodeleite [Wed, 15 Oct 2014 15:41:48 +0000 (12:41 -0300)]
Remove trailing space

10 years agoAdding .cask directory to Global/Emacs.gitignore 1248/head
Iori ONDA [Wed, 15 Oct 2014 07:06:43 +0000 (16:06 +0900)]
Adding .cask directory to Global/Emacs.gitignore

10 years agoMerge pull request #1245 from daroczig/master
Carl Suster [Sun, 12 Oct 2014 22:36:09 +0000 (09:36 +1100)]
Merge pull request #1245 from daroczig/master

revert 1f8466164330277fc8c9126ded3cc207ff3baf91

10 years agorevert 1f8466164330277fc8c9126ded3cc207ff3baf91 1245/head
Gergely Daróczi [Sun, 12 Oct 2014 22:25:41 +0000 (00:25 +0200)]
revert 1f8466164330277fc8c9126ded3cc207ff3baf91

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

10 years agoadding bower_components 1241/head
Sayed Ibrahim Hashimi [Wed, 8 Oct 2014 23:00:37 +0000 (16:00 -0700)]
adding bower_components

10 years agoExplain .lock-wscript and move it 1234/head
Stuart P. Bentley [Wed, 1 Oct 2014 05:23:32 +0000 (22:23 -0700)]
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/

10 years agoRestore original comment about node_modules
Stuart P. Bentley [Wed, 1 Oct 2014 05:17:25 +0000 (22:17 -0700)]
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.

10 years agoAdded New Files created by Crashlytics Plugin
Thomas Hunsaker [Tue, 30 Sep 2014 06:47:10 +0000 (23:47 -0700)]
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.

10 years agoMerge pull request #1231 from oohnajra/patch-1
Carl Suster [Tue, 30 Sep 2014 00:29:01 +0000 (10:29 +1000)]
Merge pull request #1231 from oohnajra/patch-1

Update Umbraco.gitignore

10 years agoUpdate Umbraco.gitignore 1231/head
Arjan [Mon, 29 Sep 2014 14:31:58 +0000 (16:31 +0200)]
Update Umbraco.gitignore

10 years agoAdd ocamlbuild and oasis generated files to OCaml .gitignore 1226/head
Daniil Baturin [Wed, 24 Sep 2014 11:08:03 +0000 (18:08 +0700)]
Add ocamlbuild and oasis generated files to OCaml .gitignore

10 years agoAdd user-specific settings to Momentics.gitignore 1225/head
thurask [Tue, 23 Sep 2014 05:07:37 +0000 (01:07 -0400)]
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.

10 years agoIgnore HPC files generated by GHC 1223/head
Michael LaCorte [Mon, 22 Sep 2014 06:03:37 +0000 (23:03 -0700)]
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

10 years agoupdate comment on ignoring repositories.config 1218/head
Ben Bodenmiller [Sat, 20 Sep 2014 10:37:39 +0000 (03:37 -0700)]
update comment on ignoring repositories.config

10 years agoUpdate Dart.gitignore 1215/head
Devon Carew [Thu, 18 Sep 2014 04:31:39 +0000 (21:31 -0700)]
Update Dart.gitignore

Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.

10 years agoMerge pull request #1213 from mturnwall/master
Carl Suster [Thu, 18 Sep 2014 02:30:50 +0000 (12:30 +1000)]
Merge pull request #1213 from mturnwall/master

Add sourcemaps to the Sass ignore

10 years agoMerge pull request #1212 from Fuhrmann/patch-1
Carl Suster [Thu, 18 Sep 2014 02:30:28 +0000 (12:30 +1000)]
Merge pull request #1212 from Fuhrmann/patch-1

Typo in Jetbrains gitignore

10 years agoAdd sourcemaps to the Sass ignore 1213/head
Michael Turnwall [Wed, 17 Sep 2014 18:23:16 +0000 (11:23 -0700)]
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.