diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2014-10-29 23:24:58 -0400 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2014-10-29 23:24:58 -0400 |
commit | 2def977472b2e77ee88c9177f2d03f12b0263eb0 (patch) | |
tree | 2080d8304afb0b242b3251ee71de1863011a41fd /.gitignore |
Initial commit: File splitter & File gluer done.
new file: .gitignore
new file: AUTHORS
new file: COPYING
new file: combox/__init__.py
new file: combox/tests/__init__.py
new file: combox/tests/files/the-red-star.jpg
new file: combox/tests/utils_file.py
new file: combox/utils/__init__.py
new file: combox/utils/file.py
I like to write python FWIW. But after reading a dialect of Lisp when
I come back to python, it does not look very beautiful. I guess I'm
pretty convinced that there is no language that can ape the beauty of
Lisp.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1750979 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.pyc +*-copy*
\ No newline at end of file |