Skip to content

Commit 5843e68

Browse files
danrobinsonwesm
authored andcommitted
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 <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
1 parent 37f7271 commit 5843e68

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cpp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CTestTestfile.cmake
55
Makefile
66
cmake_install.cmake
77
build/
8+
*-build/
89
Testing/
910

1011
#########################################

python/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Testing/
1818
*.o
1919
*.py[ocd]
2020
*.so
21+
*.dylib
2122
.build_cache_dir
2223
MANIFEST
2324

@@ -35,6 +36,8 @@ dist
3536
# coverage
3637
.coverage
3738
coverage.xml
39+
# cache
40+
.cache
3841

3942
# benchmark working dir
4043
.asv

0 commit comments

Comments
 (0)