aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-12-16 01:02:35 +0000
committerReuben Thomas <rrt@sc3d.org>2013-12-16 01:02:35 +0000
commite9e517ecf4b370cd279dbdd64a20daf85884d166 (patch)
treeb5a019fdad10e8a7bc0c9cad9771e9216254a3fb /doc
parent0d34a0fbc004dcf4021102f2e26a150ed3651d38 (diff)
downloadplptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.gz
plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.bz2
plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.zip
Convert .cvsignore files to .gitignore files
Diffstat (limited to 'doc')
-rw-r--r--doc/.cvsignore5
-rw-r--r--doc/.gitignore3
-rw-r--r--doc/api/.cvsignore3
-rw-r--r--doc/api/.gitignore1
4 files changed, 4 insertions, 8 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644
index d825e7d..0000000
--- a/doc/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile.in
-Makefile
-*.man
-*.8
-*.1
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..68ed0b0
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,3 @@
+/*.man
+/*.8
+/*.1
diff --git a/doc/api/.cvsignore b/doc/api/.cvsignore
deleted file mode 100644
index 3eed221..0000000
--- a/doc/api/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile.in
-Makefile
-*.html
diff --git a/doc/api/.gitignore b/doc/api/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/doc/api/.gitignore
@@ -0,0 +1 @@
+/*.html