diff options
author | Harvey Harrison <[email protected]> | 2013-04-08 22:40:34 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-04-08 22:40:34 -0700 |
commit | ca5757237b31e42394242a226b44b5815aa80c1b (patch) | |
tree | 7097bd4b63ea786526c4216fa781a8f65d7f2d83 | |
parent | 1e29cfc3c5dfe79b76320cf5847af9cb00b230e1 (diff) |
j3dcore: add a .gitignore for the build/ directory, remove .cvsignore
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 80629f0..0000000 --- a/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -build -dist -staging diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ |