diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 13:35:25 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 13:35:25 +0000 |
commit | b18125195c17ad6c7e42792fe3351f85e957fae2 (patch) | |
tree | 4e31759d03dbc4b3331c787140b591d2311ba7dc /build/.gitignore | |
parent | 9de40e67e51955576c87785db0c6ce98050c64fd (diff) | |
download | usdx-b18125195c17ad6c7e42792fe3351f85e957fae2.tar.gz usdx-b18125195c17ad6c7e42792fe3351f85e957fae2.tar.xz usdx-b18125195c17ad6c7e42792fe3351f85e957fae2.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/trunk@1926 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | build/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 00000000..caf367b0 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +*.res
|