From 209cf4b59b23dfb5a229c9b5412d88776a9555fe Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Oct 2004 23:17:35 +0000 Subject: [PATCH] cvsignore files for new directories --- pandatool/.gitignore | 5 +++++ pandatool/src/vrml/.gitignore | 3 +++ pandatool/src/xfile/.gitignore | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 pandatool/src/vrml/.gitignore create mode 100644 pandatool/src/xfile/.gitignore diff --git a/pandatool/.gitignore b/pandatool/.gitignore index 64c532f452..136aab5bf1 100644 --- a/pandatool/.gitignore +++ b/pandatool/.gitignore @@ -1,2 +1,7 @@ +/bin/ +/etc/ +/include/ +/lib/ +/shared/ Makefile pp.dep diff --git a/pandatool/src/vrml/.gitignore b/pandatool/src/vrml/.gitignore new file mode 100644 index 0000000000..1a69860d3a --- /dev/null +++ b/pandatool/src/vrml/.gitignore @@ -0,0 +1,3 @@ +/vrmlLexer.cxx +/vrmlParser.cxx +/vrmlParser.h diff --git a/pandatool/src/xfile/.gitignore b/pandatool/src/xfile/.gitignore new file mode 100644 index 0000000000..0023fd48ae --- /dev/null +++ b/pandatool/src/xfile/.gitignore @@ -0,0 +1,3 @@ +/xLexer.cxx +/xParser.cxx +/xParser.h