diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2010-03-31 22:12:05 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2010-03-31 22:12:05 -0400 |
commit | 3397e42d31f9ffa5ed8a44660a7cba38a9578b04 (patch) | |
tree | 90c1db0304d83bafb456b9a77f9367e5e750b79b /gitignore | |
parent | cf9973dcfff99a29b6db1bbf2ce7dfa257926525 (diff) |
adding config files
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..96f3a7e --- /dev/null +++ b/gitignore @@ -0,0 +1,9 @@ +*.class +*.pyc +*.swo +*.swp +.svn +.swo +*#* +# +.#* |