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.*