projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3919851
)
Add __pycache__ directories to .gitignore.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 21 Apr 2022 18:43:16 +0000
(20:43 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 21 Apr 2022 18:44:12 +0000
(20:44 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
7dd71eb
..
0ec95d5
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-55,4
+55,4
@@
heaptrack.*
*.tar.gz*
/subprojects/*
!/subprojects/*.wrap
-
+__pycache__