diff options
| author | Igor Minar | 2010-10-29 10:00:45 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-10-29 10:47:06 -0700 | 
| commit | 602369c6a27923111aa5c3ecce8ac7316cd18ddd (patch) | |
| tree | f377a3bea7f383617c1c19a8901b79c9d795e283 | |
| parent | 34909520ae4b20ddf455adf72de8473e43cac1c6 (diff) | |
| download | angular.js-602369c6a27923111aa5c3ecce8ac7316cd18ddd.tar.bz2 | |
creating logs/ and tmp/ dirs
| -rw-r--r-- | logs/.gitignore | 2 | ||||
| -rw-r--r-- | tmp/.gitignore | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore | 
