diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-12-09 16:20:55 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-12-22 14:25:36 (GMT) |
commit | 2b7f55a30b07f08d32bccd3ea0a72ffd8c820c20 (patch) | |
tree | 2b2e9455132a61763084aad4cf026c6cd5946867 /Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore | |
parent | 97be7ed34538186e34575cc9a0426aaf9260f64e (diff) | |
download | swift-2b7f55a30b07f08d32bccd3ea0a72ffd8c820c20.zip swift-2b7f55a30b07f08d32bccd3ea0a72ffd8c820c20.tar.bz2 |
Use precompiled header in EchoBot variants.
This slightly speeds up compilation on Windows. Adding this mostly
as demonstrating/documentation purposes.
Change-Id: Ic50aaef04589c79b926a0dcb4bb8d00284fd5a21
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore index 91c939b..aca6fe1 100644 --- a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore +++ b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/.gitignore @@ -2,3 +2,4 @@ EchoBot? *.cpp.xml *.h.xml EchoComponent +Swiften.cpp |