diff options
author | 2015-07-10 16:41:08 +0200 | |
---|---|---|
committer | 2015-07-10 16:41:37 +0200 | |
commit | 4d1cfc554db7ff08360be76fdd06c35819b6038a (patch) | |
tree | 7c6c0b1e5339128150044b42919fcf87163ec4da /.gitignore | |
parent | 7d6c5eb55aa3555c3590eb4f6e70a0b18fef5d8d (diff) |
Add travis-ci support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c424556b42f..c5dfc2b31cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !/*/ !/.gitattributes !/.gitignore +!/.travis.yml !/makefile !/mame.doxygen !/*.md |