summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add .pyc files to .gitignore to compiler-rtGeorge Karpenkov2017-07-241-0/+1
| | | | | | | | | 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
* Add vim swap files to .gitignoreDuncan P. N. Exon Smith2014-03-201-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204387 91177308-0d34-0410-b5e6-96231b3b80d8
* git: Tweak .gitignore to ignore defined platform build directories.Daniel Dunbar2011-11-151-3/+3
| | | | | | - 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
* Add 'SelectFunctionDir' function, to select appropriate function ↵Daniel Dunbar2010-01-181-0/+1
| | | | | | 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
* Add .gitignore file.Daniel Dunbar2009-10-271-0/+3
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85259 91177308-0d34-0410-b5e6-96231b3b80d8