Discussion:
[gem5-dev] Change in gem5/gem5[master]: util: Add the scons configuration cache to .gitignore for util/tlm.
Gabe Black (Gerrit)
2018-11-27 03:19:51 UTC
Permalink
Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/14656


Change subject: util: Add the scons configuration cache to .gitignore for
util/tlm.
......................................................................

util: Add the scons configuration cache to .gitignore for util/tlm.

Change-Id: Ife31e1bbf862d10bbe8e2c0fa36c8c168cfafa84
---
M util/tlm/.gitignore
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/util/tlm/.gitignore b/util/tlm/.gitignore
index 5761abc..4ab8976 100644
--- a/util/tlm/.gitignore
+++ b/util/tlm/.gitignore
@@ -1 +1,2 @@
*.o
+.sconsign.dblite
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14656
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ife31e1bbf862d10bbe8e2c0fa36c8c168cfafa84
Gerrit-Change-Number: 14656
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <***@google.com>
Gerrit-MessageType: newchange
Gabe Black (Gerrit)
2018-11-29 08:51:19 UTC
Permalink
Gabe Black has submitted this change and it was merged. (
https://gem5-review.googlesource.com/c/public/gem5/+/14656 )

Change subject: util: Add the scons configuration cache to .gitignore for
util/tlm.
......................................................................

util: Add the scons configuration cache to .gitignore for util/tlm.

Change-Id: Ife31e1bbf862d10bbe8e2c0fa36c8c168cfafa84
Reviewed-on: https://gem5-review.googlesource.com/c/14656
Reviewed-by: Matthias Jung <***@eit.uni-kl.de>
Maintainer: Gabe Black <***@google.com>
---
M util/tlm/.gitignore
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
Matthias Jung: Looks good to me, approved
Gabe Black: Looks good to me, approved



diff --git a/util/tlm/.gitignore b/util/tlm/.gitignore
index 5761abc..4ab8976 100644
--- a/util/tlm/.gitignore
+++ b/util/tlm/.gitignore
@@ -1 +1,2 @@
*.o
+.sconsign.dblite
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14656
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ife31e1bbf862d10bbe8e2c0fa36c8c168cfafa84
Gerrit-Change-Number: 14656
Gerrit-PatchSet: 2
Gerrit-Owner: Gabe Black <***@google.com>
Gerrit-Reviewer: Andreas Sandberg <***@arm.com>
Gerrit-Reviewer: Gabe Black <***@google.com>
Gerrit-Reviewer: Jason Lowe-Power <***@lowepower.com>
Gerrit-Reviewer: Matthias Jung <***@eit.uni-kl.de>
Gerrit-MessageType: merged
Loading...