gitignore: Rewrite and ignore more files as a consequence to the new Resource file.

Signed-off-by: /dev/urandom <iw4x-dev-urandom@protonmail.com>
This commit is contained in:
/dev/urandom 2016-03-15 00:55:05 +01:00
parent 127ce3229f
commit 43c4e9133a
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

123
.gitignore vendored
View File

@ -1,3 +1,5 @@
### Windows
# Windows image file caches # Windows image file caches
Thumbs.db Thumbs.db
ehthumbs.db ehthumbs.db
@ -14,14 +16,10 @@ $RECYCLE.BIN/
*.msm *.msm
*.msp *.msp
# ========================= # Shortcuts
# Operating System Files
# =========================
# Windows
*.lnk *.lnk
# OSX ### OSX
# =========================
.DS_Store .DS_Store
.AppleDouble .AppleDouble
@ -44,28 +42,109 @@ Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
*.obj ### Visual Studio
*.tlog
*.log # User-specific files
*.lastbuildstate
*.idb
*.exp
*.ilk
*.unsuccessfulbuild
*.sdf
*.opensdf
*.pdb
*.suo *.suo
*.user
*.userosscache
*.sln.docstates
# Additional stuff # User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
build build
#premake5.exe
user*.bat
# IDA # Visual Studio 2015 cache/options directory
# ========================= .vs/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
### IDA
*.id0 *.id0
*.id1 *.id1
*.id2 *.id2
*.nam *.nam
*.til *.til
### Custom user files
# User scripts
user*.bat
# Premake binary
#premake5.exe