From a272766d1630fd89cbcc766c2d714f64c2fe2eb5 Mon Sep 17 00:00:00 2001 From: RouL Date: Fri, 15 Jul 2011 21:33:49 +0200 Subject: [PATCH] Fixed .gitignore file and ensured existance of package-folder Comments after file-definitions on the same line in .gitignore are NOT allowed. Added .gitignore to wcfsetup/install/packages to ensure it will be in the repository. --- .gitignore | 17 +++++++++++------ wcfsetup/install/packages/.gitignore | 3 +++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 wcfsetup/install/packages/.gitignore diff --git a/.gitignore b/.gitignore index cece834139..89238c7629 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ # Linux -*~ # backup files +# backup files +*~ # Windows -Thumbs.db # thumbnails +# thumbnails +Thumbs.db # OS-X .DS_Store -._* #thumbnails +# thumbnails +._* # Visual Studio PHP *.sln @@ -25,8 +28,10 @@ nbproject/ nbactions.xml # SVN -.svn/ # svn folders +# svn folders +.svn/ # Community Framework -*.tar -*.tar.gz # Ignore packages build directly in the workspace. They can however, if wanted, added manually via git add +# Ignore packages build directly in the workspace. They can however, if wanted, added manually via git add +*.tar +*.tar.gz diff --git a/wcfsetup/install/packages/.gitignore b/wcfsetup/install/packages/.gitignore new file mode 100644 index 0000000000..edb23193dc --- /dev/null +++ b/wcfsetup/install/packages/.gitignore @@ -0,0 +1,3 @@ +# This file ensures this directory is within version control since git does +# not track directories but files. In fact, this directory is meant to be empty +* \ No newline at end of file -- 2.20.1