[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:
2
openmp/.gitignore
vendored
2
openmp/.gitignore
vendored
@@ -20,6 +20,8 @@
|
|||||||
.sw?
|
.sw?
|
||||||
#OS X specific files.
|
#OS X specific files.
|
||||||
.DS_store
|
.DS_store
|
||||||
|
# Python egg files
|
||||||
|
*.eggs
|
||||||
|
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# Explicit files to ignore (only matches one).
|
# Explicit files to ignore (only matches one).
|
||||||
|
|||||||
Reference in New Issue
Block a user