[PATCH] D22988: [lldb] Ignore various test artifacts (NFCI)

Todd Fiala via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 17:34:14 PDT 2016


tfiala requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: .gitignore:38
@@ -37,1 +37,3 @@
 __pycache__/
+*.lock
+*.so
----------------
Fine

================
Comment at: .gitignore:39
@@ +38,3 @@
+*.lock
+*.so
+Makefile
----------------
Fine.

================
Comment at: .gitignore:40
@@ -38,1 +39,3 @@
+*.so
+Makefile
 
----------------
We don't want this one.  Even though some tests are being bad (eh, hem, test writers) and leaving their junk around (typically the auto-generated tests like inlines), we do have plenty of Makefile files in the test subdirectory that are part of the repo and are modified.  Putting this here will create some level of chaos when changes are made to those Makefiles locally and are masked out by this .gitignore.

If you don't plan on changing Makefile content yourself, you could go ahead and put this line in your user's global gitignore file if you set one up.


https://reviews.llvm.org/D22988





More information about the llvm-commits mailing list