mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
.gitignore: add .work/ directory, add some comments
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,10 +1,17 @@
|
||||
# build directorys
|
||||
build.*/
|
||||
.fakeroot.*
|
||||
|
||||
# automatically downloaded source files
|
||||
sources/
|
||||
.stamps/
|
||||
|
||||
# prebuild target binarys to provide
|
||||
target/
|
||||
|
||||
# scripts for getting and packing source packages
|
||||
tools/mkpkg/*
|
||||
!tools/mkpkg/mkpkg_*
|
||||
|
||||
# private working directory
|
||||
.work/
|
||||
|
||||
Reference in New Issue
Block a user