sigils/.gitignore
Jason Smith 1250e46066 Associated constants are now in the language proper.
The feature gate is no longer required and the constants can be used.
2018-01-05 00:08:54 -05:00

18 lines
336 B
Plaintext

# Ignore swap files from text editors.
*.swp
# Ignore compiled files.
*.o
*.so
*.rlib
*.dll
*.exe
# Ignore files/directories generated by Cargo.
/target/
# Remove Cargo.lock from gitignore if creating an executable,
# leave it for libraries.
# More information here: http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock