Update gitignore files in order to keep tracking Lib content
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 4 Feb 2023 15:12:17 +0000 (16:12 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 4 Feb 2023 15:12:17 +0000 (16:12 +0100)
.gitignore
Lib/.gitignore [new file with mode: 0644]

index 4c7aaaf..c3af2d5 100644 (file)
@@ -11,5 +11,6 @@
 #
 *
 !Lib
+!Lib/*
 !README
 !gitignore.sample
diff --git a/Lib/.gitignore b/Lib/.gitignore
new file mode 100644 (file)
index 0000000..7345513
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
+# Normal rules
+#
+!*