Skip to content

Commit

Permalink
Merge pull request #1045 from google/eustas-update-export
Browse files Browse the repository at this point in the history
Update .gitattributes
  • Loading branch information
jyrkialakuijala committed Jul 27, 2023
2 parents dbfebd1 + 0b8d3c6 commit 4fc753e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,19 @@ tests/testdata/* binary
**/** export-ignore

# Add top-level files
bootstrap !export-ignore
BUILD !export-ignore
BUILD.bazel !export-ignore
CHANGELOG.md !export-ignore
CMakeLists.txt !export-ignore
compiler_config_setting.bzl !export-ignore
configure !export-ignore
configure-cmake !export-ignore
configure.ac !export-ignore
CONTRIBUTING.md !export-ignore
LICENSE !export-ignore
Makefile !export-ignore
Makefile.am !export-ignore
MANIFEST.in !export-ignore
premake5.lua !export-ignore
README !export-ignore
README.md !export-ignore
setup.py !export-ignore
SECURITY.md !export-ignore
setup.cfg !export-ignore
WORKSPACE !export-ignore
setup.py !export-ignore
WORKSPACE.bazel !export-ignore

# Add sources
c !export-ignore
Expand All @@ -40,7 +35,6 @@ python/** !export-ignore

# Add more build files.
scripts !export-ignore
scripts/sources.lst !export-ignore
scripts/libbrotli*.pc.in !export-ignore

# Add testdata
Expand Down

0 comments on commit 4fc753e

Please sign in to comment.