2016-12-20 14:47:08 +00:00
|
|
|
# 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
|
2016-12-20 14:35:42 +00:00
|
|
|
!scriptfiles/COD/
|
2016-12-20 14:52:15 +00:00
|
|
|
scriptfiles/*
|
|
|
|
|
|
|
|
!pawno/include/anticheat/
|
|
|
|
pawno/include/*
|