Ignore temporary output files

pull/4848/head
SaitTalhaNisanci 2021-03-25 09:43:04 +03:00
parent 248c6cb91a
commit 3a3171cd04
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