File tree 1 file changed +1
-45
lines changed
1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
apache-rat- * .jar
19
- arrow-src.tar
20
- arrow-src.tar.gz
21
-
22
- # Compiled source
23
- * .a
24
- * .dll
25
- * .o
26
- * .py [ocd ]
27
- * .so
28
- * .so. *
29
- * .bundle
30
- * .dylib
31
- .build_cache_dir
32
- dependency-reduced-pom.xml
33
- MANIFEST
34
- compile_commands.json
35
- build.ninja
36
-
37
- # Generated Visual Studio files
38
- * .vcxproj
39
- * .vcxproj. *
40
- * .sln
41
- * .iml
42
19
43
20
# Linux perf sample data
44
21
perf.data
45
22
perf.data.old
46
23
47
- cpp /.idea /
48
- .clangd /
49
- cpp /.clangd /
50
- cpp /apidoc /xml /
51
- docs /example.gz
52
- docs /example1.dat
53
- docs /example3.dat
54
- python /.eggs /
55
- python /doc /
56
- # Egg metadata
57
- * .egg-info
58
24
59
25
.vscode
60
26
.idea /
@@ -66,16 +32,9 @@ docker_cache
66
32
. * .swp
67
33
. * .swo
68
34
69
- site /
70
-
71
- # R files
72
- ** /.Rproj.user
73
- ** /* .Rcheck /
74
- ** /.Rhistory
75
- .Rproj.user
35
+ venv /*
76
36
77
37
# macOS
78
- cpp /Brewfile.lock.json
79
38
.DS_Store
80
39
81
40
# docker volumes used for caching
@@ -90,9 +49,6 @@ rusty-tags.vi
90
49
.history
91
50
.flatbuffers /
92
51
93
- .vscode
94
- venv /*
95
-
96
52
# apache release artifacts
97
53
dev /dist
98
54
You can’t perform that action at this time.
0 commit comments