diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2017-04-01 16:13:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-01 16:13:19 -0500 |
commit | cdd7bcd824c68209b0664ba62cf9e7b50e715d3a (patch) | |
tree | 3b3a85f35c718b69248008e252a4679c55fb8a4b /.gitignore | |
parent | 1109fb207af21ed0a529ae03101aa521e7069dca (diff) | |
parent | fd5694f2f65b36c394c4933a6fc4ccbc24d12830 (diff) | |
download | ntp-cdd7bcd824c68209b0664ba62cf9e7b50e715d3a.tar.gz ntp-cdd7bcd824c68209b0664ba62cf9e7b50e715d3a.tar.bz2 ntp-cdd7bcd824c68209b0664ba62cf9e7b50e715d3a.tar.xz ntp-cdd7bcd824c68209b0664ba62cf9e7b50e715d3a.zip |
Merge pull request #24 from geerlingguy/test-abstraction
Test abstraction
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9b2377 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.retry +tests/test.sh |