[OpenMP] Ignore .eggs file in OpenMP
authorShilei Tian <i@tianshilei.me>
Thu, 14 Jul 2022 16:06:43 +0000 (12:06 -0400)
committerShilei Tian <i@tianshilei.me>
Thu, 14 Jul 2022 16:06:50 +0000 (12:06 -0400)
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

openmp/.gitignore

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