Skip to content

Commit

Permalink
Merge pull request #5726: Adjust .gitignore to work better with pants…
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
cognifloyd authored Sep 11, 2022
2 parents dc00da8 + ce0267a commit 18d4dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*.egg
*.egg-info
dist
build
.venv
eggs
parts
Expand Down Expand Up @@ -67,5 +66,7 @@ benchmark_histograms/
# Editor Saves
*~
\#*\#
[._]*.sw[a-p]
[._]sw[a-p]
[._]*.sw[a-px]
[._]sw[a-px]
[._]*.sw[a-p]x
[._]sw[a-p]x
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Added

* Begin introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726
Contributed by @cognifloyd

Changed
Expand Down

0 comments on commit 18d4dd4

Please sign in to comment.