Skip to content

Commit a1695ed

Browse files
pavoljuhastanujkhattar
authored andcommitted
Tell git to ignore build directories from distutils (#5875)
It is sufficient to have the pattern once in the top .gitignore.
1 parent e813729 commit a1695ed

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ __pycache__
1818

1919
# packaging
2020
*.egg-info/
21+
build/
2122

2223
# Sphinx
2324
_build

cirq-web/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ node_modules/
66

77
# Coverage testing information
88
.nyc_output/
9-
10-
# Extras
11-
build/
12-

0 commit comments

Comments
 (0)