From 8a599f229d8b126d17bde25d5703788b5c376722 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 9 Jan 2010 15:30:25 +0100 Subject: [PATCH] Ignore some files from master --- bacula/.gitignore | 9 +++++++++ gui/bweb/.gitignore | 1 + 2 files changed, 10 insertions(+) create mode 100644 gui/bweb/.gitignore diff --git a/bacula/.gitignore b/bacula/.gitignore index 1a47809201..02d3a79dfe 100644 --- a/bacula/.gitignore +++ b/bacula/.gitignore @@ -1,3 +1,12 @@ +scripts/bacula_config +src/cats/create_ingres_database +src/cats/drop_ingres_database +src/cats/drop_ingres_tables +src/cats/grant_ingres_privileges +src/cats/make_ingres_tables +src/cats/update_ingres_tables +src/qt-console/moc32/ +src/qt-console/ui32/ src/TAGS # git-ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. diff --git a/gui/bweb/.gitignore b/gui/bweb/.gitignore new file mode 100644 index 0000000000..735c39d137 --- /dev/null +++ b/gui/bweb/.gitignore @@ -0,0 +1 @@ +bweb.conf -- 2.39.5