summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSsnL <tongzhou.wang.1994@gmail.com>2019-01-30 08:38:49 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-30 08:41:59 -0800
commit2d2eb7145aba6556fae2861ab20698b41c5ff530 (patch)
tree1e26a3986f4eedc1a4daa2fb646c7da275afdc27 /.gitignore
parent7d7855ea3124c16862ea7ed4758f4c7a804ca1ac (diff)
downloadpytorch-2d2eb7145aba6556fae2861ab20698b41c5ff530.tar.gz
pytorch-2d2eb7145aba6556fae2861ab20698b41c5ff530.tar.bz2
pytorch-2d2eb7145aba6556fae2861ab20698b41c5ff530.zip
add new build files to gitignore; test that build doesn't leave repo dirty
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16441 Differential Revision: D13880053 Pulled By: ezyang fbshipit-source-id: 0171f42438efdd651b6af22e521b80e85b12681c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7d7add5e70..4b9b8f1432 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,6 @@
aten/build/
aten/src/ATen/Config.h
aten/src/ATen/cuda/CUDAConfig.h
-build/
caffe2/cpp_test/
dist/
docs/src/**/*
@@ -62,16 +61,22 @@ torch/lib/*.dylib*
torch/lib/*.h
torch/lib/*.lib
torch/lib/*.so*
+torch/lib/protobuf*.pc
torch/lib/build
+torch/lib/caffe2/
torch/lib/cmake
torch/lib/include
torch/lib/pkgconfig
torch/lib/protoc
torch/lib/tmp_install
torch/lib/torch_shm_manager
+torch/lib/site-packages/
torch/lib/python*
torch/share/
torch/version.py
+# Root level file used in CI to specify certain env configs.
+# E.g., see .circleci/config.yaml
+env
# IPython notebook checkpoints
.ipynb_checkpoints