Git tracking fixes
- Untracked sys.stdout and added to .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -4,10 +4,6 @@ __pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
############CUSTOM###########
|
||||
/src/test.py
|
||||
responseTester.py
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
@@ -177,3 +173,9 @@ cython_debug/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
|
||||
############CUSTOM###########
|
||||
/src/test.py
|
||||
responseTester.py
|
||||
/sys.stdout
|
||||
Reference in New Issue
Block a user