Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRaul Gutierrez Segales <rgs@itevenworks.net>2013-04-01 07:09:48 (GMT)
committer Raul Gutierrez Segales <rgs@itevenworks.net>2013-04-01 15:48:06 (GMT)
commit3a7b957269a6f3ac06a5051d5643233ea7672e1e (patch)
tree60f1a5206f7766a94d89a39645c8233770abc7b9 /.gitignore
parent1670f1ba9fb4a5a08870ffbabe04f4754cfa8c2f (diff)
Add .gitignore to our repo
Summary: We don't care about *.pyc, *~ and other things. Test Plan: None needed Reviewers: walter Reviewed By: walter Differential Revision: http://phabricator.itevenworks.net/D1
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 737cf64..794a8b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
+.arcconfig
*.pyc
*~
-*.pyo