summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-08-03 03:57:47 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-08-03 03:58:23 +0200
commit896d279ab9ee33102d38549825b76a490e1d329d (patch)
treead5121ce230b280372db681bda50ec7fcb1b96d4
parent53c72959ac4d71f99913e4b0eea99261a6585430 (diff)
Add some distribution-related files to .gitignore
I always run Git with status.showUntrackedFiles = no, but might be nice for other people.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d20b64..70f2867 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
*.pyc
+build/
+*.egg-info/
+dist/