diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 13:44:45 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 13:44:45 +0000 |
commit | 9573122ba337c1f5f6b9937b24f7c4ad2aacbe3f (patch) | |
tree | ace8faf8003b374716c13b68af185bdaa64d2e75 /unicode/build | |
parent | 89ba488aa027281cda5c32f9bda5b9d98913fc12 (diff) | |
download | usdx-9573122ba337c1f5f6b9937b24f7c4ad2aacbe3f.tar.gz usdx-9573122ba337c1f5f6b9937b24f7c4ad2aacbe3f.tar.xz usdx-9573122ba337c1f5f6b9937b24f7c4ad2aacbe3f.zip |
make life easier for git-users with .gitignore files. Especially it prevents git from removing empty directories.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1927 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | unicode/build/.gitignore | 1 | ||||
-rw-r--r-- | unicode/build/delphi-win/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/unicode/build/.gitignore b/unicode/build/.gitignore new file mode 100644 index 00000000..caf367b0 --- /dev/null +++ b/unicode/build/.gitignore @@ -0,0 +1 @@ +*.res
diff --git a/unicode/build/delphi-win/.gitignore b/unicode/build/delphi-win/.gitignore new file mode 100644 index 00000000..59424db9 --- /dev/null +++ b/unicode/build/delphi-win/.gitignore @@ -0,0 +1 @@ +# don't delete this file as it prevents git from removing this directory |