[deployment-guide/comm-rel: 44/74] Added files beginning with `#' to .gitignore.

dsilas dsilas at fedoraproject.org
Tue Jul 6 21:12:59 UTC 2010


commit 7253c1e3b4b4f2fefafc6ba9ee8e6d3c212c9fbc
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jun 25 15:43:23 2010 +0200

    Added files beginning with `#' to .gitignore.
    
    While they are useful for certain text editors, they are completely
    useless for us. This should make them invisible for git.

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28533e3..daf3114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tmp
 *.marks
 var/drafts/NetworkManager.html
 .*.swp
+\#*


More information about the docs-commits mailing list