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 | 749ace96a2d45984e16b9eac7d0a4361fcfcdaac (patch) | |
tree | 52b77fb0e1ff7f124c32db3ee1d1e6200aab3e29 /.gitignore | |
parent | Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE... (diff) | |
download | slicer-749ace96a2d45984e16b9eac7d0a4361fcfcdaac.tar.bz2 slicer-749ace96a2d45984e16b9eac7d0a4361fcfcdaac.tar.xz slicer-749ace96a2d45984e16b9eac7d0a4361fcfcdaac.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 |