.gitignore (96B)
1 # Ignore all.
2 *
3
4 # Git files.
5 !.gitignore
6 !README.org
7
8 # Cargo and code.
9 !Cargo.toml
10 !src
11 !src/*
Rust program to generate site logo
git clone git://git.shimmy1996.com/logo.git
1 # Ignore all.
2 *
3
4 # Git files.
5 !.gitignore
6 !README.org
7
8 # Cargo and code.
9 !Cargo.toml
10 !src
11 !src/*