You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by ml...@apache.org on 2016/08/03 08:36:46 UTC

incubator-hawq git commit: HAWQ-977. add test and build generated files into git ignore list

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 531b4d69f -> 5b07a1471


HAWQ-977. add test and build generated files into git ignore list


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/5b07a147
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/5b07a147
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/5b07a147

Branch: refs/heads/master
Commit: 5b07a14715d06693179fc4af0cf43cf3fe7c5c5e
Parents: 531b4d6
Author: Ming LI <ml...@pivotal.io>
Authored: Wed Aug 3 16:27:35 2016 +0800
Committer: Ming LI <ml...@pivotal.io>
Committed: Wed Aug 3 16:35:22 2016 +0800

----------------------------------------------------------------------
 .gitignore                     | 2 ++
 src/test/feature/.gitignore    | 3 +++
 tools/bin/pythonSrc/.gitignore | 4 ++++
 3 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5b07a147/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 698f7bd..2076819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,8 @@ objfiles.txt
 .pydevproject
 .cproject
 .settings
+# Ctags
+**/tags
 
 # Generated files
 BUILD_NUMBER

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5b07a147/src/test/feature/.gitignore
----------------------------------------------------------------------
diff --git a/src/test/feature/.gitignore b/src/test/feature/.gitignore
index c7332b2..1b02500 100644
--- a/src/test/feature/.gitignore
+++ b/src/test/feature/.gitignore
@@ -1,2 +1,5 @@
 doc/
+
+# test generated files
 **/*.out
+**/*.diff

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5b07a147/tools/bin/pythonSrc/.gitignore
----------------------------------------------------------------------
diff --git a/tools/bin/pythonSrc/.gitignore b/tools/bin/pythonSrc/.gitignore
index 0aedb4a..d1498a9 100644
--- a/tools/bin/pythonSrc/.gitignore
+++ b/tools/bin/pythonSrc/.gitignore
@@ -1 +1,5 @@
 PyGreSQL-4.0
+*/build/
+
+# generated files
+*.pyc