Files
Arch-R/.gitignore
2017-02-07 14:07:05 -08:00

30 lines
304 B
Plaintext

# build directorys
/build.*/
/.fakeroot.*
# automatically downloaded source files
/sources/
/.stamps/
# prebuild target binarys to provide
/target/
# mkpkg temp
mkpkg-temp
# private working directory
/.work/
# symlinks...
/sources
/.work
# ccache
/.ccache/
# backup files
*.orig
# crap
.DS_Store