gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-python] 02/12: Extend .gitignore.


From: gnunet
Subject: [gnunet-python] 02/12: Extend .gitignore.
Date: Sun, 12 Apr 2020 23:22:20 +0200

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository gnunet-python.

commit a49b94651ca45beef0cf14ec0505c5c482e21bc8
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sat Jan 19 20:31:26 2019 +0100

    Extend .gitignore.
---
 .gitignore | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 7e6f516..221635c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,20 @@
 *.swp
 *.swo
-/gnunet/__pycache__
 
+*~
+.\#*
+\#*#
+
+*.py[co]
+__pycache__/
+/build/
+/dist/
+/*.egg
+/*.egg-info/
+/*.egg-link
+/MANIFEST
+/.eggs/
+/.pytest_cache/
+
+# py.test cache folder
+.cache

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]