summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2021-01-11 22:19:56 -0500
committerJohn Kacur <jkacur@redhat.com>2021-01-11 22:19:56 -0500
commit1afacfd11ddd97c1126951204623170abd39417a (patch)
tree6c79f9b79802c4e819ba8f22604267489176e507
parent857be7005bfa416a1cbb3174e0cf86a44e7b5255 (diff)
downloadpython-linux-procfs-1afacfd11ddd97c1126951204623170abd39417a.tar.gz
python-linux-procfs: Add tar.xz and asc files to gitignore
Add tar.xz and *.asc files to .gitignore Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index af1c016..f8fbd6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.pyc
*.swp
+*.asc
+*.tar.xz
procfs/__pycache__/
tags