clap/.gitignore

24 lines
188 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/
/clap-test/target/
# Cargo files
Cargo.lock
# Temp files
.*~
2015-05-01 17:36:46 +00:00
# Backup files
*.bak
*.bk
2015-10-28 14:28:26 +00:00
*.orig