[Git][ghc/ghc][master] git: remove a.out and include it in .gitignore
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Aug 23 14:37:31 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
f0408eeb by Cheng Shao at 2024-08-23T10:37:10-04:00
git: remove a.out and include it in .gitignore
a.out is a configure script byproduct. It was mistakenly checked into
the tree in !13118. This patch removes it, and include it in
.gitignore to prevent a similar error in the future.
- - - - -
2 changed files:
- .gitignore
- − a.out
Changes:
=====================================
.gitignore
=====================================
@@ -35,6 +35,7 @@ Thumbs.db
__pycache__
.mypy_cache
*.SYMDEF*
+a.out
log
tags
=====================================
a.out deleted
=====================================
Binary files a/a.out and /dev/null differ
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f0408eeb41286561d76d206a1f07cfe6b7c53d37
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f0408eeb41286561d76d206a1f07cfe6b7c53d37
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240823/e6d2cbc6/attachment.html>
More information about the ghc-commits
mailing list