commit | f20c2a303576ad339997b234478220fe2c77bee0 | [log] [tgz] |
---|---|---|
author | jainsoumil2 <jainsoumil2@gmail.com> | Tue Nov 22 08:50:08 2022 -0800 |
committer | jainsoumil2 <jainsoumil2@gmail.com> | Tue Nov 22 08:50:08 2022 -0800 |
tree | 06462f10456c72aa24344b276cfb0e42be13f8cc | |
parent | c132e187c104a45ca572d3218cad53a1d8a50cac [diff] |
updated .gitignore to ignore .swp files
diff --git a/.gitignore b/.gitignore index f770f0d..fd6c5b5 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,5 @@ /.idea/ /precheck_results/ */tmp -*/*/tmp \ No newline at end of file +*/*/tmp +.*swp