projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281374c
)
Added Tarballz to gitignore as they are useless in most cases
author
TimWolla
<timwolla@arcor.de>
Fri, 15 Jul 2011 06:22:44 +0000
(08:22 +0200)
committer
TimWolla
<timwolla@arcor.de>
Fri, 15 Jul 2011 06:22:44 +0000
(08:22 +0200)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 17ee7b316687f4c97fdbaef13c65c43fcb1bdb19..95bcde7ba373f0608d8d688dac09717f6d5bf455 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-25,3
+25,7
@@
nbactions.xml
\r
# SVN
\r
.svn/ # svn folders
\r
+
\r
+# Community Framework
\r
+*.tar
\r
+*.tar.gz # Ignore packages build directly in the workspace. They can however, if wanted, added manually via git add
\r