Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2106)

Unified Diff: doxypypy/.gitignore

Issue 1574883002: add doxypypy and py_filter so this will turn google style (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/py_filter ('k') | doxypypy/LICENSE.txt » ('j') | doxypypy/README.rst » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doxypypy/.gitignore
diff --git a/doxypypy/.gitignore b/doxypypy/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..0b7b14751d8cce3b953e74365762af608bcba090
--- /dev/null
+++ b/doxypypy/.gitignore
@@ -0,0 +1,39 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Mac OS X
+.DS_Store
+
Jim Stichnoth 2016/01/11 14:44:46 Trailing whitespace makes git sad.
rkotlerimgtec 2016/01/11 21:06:06 Done.
« no previous file with comments | « docs/py_filter ('k') | doxypypy/LICENSE.txt » ('j') | doxypypy/README.rst » ('J')

Powered by Google App Engine
This is Rietveld 408576698