# Ignore cargo lock file.
*.lock

# Ignore target directory.
/target

# Ignore crappy mac files.
.DS_Store

# Ignore files ending in ".nogit".
*.nogit

# Ignore the info module generated by build.
/src/info.rs

# Ignore benchs dir.
/benchs/