# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

# Release artifacts
apache-arrow-adbc-*.tar.gz
apache-arrow-adbc-*.tar.gz.asc
apache-arrow-adbc-*.tar.gz.sha256
apache-arrow-adbc-*.tar.gz.sha512
apache-rat-*.jar
dev/release/.env
filtered_rat.txt
packages/
rat.txt

# Compiled source
*.a
*.dll
*.o
*.py[ocd]
*.so
*.so.*
*.bundle
*.dylib
.build_cache_dir
dependency-reduced-pom.xml
MANIFEST
compile_commands.json
build.ninja
.clangd
.cache

# Generated Visual Studio files
*.vcxproj
*.vcxproj.*
*.sln
*.iml

# Linux perf sample data
perf.data
perf.data.old

cpp/.idea/
c/apidoc/html/
c/apidoc/latex/
c/apidoc/xml/
c/apidoc/objects.inv
docs/example.gz
docs/example1.dat
docs/example3.dat
docs/source/cpp/recipe_driver/driver_example.toml
python/.eggs/
python/doc/
# Egg metadata
*.egg-info

.vs/
.vscode
.idea/
.pytest_cache/
pkgs
docker_cache
.gdb_history
*.orig
.*.swp
.*.swo
CMakeUserPresets.json
build/
local/

site/

# Python
dist/
.hypothesis/
repaired_wheels/

# R files
**/.Rproj.user
**/*.Rcheck/
**/.Rhistory
.Rproj.user

# macOS
cpp/Brewfile.lock.json
.DS_Store

# docker volumes used for caching
.docker

# generated native binaries created by java JNI build
java-dist/
java-native-c/
java-native-cpp/
target/

*.log

# Linux packages
/ci/linux-packages/*.tar.gz
/ci/linux-packages/KEYS
/ci/linux-packages/apt/build.sh
/ci/linux-packages/apt/build/
/ci/linux-packages/apt/env.sh
/ci/linux-packages/apt/merged/
/ci/linux-packages/apt/repositories/
/ci/linux-packages/apt/tmp/
/ci/linux-packages/yum/build.sh
/ci/linux-packages/yum/build/
/ci/linux-packages/yum/env.sh
/ci/linux-packages/yum/merged/
/ci/linux-packages/yum/repositories/
/ci/linux-packages/yum/tmp/

# Meson subproject support
/c/subprojects/*
!/c/subprojects/*.wrap
