Skip to content

Commit

Permalink
Add Travis configuration and .gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent e59b756 commit 87df970
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
@@ -0,0 +1,38 @@
.DS_Store
.buildpath
.cache
.project
.settings
nbproject/
*~
.#*
*.bak
*.orig
*.rej
*.swp
*.kdev4
.kdev4/*

# Ignore ALL config files
conf.php

# Ignore testing files
run-tests.log
/test/*/*/*.diff
/test/*/*/*.exp
/test/*/*/*.log
/test/*/*/*.out
/test/*/*/*/*.diff
/test/*/*/*/*.exp
/test/*/*/*/*.log
/test/*/*/*/*.out

# Ignore locally defined config
/config/*.d/*.php
/config/*.old
/config/conf.bak.php
/config/hooks.php
/config/menu.php
/config/*.local.php
/config/*-*.php

0 comments on commit 87df970

Please sign in to comment.