You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/07/21 20:18:48 UTC

asterixdb git commit: Some Cleanup, Additions to .gitignore

Repository: asterixdb
Updated Branches:
  refs/heads/master 8f7c7c6bf -> 3044e2efc


Some Cleanup, Additions to .gitignore

Change-Id: I624e42a2719065c26ff4cb70ab317bcce150471c
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1013
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
Integration-Tests: 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/3044e2ef
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/3044e2ef
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/3044e2ef

Branch: refs/heads/master
Commit: 3044e2efc2a88f4332ab35b80ce1a20edaae53b2
Parents: 8f7c7c6
Author: Michael Blow <mb...@apache.org>
Authored: Thu Jul 21 13:57:06 2016 -0400
Committer: Michael Blow <mi...@couchbase.com>
Committed: Thu Jul 21 13:18:06 2016 -0700

----------------------------------------------------------------------
 .gitignore | 43 +++++++++++++++++--------------------------
 1 file changed, 17 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/3044e2ef/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 636fb2f..b4129bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,34 +11,27 @@ mdtest
 ittest
 asterix_logs
 build
-bin
-asterixdb/asterix-opt/
-asterixdb/asterix-app/src/test/resources/externallib/
-asterixdb/asterix-app/rttest/
-asterixdb/asterix-app/mdtest/
-asterixdb/asterix-app/opttest/
-asterixdb/asterix-app/parserts/
-asterixdb/asterix-app/library/
-asterixdb/asterix-app/opt_parserts/
-asterixdb/asterix-app/runtime_parserts/
+asterixdb/asterix-opt
+asterixdb/asterix-app/src/test/resources/externallib
+asterixdb/asterix-app/rttest
+asterixdb/asterix-app/mdtest
+asterixdb/asterix-app/opttest
+asterixdb/asterix-app/parserts
+asterixdb/asterix-app/library
+asterixdb/asterix-app/opt_parserts
+asterixdb/asterix-app/runtime_parserts
 asterixdb/asterix-app/data/csv/beer.csv
-asterixdb/asterix-installer/ittest/
-asterixdb/asterix-installer/repliationtest/
-asterixdb/asterix-installer/src/test/resources/clusterts/asterix-installer-*-SNAPSHOT-binary-assembly/
-build
-asterix_logs
-bin/
+asterixdb/asterix-installer/ittest
+asterixdb/asterix-installer/repliationtest
+asterixdb/asterix-installer/src/test/resources/clusterts/asterix-installer-*-SNAPSHOT-binary-assembly
 *-coredump
 *.pyc
 *.iml
-asterix-app/data/csv/beer.csv
-.idea/
-asterix.ipr
-asterix.iws
+.idea
+*.ipr
+*.iws
 git.properties
 actual
-build
-edu.uci.ics.hyracks.control.nc.NodeControllerService
 exception
 expected
 teststore1
@@ -54,8 +47,6 @@ teststore
 output
 tmp
 dist
-*.iml
-.idea/
-asterixdb/asterix-opt
 *~
-
+*.swp
+.m2*