Skip to content

Commit dc84fa5

Browse files
authored
Minor: cleanup .gitignore (#12035)
1 parent 08f6e54 commit dc84fa5

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

.gitignore

+1-45
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,11 @@
1616
# under the License.
1717

1818
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
4219

4320
# Linux perf sample data
4421
perf.data
4522
perf.data.old
4623

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
5824

5925
.vscode
6026
.idea/
@@ -66,16 +32,9 @@ docker_cache
6632
.*.swp
6733
.*.swo
6834

69-
site/
70-
71-
# R files
72-
**/.Rproj.user
73-
**/*.Rcheck/
74-
**/.Rhistory
75-
.Rproj.user
35+
venv/*
7636

7737
# macOS
78-
cpp/Brewfile.lock.json
7938
.DS_Store
8039

8140
# docker volumes used for caching
@@ -90,9 +49,6 @@ rusty-tags.vi
9049
.history
9150
.flatbuffers/
9251

93-
.vscode
94-
venv/*
95-
9652
# apache release artifacts
9753
dev/dist
9854

0 commit comments

Comments
 (0)