Skip to content

Commit 65ebcee

Browse files
committed
[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
1 parent 3bc09c7 commit 65ebcee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
.sw?
2121
#OS X specific files.
2222
.DS_store
23+
# Python egg files
24+
*.eggs
2325

2426
#==============================================================================#
2527
# Explicit files to ignore (only matches one).

0 commit comments

Comments
 (0)