diff options
author | skyblue <ssx205@gmail.com> | 2014-03-31 13:30:32 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-31 13:30:32 +0800 |
commit | 74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b (patch) | |
tree | f5a5b87f54ca603e11c945800c1a12e2a3e3b6f7 /.gitignore | |
parent | e938863ae6887f7c3c24145ed3b64dc1d27ee675 (diff) | |
download | gitea-74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b.tar.gz gitea-74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b.zip |
add tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index cd9109b8db..158421d04a 100644 --- a/.gitignore +++ b/.gitignore @@ -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
\ No newline at end of file +*.exe +*.exe~ +gogs +__pycache__ |