diff options
-rw-r--r-- | bin/.cvsignore | 1 | ||||
-rw-r--r-- | bin/.gitignore | 1 | ||||
-rw-r--r-- | conf/.cvsignore | 1 | ||||
-rw-r--r-- | conf/.gitignore | 2 | ||||
-rw-r--r-- | iphone/FixMyStreet/.cvsignore | 1 | ||||
-rw-r--r-- | iphone/FixMyStreet/.gitignore | 1 | ||||
-rw-r--r-- | web-admin/.cvsignore | 1 | ||||
-rw-r--r-- | web-admin/.gitignore | 1 | ||||
-rw-r--r-- | web/.cvsignore | 4 | ||||
-rw-r--r-- | web/.gitignore | 4 | ||||
-rw-r--r-- | web/iphone/.cvsignore | 1 | ||||
-rw-r--r-- | web/iphone/.gitignore | 1 | ||||
-rw-r--r-- | web/posters/.cvsignore | 1 | ||||
-rw-r--r-- | web/posters/.gitignore | 1 | ||||
-rw-r--r-- | web/yui/.cvsignore | 1 | ||||
-rw-r--r-- | web/yui/.gitignore | 1 |
16 files changed, 12 insertions, 11 deletions
diff --git a/bin/.cvsignore b/bin/.cvsignore deleted file mode 100644 index 714f73c54..000000000 --- a/bin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -_Inline diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 000000000..973f53659 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1 @@ +/_Inline diff --git a/conf/.cvsignore b/conf/.cvsignore deleted file mode 100644 index 8265cfab4..000000000 --- a/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -general diff --git a/conf/.gitignore b/conf/.gitignore new file mode 100644 index 000000000..10f651513 --- /dev/null +++ b/conf/.gitignore @@ -0,0 +1,2 @@ +/general +/general.deployed diff --git a/iphone/FixMyStreet/.cvsignore b/iphone/FixMyStreet/.cvsignore deleted file mode 100644 index 378eac25d..000000000 --- a/iphone/FixMyStreet/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -build diff --git a/iphone/FixMyStreet/.gitignore b/iphone/FixMyStreet/.gitignore new file mode 100644 index 000000000..796b96d1c --- /dev/null +++ b/iphone/FixMyStreet/.gitignore @@ -0,0 +1 @@ +/build diff --git a/web-admin/.cvsignore b/web-admin/.cvsignore deleted file mode 100644 index 714f73c54..000000000 --- a/web-admin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -_Inline diff --git a/web-admin/.gitignore b/web-admin/.gitignore new file mode 100644 index 000000000..973f53659 --- /dev/null +++ b/web-admin/.gitignore @@ -0,0 +1 @@ +/_Inline diff --git a/web/.cvsignore b/web/.cvsignore deleted file mode 100644 index 73f58d5f0..000000000 --- a/web/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -down.html -_Inline -bci-live-creation.png -bci-live-line.png diff --git a/web/.gitignore b/web/.gitignore new file mode 100644 index 000000000..124be032a --- /dev/null +++ b/web/.gitignore @@ -0,0 +1,4 @@ +/down.html +/_Inline +/bci-live-creation.png +/bci-live-line.png diff --git a/web/iphone/.cvsignore b/web/iphone/.cvsignore deleted file mode 100644 index 714f73c54..000000000 --- a/web/iphone/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -_Inline diff --git a/web/iphone/.gitignore b/web/iphone/.gitignore new file mode 100644 index 000000000..973f53659 --- /dev/null +++ b/web/iphone/.gitignore @@ -0,0 +1 @@ +/_Inline diff --git a/web/posters/.cvsignore b/web/posters/.cvsignore deleted file mode 100644 index 714f73c54..000000000 --- a/web/posters/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -_Inline diff --git a/web/posters/.gitignore b/web/posters/.gitignore new file mode 100644 index 000000000..973f53659 --- /dev/null +++ b/web/posters/.gitignore @@ -0,0 +1 @@ +/_Inline diff --git a/web/yui/.cvsignore b/web/yui/.cvsignore deleted file mode 100644 index 378eac25d..000000000 --- a/web/yui/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -build diff --git a/web/yui/.gitignore b/web/yui/.gitignore new file mode 100644 index 000000000..796b96d1c --- /dev/null +++ b/web/yui/.gitignore @@ -0,0 +1 @@ +/build |