summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-10-29 23:24:58 -0400
committerrsiddharth <rsiddharth@ninthfloor.org>2014-10-29 23:24:58 -0400
commit2def977472b2e77ee88c9177f2d03f12b0263eb0 (patch)
tree2080d8304afb0b242b3251ee71de1863011a41fd /.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--.gitignore3
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