[X2Go-Dev] [RFC] [PATCH] Ignore temporary/autogenerated files in the archive.

Mihai Moldovan ionic at ionic.de
Sun Feb 26 11:53:30 CET 2012


Signed-off-by: Mihai Moldovan <ionic at ionic.de>
---
 .gitignore |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6fae313
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Typically generated by qmake from x2goclient.pro.
+Makefile
+
+# Temporary object files/static libs.
+*.[oa]
+
+# Generated by qmake.
+moc_*.cpp
+ui_*.h
+qrc_resources.cpp
+
+# VIM temporary files.
+.*.sw*
+
+# Generated by lrelease.
+x2goclient_*.qm
-- 
1.7.9


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4369 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20120226/ea645751/attachment.bin>


More information about the x2go-dev mailing list