Commit Graph

23 Commits

Author SHA1 Message Date
John Karahalis db943c49e4 Add *.hie to Haskell.gitignore (#3120)
This new file type can be generated by GHC 8.8.

https://www.haskell.org/ghc/blog/20190626-HIEFiles.html
2019-07-21 10:47:04 -03:00
Ryan Scott d9679b982e Add cabal.project.local~ to Haskell.gitignore (#2479) 2017-11-29 12:04:15 +11:00
Ryan Scott cc94cfc7e9 Ignore .ghc.environment.* 2017-07-20 08:30:45 -07:00
Alexander Thiemann 49f6eb9e07 ignore HTF test framework artifact directory
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
2016-08-10 12:56:26 +02:00
Ryan Scott 708e6c7e68 Ignore cabal.project.local 2016-05-09 13:02:49 -04:00
sachs4 3504820c37 Ignore .eventlog
Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)
2016-03-30 13:39:46 +02:00
Brendan Forster c844436111 Merge pull request #1419 from eamsden/master
Add pattern to match dist-* directories for Haskell
2016-02-15 09:35:38 +11:00
(cdep) illabout 3d9c786bc0 Added .stack-work/ directory to Haskell .gitignore.
.stack-work/ is a work directory used by the `stack` build tool.

The `stack` build tool has recently been gaining a lot of traction in
the Haskell community.  It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
2015-06-30 11:57:53 +09:00
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
Edward Amsden ac717d860f Add pattern to match dist-* directories 2015-02-25 09:21:05 -06: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