commit | eccd0827b72f5b8bdcd588f17ab1261f65e25732 | [log] [tgz] |
---|---|---|
author | Yann Collet <cyan@fb.com> | Thu Aug 15 12:39:41 2019 |
committer | Yann Collet <cyan@fb.com> | Thu Aug 15 12:39:41 2019 |
tree | 53e8c816fbec0b8c7bf99ee2790485c0d1b41433 | |
parent | 10904c127743aeaf9ae01640c05c4f950847279f [diff] |
ignore generated .s assembly files
diff --git a/.gitignore b/.gitignore index 72c951e..27b7662 100644 --- a/.gitignore +++ b/.gitignore
@@ -3,6 +3,7 @@ # objects *.o +*.s # libraries libxxhash.*