Page MenuHomePhorge

No OneTemporary

diff --git a/.commit-template b/.commit-template
index f34fbea7fd..14f952f776 100644
--- a/.commit-template
+++ b/.commit-template
@@ -1,37 +1,45 @@
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# You MUST wrap all lines at 72 characters.
# Please see http://techbase.kde.org/Policies/Commit_Policy
#
-# ==[ Subject: One line only short meaningful description for logs ]===|
+# For Git commit hook keywords see:
+# http://community.kde.org/Sysadmin/GitKdeOrgManual#Commit_hook_keywords
+#
+# ==[ Subject: One line ONLY short meaningful description for logs ]===|
# ==[ Blank: Follow the Subject with a blank line, do NOT remove ]=====|
# ==[ Details: Describe what changed and explain why it changed]=======|
# ==[ Fields: Uncomment and edit where applicable ]====================|
#
# --[ Close bug in bugs.kde.org as fixed ]-----------------------------|
#BUG: <bug number>
#FIXED-IN: <optional release version>
#
# --[ Add to release changelog optionally close wish in bugs.kde.org ]-|
#FEATURE: <optional bug number>
#FIXED-IN: <optional release version>
#
# --[ Copy commit message to a bug or wish in bugs.kde.org ]-----------|
#CCBUG: <bug number>
#
# --[ Copy commit message to an email address ]------------------------|
#CCMAIL: <email>
#
# --[ Close a review on git.reviewboard.kde.org as submitted ]---------|
#REVIEW: <review number>
#
# --[ Notify documentation team of user visible changes ]--------------|
#GUI:
#
# --[ Notify Commit Digest team of something interesting ]-------------|
#DIGEST:
+#
+# --[ Mark commit as silent for commit filter filtering. ]-------------|
+# [ Use sparingly and only for uninteresting and ]
+# [ uncontroversial commits. ]
+#GIT_SILENT
diff --git a/.gitexcludes b/.gitexcludes
new file mode 100755
index 0000000000..5c3abbc68f
--- /dev/null
+++ b/.gitexcludes
@@ -0,0 +1,51 @@
+# This file is a global file to ignore things that probably shouldn't
+# be committed to git.
+#
+# In order to use this file, copy it to ~/.gitexcludes, and add the
+# following to your "~/.gitconfig" file.
+#
+# [core]
+# excludesfile = ~/.gitexcludes
+
+
+# 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
+.directory
+
+
+*.kdev4
+*-swp
+*.swp
+/build

File Metadata

Mime Type
text/x-diff
Expires
Fri, Nov 1, 8:23 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10074966
Default Alt Text
(2 KB)

Event Timeline