aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@palantir.com>2017-01-21 10:11:55 +0000
committerJoe Wilm <jwilm@users.noreply.github.com>2017-01-23 08:59:54 -0800
commit41f99dc4c0860155003120e9eabfe8c4a6ff770a (patch)
tree5866e98f71dc2d722eaf7917591d40c316d0eabc /.gitignore
parent62294771905917087c484bfc57e4f6ca547d89ba (diff)
downloadalacritty-41f99dc4c0860155003120e9eabfe8c4a6ff770a.tar.gz
alacritty-41f99dc4c0860155003120e9eabfe8c4a6ff770a.zip
Dynamically generate test harness
This uses the rustc-test crate, a copy of the standard test crate, to dynamically create tests for each reference test. No need to remember to update the macro, just add the directory to ref!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fc0556c6..db0a5014 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
target
FlameGraph
+.idea
+*.iml