summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-07-24Add .pyc files to .gitignore to compiler-rtGeorge Karpenkov
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
2014-03-20Add vim swap files to .gitignoreDuncan P. N. Exon Smith
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204387 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-15git: Tweak .gitignore to ignore defined platform build directories.Daniel Dunbar
- We should probably sink the platform build dirs into a common top-level dir. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144662 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18Add 'SelectFunctionDir' function, to select appropriate function ↵Daniel Dunbar
implementation based on a configuration and architecture. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93717 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-27Add .gitignore file.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85259 91177308-0d34-0410-b5e6-96231b3b80d8