Browse Source

Added root folders mnt/ pkgs/ and tmp/

Giacomo Tesio 8 years ago
parent
commit
bbf498c38e
7 changed files with 19 additions and 0 deletions
  1. 2 0
      mnt/acme/.gitignore
  2. 2 0
      mnt/temp/.gitignore
  3. 2 0
      mnt/term/.gitignore
  4. 2 0
      mnt/wsys/.gitignore
  5. 3 0
      pkgs/.gitignore
  6. 6 0
      pkgs/README.md
  7. 2 0
      tmp/.gitignore

+ 2 - 0
mnt/acme/.gitignore

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

+ 2 - 0
mnt/temp/.gitignore

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

+ 2 - 0
mnt/term/.gitignore

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

+ 2 - 0
mnt/wsys/.gitignore

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

+ 3 - 0
pkgs/.gitignore

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

+ 6 - 0
pkgs/README.md

@@ -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 - 0
tmp/.gitignore

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