Updated .gitignore
This commit is contained in:
parent
b673017bfd
commit
861bb42f3f
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,3 +1,12 @@
|
|||
.*
|
||||
*.pyc
|
||||
*.*~
|
||||
vendor/*
|
||||
composer.phar
|
||||
*log.*
|
||||
**/*.egg-info/*
|
||||
**/build/*
|
||||
**/dist/*
|
||||
/airtime_mvc/tests/test_results.xml
|
||||
/tests/results.html
|
||||
/tests/*.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue