aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-19 20:31:26 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-19 20:31:26 +0100
commita49b94651ca45beef0cf14ec0505c5c482e21bc8 (patch)
tree051399c59fa1cf041fa3474bf99570f6ebe0d586
parent4309d80e3f8be6bfcf911cf75ea691694a0dbb15 (diff)
downloadgnunet-python-a49b94651ca45beef0cf14ec0505c5c482e21bc8.tar.gz
gnunet-python-a49b94651ca45beef0cf14ec0505c5c482e21bc8.zip
Extend .gitignore.
-rw-r--r--.gitignore18
1 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7e6f516..221635c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,20 @@
1*.swp 1*.swp
2*.swo 2*.swo
3/gnunet/__pycache__
4 3
4*~
5.\#*
6\#*#
7
8*.py[co]
9__pycache__/
10/build/
11/dist/
12/*.egg
13/*.egg-info/
14/*.egg-link
15/MANIFEST
16/.eggs/
17/.pytest_cache/
18
19# py.test cache folder
20.cache