git ignore fix

This commit is contained in:
Lorenc 2016-12-21 01:47:08 +11:00
parent 98dfba76c5
commit cb425cfe64

13
.gitignore vendored
View File

@ -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/