diff options
| author | Magnus Hagander | 2010-09-22 10:57:04 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2010-09-22 10:57:04 +0000 |
| commit | fe9b36fd59a771a98c0d33dd97039e6fc45d0f43 (patch) | |
| tree | 5ab1e6d15cdd0fc453882b5229f8f1a43ece24c6 /contrib/cube | |
| parent | 01003ec3bcd78a261e9b017837c961a96024abd4 (diff) | |
Convert cvsignore to gitignore, and add .gitignore for build targets.
Diffstat (limited to 'contrib/cube')
| -rw-r--r-- | contrib/cube/.cvsignore | 2 | ||||
| -rw-r--r-- | contrib/cube/.gitignore | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/cube/.cvsignore b/contrib/cube/.cvsignore deleted file mode 100644 index 19ecc85b586..00000000000 --- a/contrib/cube/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -cubeparse.c -cubescan.c diff --git a/contrib/cube/.gitignore b/contrib/cube/.gitignore new file mode 100644 index 00000000000..bb28b9327c1 --- /dev/null +++ b/contrib/cube/.gitignore @@ -0,0 +1,3 @@ +/cubeparse.c +/cubescan.c +/cube.sql |
