diff options
-rw-r--r-- | .cvsignore | 15 | ||||
-rw-r--r-- | util/.cvsignore | 5 | ||||
-rw-r--r-- | util/fbrun/.cvsignore | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..fda1f7b --- /dev/null +++ b/.cvsignore | |||
@@ -0,0 +1,15 @@ | |||
1 | Makefile.in | ||
2 | aclocal.m4 | ||
3 | autom4te.cache | ||
4 | config.guess | ||
5 | config.h.in | ||
6 | config.log | ||
7 | config.sub | ||
8 | configure | ||
9 | ltmain.sh | ||
10 | Makefile | ||
11 | config.h | ||
12 | config.status | ||
13 | libtool | ||
14 | stamp-h | ||
15 | version.h | ||
diff --git a/util/.cvsignore b/util/.cvsignore new file mode 100644 index 0000000..1dd67ed --- /dev/null +++ b/util/.cvsignore | |||
@@ -0,0 +1,5 @@ | |||
1 | .deps | ||
2 | .libs | ||
3 | Makefile | ||
4 | Makefile.in | ||
5 | bsetroot | ||
diff --git a/util/fbrun/.cvsignore b/util/fbrun/.cvsignore new file mode 100644 index 0000000..726a135 --- /dev/null +++ b/util/fbrun/.cvsignore | |||
@@ -0,0 +1,5 @@ | |||
1 | .deps | ||
2 | .libs | ||
3 | Makefile | ||
4 | Makefile.in | ||
5 | fbrun | ||