Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 273637007
  • Loading branch information
Maratyszcza authored and xnnpack-bot committed Oct 8, 2019
1 parent 2dbdc2f commit 523448a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# Copyright 2019 Google LLC
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# Build objects and artifacts
bazel-bin/
bazel-genfiles/
bazel-out/
bazel-testlogs/
bazel-XNNPACK/
bin/
build/
build-*/
deps/
lib/
libs/
obj/
out/
*.pyc
*.pyo
*.log

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

0 comments on commit 523448a

Please sign in to comment.