diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69361c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.pyc +*.pyo +*.egg-info +*.db +build +dist +.DS_Store +.env +env +.*.swp +log/ +var/ +*.pid +*.conf +*.ini +debian/.debhelper/ +debian/*debhelper* +debian/files +debian/*.substvars +debian/fifconfig/ +.pc |