浏览代码

.hgignore: Ignoring .pyc files and database files

David Leonard 10 年之前
父节点
当前提交
d999937beb
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .hgignore

+ 5 - 1
.hgignore

@@ -1 +1,5 @@
-.DS_Store
+syntax: glob
+
+.DS_Store
+db.sqlite3
+*.pyc