.*
!.gitignore

# Ignore cargo lock file.
Cargo.lock

# Ignore target directory.
/target

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

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