Include data structures for assembler
diff --git a/.gitignore b/.gitignore
index 9f27f48..0443fb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-.~*
+**/.~*
+**/.#*
 build
-#*#
-*~
-~*
\ No newline at end of file
+**/#*#
+**/*~
+**/~*
\ No newline at end of file