Create a `gh-pages` branch

This commit is contained in:
mcarton 2016-07-19 14:03:52 +02:00
commit 968ccf8f47
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
2 changed files with 26 additions and 0 deletions

8
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
<!--
Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place.
If you want to report that Clippy does not compile, please be sure to be using the *latest version* of *Rust nightly*! Compiler plugins are highly unstable and will only work with a nightly Rust for now. If you are but still have a problem, please let us now!
Thank you for using Clippy!
Write your comment below this line: -->

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/
/clippy_lints/target/
# We don't pin yet
Cargo.lock
# Generated by dogfood
/target_recur/