summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-08-10Update .gitignoreSolomon Peachy1-0/+12
Change-Id: I46c0ab9ce1d7ab0abbe9647429ba44d204aa4e82
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-2/+0
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
2020-07-19gitignore: We don't care about files ending in '~'Solomon Peachy1-0/+1
Change-Id: I0ed8ae6caaba0b2f04f55b08cb54abc358e9ce0d
2020-07-09Python3-related fixes in some of our scriptsSolomon Peachy1-1/+2
Change-Id: I8acbe43e3f27e51159a7a78fcc361476d7406cbb
2020-04-13checkwps: have the ./buildall.sh script log all build failures.Solomon Peachy1-0/+1
Change-Id: I61be0fca0cb65e7c7108180150df5585fd83c3b5
2020-04-09rbutil: Add bspatch and libbzip2Solomon Peachy1-0/+4
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
2020-04-05Update .gitignore to exclude a bunch of rbutil detritusSolomon Peachy1-0/+9
Change-Id: I85ee7fa590190a6236b0a270d65227926a5f5e82
2020-04-02.gitignore udpates for translation and checkwps buildsSolomon Peachy1-0/+11
Change-Id: I1534c340c3eefcdccb7074d98c58bbe491cf141b
2019-07-26Add Vagrant configuration for creating a development VMVencislav Atanasov1-0/+2
Vagrant is an application that automates creation and provisioning of a virtual machine for development. The config here creates an Ubuntu 16.04 LTS machine, updates it, downloads and installs the toolchains for sh, m68k and arm, mingw-w64, SDL (for Windows simulators) and other packages needed for building Rockbox. It works fine for building a Windows simulator and compiling iPod classic binaries. It should be possible to make the other build types, too. MIPS toolchain fails to build, ARM-APP is not tested because the files download very slow on my connection. Please test if it works for you, and let me know. Quick start: download and install Vagrant and VirtualBox for your operating system, make sure VT-x / AMD-V is enabled in your BIOS/EFI setup, open a shell in rockbox/tools and input the command "vagrant up" Change-Id: Ief5476ab066663a4db7e85404b25d2d781d90532
2015-01-03Add buflib tests to .gitignoreThomas Jarosch1-0/+11
Change-Id: Iabb499a77ec4d3459fe610d9bb7e4f23db01f885
2012-05-16Add *.o and *.a to .gitignoreAmaury Pouly1-0/+2
Executables files should never make it into the repository anyway and they pollute the output of other commands. Change-Id: I07c1f927b45b771403965f7e0d545308532938d4
2012-03-25ignore ipodpatcher binaryRafaël Carré1-0/+3
Change-Id: I5156d220dd23b9a6dd5ae4c492c49e932bbc2ef8
2012-03-18Drop checkwps from .gitignore, we don't build it in-tree anymore.Nils Wallménius1-4/+0
Change-Id: I21c0ff0c28f8f13d00c2e537093c3f15360f4d71
2012-01-23gitignore: Change librockbox.so to generic .so.Thomas Martitz1-1/+1
Change-Id: I35630afc5b6b7a231ad56e31a9698dd25a5fb7bd
2012-01-21Add some stuff to .gitignoreThomas Martitz1-0/+30
Change-Id: Ib91a5da0ca1ed76399cd24cac9d9e492d5392d6e
2012-01-16Add a generic *.exe to .gitignore, and remove the specific ones.Magnus Holmgren1-9/+1
2012-01-15Convert svn ignores into .gitignore.Torne Wuff1-0/+218
Convert all svn:ignore properties from the old repo into a single .gitignore file.