[cfe-commits] r135440 - /cfe/trunk/.gitignore

Eric Christopher echristo at apple.com
Mon Jul 18 16:05:36 PDT 2011


Author: echristo
Date: Mon Jul 18 18:05:36 2011
New Revision: 135440

URL: http://llvm.org/viewvc/llvm-project?rev=135440&view=rev
Log:
Add .gitignore file.

Added:
    cfe/trunk/.gitignore

Added: cfe/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.gitignore?rev=135440&view=auto
==============================================================================
--- cfe/trunk/.gitignore (added)
+++ cfe/trunk/.gitignore Mon Jul 18 18:05:36 2011
@@ -0,0 +1,25 @@
+#==============================================================================#
+# This file specifies intentionally untracked files that git should ignore.
+# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
+#
+# This file is intentionally different from the output of `git svn show-ignore`,
+# as most of those are useless.
+#==============================================================================#
+
+#==============================================================================#
+# File extensions to be ignored anywhere in the tree.
+#==============================================================================#
+# Temp files created by most text editors.
+*~
+# Merge files created by git.
+*.orig
+# Byte compiled python modules.
+*.pyc
+# vim swap files
+.*.swp
+
+#==============================================================================#
+# Explicit files to ignore (only matches one).
+#==============================================================================#
+cscope.files
+cscope.out





More information about the cfe-commits mailing list