Repository: arrow
Updated Branches:
  refs/heads/master 37f727168 -> 5843e6872


ARROW-103: Add files to gitignore

Patches [ARROW-103](https://issues.apache.org/jira/browse/ARROW-103), though 
perhaps it would make sense to leave that issue open to cover any future 
.gitignore-related pull requests.

Author: Dan Robinson <danrobinson...@gmail.com>

Closes #62 from danrobinson/ARROW-103 and squashes the following commits:

7c1c7d8 [Dan Robinson] ARROW-103: Added '*-build' to cpp/.gitignore
633bacf [Dan Robinson] ARROW-103: Added '.cache' to python/.gitignore
59f58ba [Dan Robinson] ARROW-103: Add '*.dylib to python/.gitignore'
52572ab [Dan Robinson] ARROW-103: Add 'dev-build/' to cpp/.gitignore


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/5843e687
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/5843e687
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/5843e687

Branch: refs/heads/master
Commit: 5843e6872f495fb0ad2f16e3805794eaf90a461b
Parents: 37f7271
Author: Dan Robinson <danrobinson...@gmail.com>
Authored: Sun Apr 17 15:25:39 2016 +0200
Committer: Wes McKinney <w...@apache.org>
Committed: Sun Apr 17 15:25:39 2016 +0200

----------------------------------------------------------------------
 cpp/.gitignore    | 1 +
 python/.gitignore | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/5843e687/cpp/.gitignore
----------------------------------------------------------------------
diff --git a/cpp/.gitignore b/cpp/.gitignore
index ab30247..4910544 100644
--- a/cpp/.gitignore
+++ b/cpp/.gitignore
@@ -5,6 +5,7 @@ CTestTestfile.cmake
 Makefile
 cmake_install.cmake
 build/
+*-build/
 Testing/
 
 #########################################

http://git-wip-us.apache.org/repos/asf/arrow/blob/5843e687/python/.gitignore
----------------------------------------------------------------------
diff --git a/python/.gitignore b/python/.gitignore
index 3cb591e..7e2e360 100644
--- a/python/.gitignore
+++ b/python/.gitignore
@@ -18,6 +18,7 @@ Testing/
 *.o
 *.py[ocd]
 *.so
+*.dylib
 .build_cache_dir
 MANIFEST
 
@@ -35,6 +36,8 @@ dist
 # coverage
 .coverage
 coverage.xml
+# cache
+.cache
 
 # benchmark working dir
 .asv

Reply via email to