diff options
author | Reuben Thomas <rrt@sc3d.org> | 2013-12-16 01:02:35 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2013-12-16 01:02:35 +0000 |
commit | e9e517ecf4b370cd279dbdd64a20daf85884d166 (patch) | |
tree | b5a019fdad10e8a7bc0c9cad9771e9216254a3fb /ncpd | |
parent | 0d34a0fbc004dcf4021102f2e26a150ed3651d38 (diff) | |
download | plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.gz plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.bz2 plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.zip |
Convert .cvsignore files to .gitignore files
Diffstat (limited to 'ncpd')
-rw-r--r-- | ncpd/.cvsignore | 5 | ||||
-rw-r--r-- | ncpd/.gitignore | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/ncpd/.cvsignore b/ncpd/.cvsignore deleted file mode 100644 index 481d1c5..0000000 --- a/ncpd/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -.libs -.deps -ncpd diff --git a/ncpd/.gitignore b/ncpd/.gitignore new file mode 100644 index 0000000..97f35b5 --- /dev/null +++ b/ncpd/.gitignore @@ -0,0 +1 @@ +/ncpd |