[X2Go-Commits] [libx2goclient] 01/01: /: add .gitignore.
git-admin at x2go.org
git-admin at x2go.org
Fri Jul 12 17:49:50 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 9c86333325c68daa115951a7a2200a0723b32049
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Jul 12 17:49:44 2019 +0200
/: add .gitignore.
---
.gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..80ca07b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+# Temporary object files/static libs.
+*.dylib
+*.so
+*.so.*
+*.[oa]
+*.exe
+*.lib
+*.dll
+
+# VIM temporary files.
+.*.sw*
+
+# Autotools stuff.
+autom4te.cache/
+config.log
+config.status
+config.guess
+config.sub
+config.h.in
+configure
+depend.status
+missing
+Makefile.in
+Makefile
+install-sh
+aclocal.m4
+
+# Temporary files.
+*~
+[#]*
+
+# Libtool stuff.
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+compile
+ltmain.sh
+depcomp
+stamp-h*
+.libs
+.deps
+
+# This file.
+.gitignore
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list