From 9573122ba337c1f5f6b9937b24f7c4ad2aacbe3f Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 26 Jul 2009 13:44:45 +0000 Subject: 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 --- unicode/.gitignore | 22 ++++++++++++++++++++++ unicode/artwork/.gitignore | 1 + unicode/build/.gitignore | 1 + unicode/build/delphi-win/.gitignore | 1 + unicode/game/.gitignore | 9 +++++++++ unicode/game/visuals/.gitignore | 2 ++ unicode/src/.gitignore | 8 ++++++++ 7 files changed, 44 insertions(+) create mode 100644 unicode/.gitignore create mode 100644 unicode/artwork/.gitignore create mode 100644 unicode/build/.gitignore create mode 100644 unicode/build/delphi-win/.gitignore create mode 100644 unicode/game/.gitignore create mode 100644 unicode/game/visuals/.gitignore create mode 100644 unicode/src/.gitignore diff --git a/unicode/.gitignore b/unicode/.gitignore new file mode 100644 index 00000000..c1a6951d --- /dev/null +++ b/unicode/.gitignore @@ -0,0 +1,22 @@ +Thumbs.db +.gitignore +.svn +*.orig +*.dcu +*.ppu +*.rst +*.compiled +*.or +*.o +*.a +*.exe +*.dll +*.identcache +*.bdsproj.local +*.bak +*~ +Makefile +config.log +config.status +__history + diff --git a/unicode/artwork/.gitignore b/unicode/artwork/.gitignore new file mode 100644 index 00000000..59424db9 --- /dev/null +++ b/unicode/artwork/.gitignore @@ -0,0 +1 @@ +# don't delete this file as it prevents git from removing this directory 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 diff --git a/unicode/game/.gitignore b/unicode/game/.gitignore new file mode 100644 index 00000000..eed4f3f0 --- /dev/null +++ b/unicode/game/.gitignore @@ -0,0 +1,9 @@ +playlists +plugins +screenshots +songs +config.ini +cover.db +ultrastardx +Ultrastar.db +Error.log diff --git a/unicode/game/visuals/.gitignore b/unicode/game/visuals/.gitignore new file mode 100644 index 00000000..39ea0e37 --- /dev/null +++ b/unicode/game/visuals/.gitignore @@ -0,0 +1,2 @@ +# don't delete this file as it prevents git from removing this directory +projectM diff --git a/unicode/src/.gitignore b/unicode/src/.gitignore new file mode 100644 index 00000000..1c20f512 --- /dev/null +++ b/unicode/src/.gitignore @@ -0,0 +1,8 @@ +*.cfg +*.local +*.bdsproj +*.identcache +clean.bat +config-linux.inc +paths.inc +ultrastardx-*.lp[i|s] -- cgit v1.2.3