1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
.vscode /target **/*.rs.bk clippy.txt # Binary executables and object files *.exe *.dll *.so *.dylib *.a *.o *.bin *_bin *_benchmark test_platinum performance_investigation # OS-specific files .DS_Store Thumbs.db # IDE files *.swp *.swo *~