clap/.gitignore

22 lines
162 B
Text
Raw Normal View History

2015-02-25 13:36:33 +00:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/
# Cargo files
Cargo.lock
# Temp files
.*~
2015-05-01 17:36:46 +00:00
# Backup files
*.bak
*.bk