summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2017-07-24 21:51:12 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2017-07-24 21:51:12 +0000
commit3fba40218b918a973d76d4281d87d0dae75c40a9 (patch)
treeea73db82c7aa8969fce8ef8fa829e6253f36da59 /.gitignore
parentf728f46988ea1fc5c921dfdf53eea02a1050f80e (diff)
Add .pyc files to .gitignore to compiler-rt
During testing .pyc temporary files appear, which may be annoying. Did not change SVN ignore, as it was heavily out of sync with GIT one. Differential Revision: D35815 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2a7bdd6a8..f7d4697eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ darwin_fat
clang_darwin
multi_arch
*.sw?
+*.pyc