[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [oonib/master] Update the .gitignore.
commit 851e91bde15123574f3e645b7c6e7bdf95516cae
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date: Sun Apr 21 07:05:12 2013 +0000
Update the .gitignore.
---
.gitignore | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 64 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0d20b64..7210250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,64 @@
-*.pyc
+# Emacs temp files:
+*~
+*.*~
+\#*\#
+.\#*
+
+# Python binary and object files:
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+__pycache__
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject]
+
+# PyCharm directory:
+.idea/*
+
+# config.tor_datadir directory:
+tmp/*
+
+# openssl certificates, keys, signing requests:
+*.crt
+*.csr
+*.key
+
+# logs and private files:
+*.log
+*.private
+
+# from "python setup.py install --record installed-files.txt":
+installed-files.txt
+
+# client config:
+oonib.conf
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits