1
0
mirror of https://github.com/github/gitignore synced 2024-06-27 06:42:50 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
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
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
(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
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
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
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
Ricky Elrod
3bb4e51184 Fix typo in haskell gitignore 2014-02-27 20:24:54 -05:00
Vikraman Choudhury
40917a4d2f Ignore files generated by cabal sandbox
https://github.com/haskell/cabal/wiki/Package-Environments#sandbox-command
2013-11-12 22:49:11 +05:30
John Kodumal
4a71b5bbb9 Add .hsenv to .gitignore 2013-06-16 12:34:33 -06:00
Clint Moore
f71524c5bd Added .virthualenv directory. 2012-04-01 00:28:35 -07:00
Chris Done
95a7ec0704 Added cabal-dev dir. 2011-08-07 03:09:17 +03:00
Joachim Fasting
3400caaeeb Haskell.gitignore: ignore files produced by c2hs 2010-11-23 10:15:05 +01:00
Jasper Van der Jeugt
b2bbec62d0 Add Haskell gitignore 2010-11-13 05:55:22 +08:00