Repository: cassandra Updated Branches: refs/heads/trunk f20b09782 -> b00a08252
Add conf/hotspot_compiler to .gitignore Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4781e595 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4781e595 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4781e595 Branch: refs/heads/trunk Commit: 4781e5952ef5963cc5d506140ae121e20ab1e0c3 Parents: 3be63dd Author: Aleksey Yeschenko <[email protected]> Authored: Thu Jul 3 21:49:05 2014 +0300 Committer: Aleksey Yeschenko <[email protected]> Committed: Thu Jul 3 21:49:05 2014 +0300 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/4781e595/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 765cfed..c7cf9fd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ src/gen-java/ src/resources/org/apache/cassandra/config/ logs/ data/ +conf/hotspot_compiler # C* debs build-stamp
