diff options
author | Arun Isaac | 2021-03-26 12:38:14 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-26 12:38:14 +0530 |
commit | 4c18bbb66f40d1aeb52534517cd0afbd74c2eb61 (patch) | |
tree | 34656fcfd1bc7aec1cce1bc70ff60deb7cbd027e /.gitignore | |
parent | 9d5bd7208a48a75786e3135e0f6edf5890a1d849 (diff) | |
download | sambal-4c18bbb66f40d1aeb52534517cd0afbd74c2eb61.tar.gz sambal-4c18bbb66f40d1aeb52534517cd0afbd74c2eb61.tar.lz sambal-4c18bbb66f40d1aeb52534517cd0afbd74c2eb61.zip |
Git ignore all .egg-info files, not just samball.egg-info.
* .gitignore: Replace samball.egg-info with *.egg-info.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ build dist -samball.egg-info
\ No newline at end of file +*.egg-info |