]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/.gitignore
bat: Add runrestore.ui to bat project file
[bacula/bacula] / bacula / .gitignore
index 1a4780920198d6c450735ef0febef6641fb5ddd6..04d79068021acf51d3312f5ac50c131696ba939e 100644 (file)
@@ -1,3 +1,5 @@
+src/cats/make_catalog_backup.pl
+scripts/make_catalog_backup.pl
 src/TAGS
 # git-ls-files --others --exclude-from=.git/info/exclude
 # Lines that start with '#' are comments.
@@ -53,7 +55,6 @@ kernswinproductionconfig
 Makefile
 newdb
 newtape
-run
 run_clean
 run_clean_tape
 run_two
@@ -168,6 +169,7 @@ po/*.mo
 po/*.gmo
 
 # scripts/
+scripts/bacula_config
 scripts/wxconsole.console_apps
 scripts/wxconsole.desktop.consolehelper
 scripts/wxconsole.desktop.xsu
@@ -237,20 +239,24 @@ src/cats/create_bdb_database
 src/cats/create_mysql_database
 src/cats/create_postgresql_database
 src/cats/create_sqlite_database
+src/cats/create_ingres_database
 src/cats/drop_bdb_tables
 src/cats/drop_mysql_tables
 src/cats/drop_postgresql_tables
 src/cats/drop_sqlite_tables
+src/cats/drop_ingres_tables
 src/cats/grant_bacula_privileges
 src/cats/grant_mysql_privileges
 src/cats/grant_postgresql_privileges
 src/cats/grant_sqlite_privileges
+src/cats/grant_ingres_privileges
 src/cats/list_files.sql
 src/cats/list_jobs.sql
 src/cats/make_bdb_tables
 src/cats/make_mysql_tables
 src/cats/make_postgresql_tables
 src/cats/make_sqlite_tables
+src/cats/make_ingres_tables
 src/cats/mysql
 src/cats/sqlite
 src/cats/make_bacula_tables
@@ -261,11 +267,13 @@ src/cats/update_bacula_tables
 src/cats/update_mysql_tables
 src/cats/update_postgresql_tables
 src/cats/update_sqlite_tables
+src/cats/update_ingres_tables
 src/cats/drop_bacula_database
 src/cats/drop_bdb_database
 src/cats/drop_mysql_database
 src/cats/drop_postgresql_database
 src/cats/drop_sqlite_database
+src/cats/drop_ingres_database
 src/cats/grant_bdb_privileges
 src/cats/update_bdb_tables
 src/cats/create_sqlite3_database
@@ -440,7 +448,10 @@ src/qt-console/moc/moc_*.cpp
 src/qt-console/mount/.*.swp
 
 # src/qt-console/obj/
-src/qt-console/obj/*.o
+src/qt-console/obj
+src/qt-console/obj32
+src/qt-console/moc32
+src/qt-console/ui32
 
 # src/qt-console/testprogs/examp/
 src/qt-console/testprogs/examp/main
@@ -491,6 +502,7 @@ src/stored/unmount-simulator
 src/stored/.libs
 
 # src/tools/
+src/tools/ing_test
 src/tools/bregex
 src/tools/bwild
 src/tools/testls
@@ -536,6 +548,7 @@ src/win32/wx-console.res
 src/win32/debug
 src/win32/release32
 src/win32/release64
+src/win32/dll
 
 # src/win32
 src/win32*.user
@@ -743,6 +756,9 @@ src/wx-console/bwx-console.conf
 src/wx-console/.libs
 
 # updatedb/
+updatedb/update_mysql_tables_11_to_12
+updatedb/update_postgresql_tables_11_to_12
+updatedb/update_sqlite3_tables_11_to_12
 updatedb/update_mysql_tables_10_to_11
 updatedb/update_postgresql_tables_10_to_11
 updatedb/update_sqlite3_tables_10_to_11
@@ -1333,3 +1349,4 @@ platforms/osx/build
 platforms/osx/dl
 platforms/osx/products
 platforms/osx/tools
+TAGS