initial tests
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
tags
|
||||
*.log
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
*.zip
|
||||
/oppai
|
||||
*.json
|
||||
*.obj
|
||||
*.exe
|
||||
*.swp
|
||||
*.so
|
||||
*.dll
|
||||
*.lib
|
||||
*.exp
|
||||
/test/test_suite
|
||||
/test/oppai_test
|
||||
/swig/**/*.c
|
||||
/swig/*/*.i
|
||||
/swig/python/oppai.egg-info
|
||||
/swig/python/build
|
||||
/swig/python/oppai.py
|
||||
*.whl
|
||||
*.pyc
|
Reference in New Issue
Block a user