Skip to content

Commit

Permalink
ARROW-103: Add files to gitignore
Browse files Browse the repository at this point in the history
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 <danrobinson010@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
  • Loading branch information
danrobinson authored and wesm committed Apr 17, 2016
1 parent 37f7271 commit 5843e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CTestTestfile.cmake
Makefile
cmake_install.cmake
build/
*-build/
Testing/

#########################################
Expand Down
3 changes: 3 additions & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Testing/
*.o
*.py[ocd]
*.so
*.dylib
.build_cache_dir
MANIFEST

Expand All @@ -35,6 +36,8 @@ dist
# coverage
.coverage
coverage.xml
# cache
.cache

# benchmark working dir
.asv

0 comments on commit 5843e68

Please sign in to comment.