Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Infrastructure 2.1.0.
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
phs committed Dec 7, 2016
1 parent 01e2ef0 commit 059cafc
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This file is managed by chef, changes will be overwritten

root = true

[*]
Expand All @@ -8,6 +6,7 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 90
trim_trailing_whitespace = true

[Makefile]
Expand Down
45 changes: 35 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
.vagrant

# Build intermediates
build

# Bundler
.bundle/*
bin/*
Gemfile.lock
# From infrastructure
bin

# Vagrant
.vagrant/

# Berks
Berksfile.lock
# Vim
*~
.netrwhist
Session.vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
tags

# Sublime Text
*.sublime-workspace
# Emacs
*.elc
*.rel
*_archive
*_flymake.*
*~
.\#*
.cask/
.dir-locals.el
.org-id-locations
.projectile
/.emacs.desktop
/.emacs.desktop.lock
/auto/
/elpa/
/eshell/history
/eshell/lastdir
/server/
\#*\#
auto-save-list
dist/
flycheck_*.el
tramp
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: filetype=make
# Copyright (C) 2016-2016 Philip H. Smith

# This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
vim: filetype=markdown
-->

[![Build Status][build-status-badge]][build-status-link]
[![Ready Stories][tickets-badge]][tickets-link]
[build-status-badge]: https://travis-ci.org/waylang/book.svg?branch=master
Expand Down
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: filetype=ruby
# Copyright (C) 2016-2016 Philip H. Smith

# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions provisioning/common
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
# vim: filetype=sh

# Copyright (C) 2016-2016 Philip H. Smith

Expand Down
1 change: 1 addition & 0 deletions provisioning/travis
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
# vim: filetype=sh

# Copyright (C) 2016-2016 Philip H. Smith

Expand Down
1 change: 1 addition & 0 deletions provisioning/vagrant
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
# vim: filetype=sh

# Copyright (C) 2016-2016 Philip H. Smith

Expand Down
2 changes: 2 additions & 0 deletions src/book.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% vim: filetype=tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (C) 2016-2016 Philip H. Smith %
% %
% This program is free software: you can redistribute it and/or modify %
Expand Down

0 comments on commit 059cafc

Please sign in to comment.