diff options
author | Brent Eagles <brent@zeroc.com> | 2007-07-03 12:40:53 -0230 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-07-03 12:40:53 -0230 |
commit | 3ccf37707c8adb0912860adb62d37df2293d3939 (patch) | |
tree | d32557d63fbea77b55ce3da7ad6ace6f097cb7ef /cpp | |
parent | Adding .gitignore for files generated when building windows installers. (diff) | |
download | ice-3ccf37707c8adb0912860adb62d37df2293d3939.tar.bz2 ice-3ccf37707c8adb0912860adb62d37df2293d3939.tar.xz ice-3ccf37707c8adb0912860adb62d37df2293d3939.zip |
Adding a .gitignore for directories and files that are created when building
installers on Windows.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/install/.gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cpp/install/.gitignore b/cpp/install/.gitignore new file mode 100644 index 00000000000..314c9308996 --- /dev/null +++ b/cpp/install/.gitignore @@ -0,0 +1,44 @@ +common/docs/vc60 +common/docs/vc71 +common/docs/vc80 +vc60/BZip2DevKit +vc60/BerkeleyDBDevKit +vc60/BerkeleyDBJava +vc60/BerkeleyDBRuntime +vc60/Bzip2Runtime +vc60/ExpatDevKit +vc60/ExpatRuntime +vc60/Ice +vc60/JGoodies +vc60/OpenSSLDevKit +vc60/OpenSSLRuntime +vc60/STLPortDevKit +vc60/STLPortRuntime +vc60/ThirdParty +vc60/install +vc71/BZip2DevKit +vc71/BerkeleyDBDevKit +vc71/BerkeleyDBJava +vc71/BerkeleyDBRuntime +vc71/Bzip2Runtime +vc71/ExpatDevKit +vc71/ExpatRuntime +vc71/Ice +vc71/JGoodies +vc71/OpenSSLDevKit +vc71/OpenSSLRuntime +vc71/ThirdParty +vc71/install +vc80/BZip2DevKit +vc80/BerkeleyDBDevKit +vc80/BerkeleyDBJava +vc80/BerkeleyDBRuntime +vc80/Bzip2Runtime +vc80/ExpatDevKit +vc80/ExpatRuntime +vc80/Ice +vc80/JGoodies +vc80/OpenSSLDevKit +vc80/OpenSSLRuntime +vc80/ThirdParty +vc80/install |