Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-lint
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-lint
Commits
f818a5ae
Commit
f818a5ae
authored
Dec 20, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some tree management files
parent
733b8780
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
.gitignore
+2
-12
Makefile
+3
-2
No files found.
.gitignore
View file @
f818a5ae
*.log
*.pot
*.pyc
local_settings.py
*.egg-info
*.egg/
.treerc
.coverage
.coverage.*
htmlcov
*~
# Documentation
doc/_build
.pip_cache
nosetests.xml
coverage.xml
pep8.report
pylint.report
diff_cover.html
diff_quality_pep8.html
diff_quality_pylint.html
# IDE
.idea
*~
Makefile
View file @
f818a5ae
...
...
@@ -16,9 +16,10 @@ pylint:
clean
:
-
rm
-rf
*
.egg-info
-
rm
-f
*
.pyc
*
/
*
.pyc
*
/
*
/
*
.pyc
*
/
*
/
*
/
*
.pyc
*
/
*
/
*
/
*
/
*
.pyc
*
/
*
/
*
/
*
/
*
/
*
.pyc
-
rm
-rf
__pycache__
*
/__pycache__
*
/
*
/__pycache__
*
/
*
/
*
/__pycache__
*
/
*
/
*
/
*
/__pycache__
*
/
*
/
*
/
*
/
*
/__pycache__
-
find
.
-name
'__pycache__'
-prune
-exec
rm
-rf
"{}"
\;
-
find
.
-name
'*.pyc'
-delete
-
rm
-f
MANIFEST
-
rm
-rf
.coverage .coverage.
*
htmlcov
requirements
:
pip install
-r
dev-requirements.txt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment