Quantcast

Let's see if Curse understands what I mean ...

ckaotik [12-20-10 - 11:57]
Let's see if Curse understands what I mean ...
Filename
.gitignore
.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