diff options
author | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
commit | 26b21c3afa40ec73cf598ad77dde5a507e35d12c (patch) | |
tree | 35efe3b8c4661f1e55e2627fd1a1437c0ab1a812 /.gitignore | |
parent | Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE... (diff) | |
download | mythfs-26b21c3afa40ec73cf598ad77dde5a507e35d12c.tar.bz2 mythfs-26b21c3afa40ec73cf598ad77dde5a507e35d12c.tar.xz mythfs-26b21c3afa40ec73cf598ad77dde5a507e35d12c.zip |
Add .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..540b466 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +*.pyc |