mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-12 07:40:16 +01:00
Add some files to .gitignore; adjust .travis.yml to build only master
This commit is contained in:
parent
d5ddb5665f
commit
c647bfd0e1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.cproject
|
||||
.project
|
||||
.idea/
|
||||
*.o
|
||||
*.a
|
||||
_support/
|
||||
@ -15,3 +16,4 @@ src/parser.h
|
||||
src/parser.c
|
||||
_site/
|
||||
_cache/
|
||||
bin/
|
||||
|
@ -11,3 +11,7 @@ addons:
|
||||
packages:
|
||||
- flex
|
||||
- bison
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user