浏览代码

Added .gitignore

Jan Sušnik 8 年之前
父节点
当前提交
2af2afdf22
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .gitignore

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+.*
+*.pyc
+*.*~
+vendor/*
+composer.phar
+*log.*
+**/*.egg-info/*
+**/build/*
+**/dist/*
+/airtime_mvc/tests/test_results.xml
+/tests/results.html
+/tests/*.jar