Skip to content
Snippets Groups Projects
Commit 4e2c9cd7 authored by John Hodge's avatar John Hodge
Browse files

Fixed gitignore to skip x86_64 objects

parent f624a806
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
*.so.* *.so.*
*.i486 *.i486
*.i386 *.i386
*.x86_64
*.bin *.bin
*.dsm *.dsm
*.dmp *.dmp
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment