[OpenMP] Ignore .eggs file in OpenMP

The OMPD patches introduces GDB plugin. When it is built, it will create a
coulple of temp files in `.eggs`. This patch add it into `.gitignore` in case it
messed up the git tracking.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D129711
This commit is contained in:
Shilei Tian 2022-07-14 12:06:43 -04:00
parent 3bc09c7da5
commit 65ebcee197

2
openmp/.gitignore vendored
View file

@ -20,6 +20,8 @@
.sw?
#OS X specific files.
.DS_store
# Python egg files
*.eggs
#==============================================================================#
# Explicit files to ignore (only matches one).