From d861b3821312360ef11c33a5027f294d31185ee9 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Mon, 20 Dec 2010 12:57:44 +0100 Subject: [PATCH] Let's see if Curse understands what I mean ... --- .gitignore | 35 ++++++++++++++++++++++++++++++++++- .pkgmeta.txt | 15 +++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .pkgmeta.txt diff --git a/.gitignore b/.gitignore index ee50259..157799a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,34 @@ -readme.textile \ No newline at end of file +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store? +ehthumbs.db +Icon? +Thumbs.db \ No newline at end of file diff --git a/.pkgmeta.txt b/.pkgmeta.txt new file mode 100644 index 0000000..8c6ed5d --- /dev/null +++ b/.pkgmeta.txt @@ -0,0 +1,15 @@ +package-as: Broker_Garbage + +move-folders: + Broker_Garbage: Broker_Garbage + Broker_Garbage-Config: Broker_Garbage-Config + Broker_Garbage-LootManager: Broker_Garbage-LootManager + +optional-dependencies: + - libperiodictable-3-1 + +enable-nolib-creation: no + +ignore: + - .gitignore + - .pkgmeta \ No newline at end of file -- 1.7.9.5