This fixes symlink build in the Piston infrastructure. * Does not affect the existing way of building * Added more git filters
30 lines
260 B
Text
30 lines
260 B
Text
.DS_Store
|
|
/lib/
|
|
/bench/
|
|
/test/
|
|
/doc/
|
|
*.swp
|
|
|
|
# rust-empty
|
|
*~
|
|
*#
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dSYM
|
|
*.dll
|
|
*.rlib
|
|
*.dummy
|
|
*.exe
|
|
*-test
|
|
/bin/main
|
|
/bin/test-internal
|
|
/bin/test-external
|
|
/target/
|
|
/build/
|
|
/.rust/
|
|
rusti.sh
|
|
watch.sh
|
|
/examples/**
|
|
!/examples/*.rs
|
|
!/examples/assets/
|