This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0fc30f2434861d410097415baecaa02ed70938b7 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Fri Mar 15 09:46:47 2024 -0400 Add ignores for vi swap files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba6d197deb..3e0daf152d 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ mvn.properties *.iws *.jj *.tmp +.*.s[a-w][a-z] maven-resolver-ant-tasks-*.jar thumbs.db Thumbs.db --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org