diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 16:19:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 16:19:25 -0700 |
commit | 20c4a1469ddf3e965030b1a3093683db23e9c781 (patch) | |
tree | 685209719b5e6d299ac710efbefd0ea697a6b633 /.gitignore | |
parent | 571f166f11b019855c80df1fc4146acc367599aa (diff) | |
download | fatcat-20c4a1469ddf3e965030b1a3093683db23e9c781.tar.gz fatcat-20c4a1469ddf3e965030b1a3093683db23e9c781.zip |
add default travis-cargo travis file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ golang/fatcatd *.log !.gitlab-ci.yml +!.travis.yml # Don't ignore this file itself -:Q!.gitignore +!.gitignore |