[llvm-commits] [llvm] r121955 - /llvm/trunk/.gitignore

Michael J. Spencer bigcheesegs at gmail.com
Wed Dec 15 19:25:38 PST 2010


Author: mspencer
Date: Wed Dec 15 21:25:38 2010
New Revision: 121955

URL: http://llvm.org/viewvc/llvm-project?rev=121955&view=rev
Log:
Add .gitignore. I chose not to dump the svn ignore list into this because most
of the entries there are useless for out of source builds.

Added:
    llvm/trunk/.gitignore

Added: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=121955&view=auto
==============================================================================
--- llvm/trunk/.gitignore (added)
+++ llvm/trunk/.gitignore Wed Dec 15 21:25:38 2010
@@ -0,0 +1,3 @@
+tools/clang
+
+*.pyc





More information about the llvm-commits mailing list