[LNT] r267192 - Add .gitignore file to hide *.pyc and egg-info

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 12:12:27 PDT 2016


Author: matze
Date: Fri Apr 22 14:12:26 2016
New Revision: 267192

URL: http://llvm.org/viewvc/llvm-project?rev=267192&view=rev
Log:
Add .gitignore file to hide *.pyc and egg-info

Added:
    lnt/trunk/.gitignore

Added: lnt/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/.gitignore?rev=267192&view=auto
==============================================================================
--- lnt/trunk/.gitignore (added)
+++ lnt/trunk/.gitignore Fri Apr 22 14:12:26 2016
@@ -0,0 +1,2 @@
+*.pyc
+/LNT.egg-info




More information about the llvm-commits mailing list