Added root folders mnt/ pkgs/ and tmp/

This commit is contained in:
Giacomo Tesio 2015-12-22 11:46:42 +00:00
parent fc42b02a28
commit bbf498c38e
7 changed files with 19 additions and 0 deletions

2
mnt/acme/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
mnt/temp/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
mnt/term/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
mnt/wsys/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

3
pkgs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!README.md

6
pkgs/README.md Normal file
View File

@ -0,0 +1,6 @@
# Jehanne packages
In this folder you find the packages installed in your system.
For each installed package you find a folder named after the package.
Inside such folder you find one folder for each version installed.

2
tmp/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore