Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamant committed Dec 4, 2017
2 parents 434ba2f + 5e92ea1 commit d56f810
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:

# Command to install dependencies for each configuration
install:
- ./scripts/ensure_latex.sh
- . ./scripts/ensure_latex.sh
- ./scripts/ensure_book_dependencies.sh

script:
Expand Down

0 comments on commit d56f810

Please sign in to comment.