diff options
author | Heather <Cynede@Gentoo.org> | 2014-05-29 22:51:56 -0700 |
---|---|---|
committer | Heather <Cynede@Gentoo.org> | 2014-05-29 22:51:56 -0700 |
commit | 2973111490fd7430c0f47564e61bae982f842d78 (patch) | |
tree | 502e9f0dafcf3614467c400e765602ceb4772caa | |
parent | 2399ff1c7957fa3b4eeecefa7354bbe50776063b (diff) | |
download | gitignore-2973111490fd7430c0f47564e61bae982f842d78.tar.gz gitignore-2973111490fd7430c0f47564e61bae982f842d78.zip |
gitignore for Rust
-rw-r--r-- | Rust.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Rust.gitignore b/Rust.gitignore new file mode 100644 index 00000000..61d77448 --- /dev/null +++ b/Rust.gitignore @@ -0,0 +1,5 @@ +*.o +*.so +*.rlib +*.dll +*.exe |