Skip to content

Commit

Permalink
[OpenMP] Ignore .eggs file in OpenMP
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shiltian committed Jul 14, 2022
1 parent 3bc09c7 commit 65ebcee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
.sw?
#OS X specific files.
.DS_store
# Python egg files
*.eggs

#==============================================================================#
# Explicit files to ignore (only matches one).
Expand Down

0 comments on commit 65ebcee

Please sign in to comment.