[libc-commits] [libc] bccc88b - [libc][Obvious] Add build folder to .gitignore.

Tue Ly via libc-commits libc-commits at lists.llvm.org
Fri Mar 4 10:18:54 PST 2022


Author: Tue Ly
Date: 2022-03-04T13:16:55-05:00
New Revision: bccc88b3840091e9cf5ab410214e34df20950321

URL: https://github.com/llvm/llvm-project/commit/bccc88b3840091e9cf5ab410214e34df20950321
DIFF: https://github.com/llvm/llvm-project/commit/bccc88b3840091e9cf5ab410214e34df20950321.diff

LOG: [libc][Obvious] Add build folder to .gitignore.

Added: 
    

Modified: 
    libc/.gitignore

Removed: 
    


################################################################################
diff  --git a/libc/.gitignore b/libc/.gitignore
index 25a020e9cdc55..6a4ce5ac61cd8 100644
--- a/libc/.gitignore
+++ b/libc/.gitignore
@@ -1,3 +1,3 @@
 # Sphinx documentation
 docs/_build/
-
+build/


        


More information about the libc-commits mailing list