diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-06-24 17:26:14 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-06-24 17:26:14 -0400 |
commit | f8183a45a1d5d4585bba2752194f1e669285eea0 (patch) | |
tree | 43cb645f5646b671d4f0e4db7ee96bd946547a59 | |
parent | 421dc8c7141ecb6297996f7370d96e7e99894683 (diff) | |
download | slackernews-f8183a45a1d5d4585bba2752194f1e669285eea0.tar.gz slackernews-f8183a45a1d5d4585bba2752194f1e669285eea0.zip |
template gitignore
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb6d920 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old +arc/logs +arc/news |