summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Update .gitignoreAustin Seipp2014-05-091-0/+1
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Adapt .gitignore (re #8545)Herbert Valerio Riedel2014-04-221-5/+0
| | | | | | | | This adapts the top-level .gitignore file to match the new situation of base.git, ghc-prim.git, integer-gmp.git, integer-simple.git, and template-haskell.git being folded into ghc.git Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Convert haddock into a proper submodule (re #8545)Herbert Valerio Riedel2014-03-231-1/+0
| | | | | | | | This should help contribute content to https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Add VERSION file to gitignore.Austin Seipp2014-02-201-0/+1
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Update .gitignoreAustin Seipp2014-01-141-0/+3
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fold testsuite.git into ghc.git (re #8545)Herbert Valerio Riedel2014-01-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit performs a subtree merge of testsuite.git into ghc.git; The next commit will adapt `sync-all` et al. to the new situation. At the time of merge, testsuite.git was at commit [998a816ae89c4fd573f4abd7c6abb346cf7ee9af/testsuite] The following steps have been used to accomplish this merge: 1. Clone a fresh testsuite.git copy (& cd into) 2. Remove accidentally committed binary files from history git filter-branch \ --index-filter "git rm -r --cached --ignore-unmatch \ tests/haddock/should_compile_flag_nohaddock/a.out \ tests/haddock/should_compile_noflag_nohaddock/a.out \ tests/ghc-regress/haddock/should_compile_flag_nohaddock/a.out \ tests/ghc-regress/haddock/should_compile_noflag_nohaddock/a.out \ tests/ghc-regress/dph/diophantine/dph-diophantine-fast \ tests/ghc-regress/dph/diophantine/dph-diophantine-opt \ tests/ghc-regress/dph/primespj/dph-primespj-fast \ tests/ghc-regress/dph/quickhull/dph-quickhull-fast \ tests/ghc-regress/dph/smvm/dph-smvm \ tests/ghc-regress/dph/sumnats/dph-sumnats \ tests/ghc-regress/dph/words/dph-words-fast \ tests/ghc-regress/plugins/plugins01" \ HEAD 3. Rename all paths in testsuite.git to be prefixed with `testsuite/` git filter-branch -f --prune-empty --tree-filter \ "mkdir -p testsuite; \ git ls-tree --name-only \$GIT_COMMIT | xargs -I files mv files testsuite/" 4. cd into ghc/ checkout, and perform subtree merge of testsuite into ghc (see also http://nuclearsquid.com/writings/subtree-merging-and-you/) cd ../ghc/ git remote add -f testsuite ../testsuite/.git git merge -s ours --no-commit testsuite/master git read-tree --prefix=/ -u testsuite/master git commit Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* .gitignore : Add libffi-tarballs.Erik de Castro Lopo2013-08-051-0/+1
|
* Don't create mk/stamp-hIan Lynagh2013-06-091-1/+0
| | | | I don't think we are using it for anything any more.
* random is a submoduleIan Lynagh2013-02-031-1/+0
| | | | Looks like I forgot to make it one in the original conversion
* Use a submodule for the time packageIan Lynagh2012-12-021-1/+0
| | | | | This bring the time package into line with how we handle other packages.
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-12/+0
|
* More .gitignore updatesIan Lynagh2012-10-291-20/+7
|
* Rearrange .gitignore a littleIan Lynagh2012-10-291-15/+19
|
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-1/+0
|
* Remove some more unused .gitignore entriesIan Lynagh2012-10-281-3/+0
|
* Remove some old .gitignore entriesIan Lynagh2012-10-281-43/+0
| | | | We no longer generate those files
* Follow upstream mtl and Cabal, add transformers package (#5958)Paolo Capriotti2012-05-071-0/+1
|
* Fix vectorisation of classesManuel M T Chakravarty2012-01-161-0/+2
| | | | | | - Make sure that we have no implicit names in ifaces - Any vectorisation info makes a module an orphan module - Allow 'Show' in vectorised code without vectorising it for the moment
* Update '.gitignore'David Terei2012-01-121-0/+3
|
* New functionality required for the supercompiler pluginMax Bolingbroke2011-06-291-1/+4
|
* Ignore ghc-extra-optsManuel M T Chakravarty2011-06-031-0/+2
|
* Update .gitignore for the extra-gcc-opts -> settings changeIan Lynagh2011-04-231-1/+1
|
* Ignore .rej filesSimon Peyton Jones2011-04-201-0/+1
|
* Add more ignoranceSimon Peyton Jones2011-04-191-3/+16
|
* Ignore tags files.Edward Z. Yang2011-04-041-0/+1
| | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
* Ignore more generated filesMax Bolingbroke2011-04-021-0/+20
|
* Update meta-repo stuffIan Lynagh2011-03-311-0/+1
|
* add .gitignoreSimon Marlow2011-01-141-0/+198