1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-05-06 08:47:57 +02:00

change ignoring and keeping of folders to prevent dirty directories when dealing with the fsfe-website git and its .gitignore

This commit is contained in:
2018-11-28 13:09:15 +01:00
parent c26208da78
commit 1e1cd80be6
5 changed files with 7 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
config.cfg
lighttpd-fsfe.conf
pywebserver-fsfe.log
lighttpd-fsfe*.log
# ignore everything in fsfe.org/ and status/ but keep the folders
fsfe.org/*
!fsfe.org/.gitkeep
status/*
!status/.gitkeep
-2
View File
@@ -1,2 +0,0 @@
*
!.gitignore
View File
-2
View File
@@ -1,2 +0,0 @@
*
!.gitignore
View File