aboutsummaryrefslogtreecommitdiffstats
path: root/Haskell.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add *.hie to Haskell.gitignore (#3120)John Karahalis2019-07-211-0/+1
| | | | | This new file type can be generated by GHC 8.8. https://www.haskell.org/ghc/blog/20190626-HIEFiles.html
* Add cabal.project.local~ to Haskell.gitignore (#2479)Ryan Scott2017-11-291-0/+1
|
* Ignore .ghc.environment.*Ryan Scott2017-07-201-0/+1
|
* ignore HTF test framework artifact directoryAlexander Thiemann2016-08-101-0/+1
| | | See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
* Ignore cabal.project.localRyan Scott2016-05-091-0/+1
|
* Ignore .eventlogsachs42016-03-301-0/+1
| | | Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)
* Merge pull request #1419 from eamsden/masterBrendan Forster2016-02-151-0/+1
|\ | | | | Add pattern to match dist-* directories for Haskell
| * Add pattern to match dist-* directoriesEdward Amsden2015-02-251-0/+1
| |
* | Added .stack-work/ directory to Haskell .gitignore.(cdep) illabout2015-06-301-0/+1
| | | | | | | | | | | | | | | | .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.
* | Remove .virtualenv from Haskell.gitignoreAbizer Nasir2015-04-301-1/+0
| | | | | | 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.
* | Ignore .virthualenv not .virtualenvAbizer Nasir2015-04-031-1/+1
| | | | | | This change was introduced in 3bb4e51184066f5cf60daa029c31e7f52398353b, 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
* | Remove cabal.config from Haskell.(cdep)illabout2015-02-241-1/+0
|/ | | | | | 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.
* Merge pull request #1271 from bitemyapp/patch-1Carl Suster2014-11-121-0/+3
|\ | | | | Added Haskell GHC profiling related files
| * Added Haskell GHC profiling related filesChris Allen2014-11-031-0/+3
| |
* | adding dynamically linked haskell librariesJakub Tucholski2014-11-031-0/+2
|/
* Ignore HPC files generated by GHCMichael LaCorte2014-09-211-0/+1
| | | | | "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
* Fix typo in haskell gitignoreRicky Elrod2014-02-271-1/+1
|
* Ignore files generated by cabal sandboxVikraman Choudhury2013-11-121-0/+3
| | | | https://github.com/haskell/cabal/wiki/Package-Environments#sandbox-command
* Add .hsenv to .gitignoreJohn Kodumal2013-06-161-0/+1
|
* Added .virthualenv directory.Clint Moore2012-04-011-0/+1
|
* Added cabal-dev dir.Chris Done2011-08-071-0/+1
|
* Haskell.gitignore: ignore files produced by c2hsJoachim Fasting2010-11-231-0/+2
|
* Add Haskell gitignoreJasper Van der Jeugt2010-11-131-0/+3