Skip to content
Snippets Groups Projects
Commit 41531d40 authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

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.

(cherry picked from commit f0408eeb)
(cherry picked from commit 8abb0f19)
(cherry picked from commit 1e852126)
parent 8384a503
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ Thumbs.db ...@@ -35,6 +35,7 @@ Thumbs.db
__pycache__ __pycache__
.mypy_cache .mypy_cache
*.SYMDEF* *.SYMDEF*
a.out
log log
tags tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment