Merge pull request #4848 from citusdata/ignore/modifiedVersions

Ignore config and version modified
pull/4737/head^2
SaitTalhaNisanci 2021-03-25 11:48:43 +03:00 committed by GitHub
commit 9437d21601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

7
.gitignore vendored
View File

@ -44,3 +44,10 @@ lib*.pc
# vscode
.vscode/*
# output from diff normalization that shouldn't be commited
*.unmodified
*.modified
# style related temporary outputs
*.uncrustify

View File

@ -24,7 +24,3 @@
# python
*.pyc
# output from diff normalization that shouldn't be commited
*.unmodified
*.modified