Moved ignored resources to a web_client specific .gitignore file
authorChristos Stathis <chstath@ebs.gr>
Thu, 28 Apr 2011 13:33:27 +0000 (16:33 +0300)
committerChristos Stathis <chstath@ebs.gr>
Thu, 28 Apr 2011 13:33:27 +0000 (16:33 +0300)
.gitignore
web_client/.gitignore [new file with mode: 0644]

index bc6cf72..1f1e661 100644 (file)
@@ -2,7 +2,3 @@ settings.py
 *.db
 *.pyc
 .DS_Store
-web_client/.idea
-web_client/*.iml
-web_client/bin
-web_client/dependencies
diff --git a/web_client/.gitignore b/web_client/.gitignore
new file mode 100644 (file)
index 0000000..bbf085a
--- /dev/null
@@ -0,0 +1,6 @@
+build.properties
+.idea
+*.iml
+bin
+dependencies
+