You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by wa...@apache.org on 2016/10/01 01:14:52 UTC

asterixdb git commit: .gitignore fix

Repository: asterixdb
Updated Branches:
  refs/heads/master f60282766 -> 6f7c5312d


.gitignore fix

 - Let .gitignore ignores the directories for the test results.

Change-Id: If83bb49719bd41d5f71fefc785e4bcfae99d2d06
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1235
Reviewed-by: Ian Maxon <im...@apache.org>
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/6f7c5312
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/6f7c5312
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/6f7c5312

Branch: refs/heads/master
Commit: 6f7c5312d46b4d1ad22123821b6cd589d3c88413
Parents: f602827
Author: Taewoo Kim <wa...@yahoo.com>
Authored: Fri Sep 30 16:53:49 2016 -0700
Committer: Taewoo Kim <wa...@yahoo.com>
Committed: Fri Sep 30 18:14:26 2016 -0700

----------------------------------------------------------------------
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/6f7c5312/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2dfbf0f..6c88169 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,9 +9,13 @@ asterix_logs
 build
 asterixdb/asterix-opt
 asterixdb/asterix-app/src/test/resources/externallib
+asterixdb/asterix-app/opt_parserts/
+asterixdb/asterix-app/rttest/
+asterixdb/asterix-app/runtime_parserts/
 asterixdb/asterix-app/library
 asterixdb/asterix-app/data/csv/beer.csv
 asterixdb/asterix-installer/src/test/resources/clusterts/asterix-installer-*-SNAPSHOT-binary-assembly
+asterixdb/asterix-installer/ittest/
 *-coredump
 *.pyc
 *.iml