[mathic] 12/62: Added .exe to .gitignore to ignore executable files on Cygwin.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit 116c2f83678b4d5d9eec31488ad000c0f6adb32e
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Mon Jul 9 20:12:21 2012 -0400
Added .exe to .gitignore to ignore executable files on Cygwin.
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
index 871f14e..f7f9e0d
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,9 @@
*.la
*.a
+# Executables (in Cygwin)
+*.exe
+
# Emacs backup files
\#*\#
*~
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list