diff options
author | Dafydd Harries <daf@rhydd.org> | 2013-03-18 01:55:00 -0400 |
---|---|---|
committer | Dafydd Harries <daf@rhydd.org> | 2013-03-18 01:55:00 -0400 |
commit | 5dd5cf745eb14f60a60704232735ae60f6c9b40d (patch) | |
tree | a3cc136298f3bde7031bb25a40ae8a61e38def41 | |
parent | d152ed13ec0b99e1969da3ee37fec6e41b2172e2 (diff) |
add ignore file
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..889b2f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.*.sw[nop] +*.pyc +cp.h5 +pkg.h5 |