1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 04:08:35 +00:00

add tests

This commit is contained in:
skyblue
2014-03-31 13:30:32 +08:00
parent e938863ae6
commit 74ff217c7e
4 changed files with 40 additions and 9 deletions

13
.gitignore vendored
View File

@@ -1,9 +1,3 @@
<<<<<<< HEAD
gogs
*.exe
*.exe~
.DS_Store
*.db
*.log
@@ -14,8 +8,6 @@ data/
*.iml
public/img/avatar/
=======
>>>>>>> b4db9f67548a41922f1b337daf9c9d2b975b55c4
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
@@ -37,4 +29,7 @@ _cgo_export.*
_testmain.go
*.exe
*.exe
*.exe~
gogs
__pycache__