From cb425cfe649c11f6bd96adcc73db475d1fb28adb Mon Sep 17 00:00:00 2001 From: Lorenc Date: Wed, 21 Dec 2016 01:47:08 +1100 Subject: [PATCH] git ignore fix --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index accd872..cf80a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ -* +# Blacklist files/folders in same directory as the .gitignore file +/* + +# Whitelist some files +!.gitignore +!README.md + +# Ignore all files named .DS_Store or ending with .log +**/.DS_Store +**.log + +# Whitelist !scriptfiles/COD/ !pawno/include/anticheat/ \ No newline at end of file