123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- build*
- CMakeCache.txt
- CMakeFiles
- cmake_install.cmake
- Makefile
- /otclient
- /*.h
- /*.cxx
- *.o
- *.gch
- *.a
- *.exe
- *.spr
- *.dat
- *.kdev*
- *.cbp
- *~
- *.kate-swap
- *.autosave
- CMakeLists.txt.user*
- *.xml
- *.otb
- *.otbm
- *.log
- *.bak
- *.swp
- *.pic
- .lvimrc
- .clang_complete
- config.otml
- /modules/otclientrc.lua
- /doc
- !.gitignore
- otclient.map
- otclient.layout
- LOCALTODO
- tags
- Thumbs.db
- .directory
- src/framework/graphics/dx/
- modules/.project/modules.sublime-workspace
-
- #################
- ## Visual Studio
- #################
-
- ## Ignore Visual Studio temporary files, build results, and
- ## files generated by popular Visual Studio add-ons.
-
- # User-specific files
- *.suo
- *.user
- *.sln.docstates
-
- # Build results
-
- [Dd]ebug/
- [Rr]elease/
- x64/
- build/
- [Bb]in/
- [Oo]bj/
-
- # MSTest test Results
- [Tt]est[Rr]esult*/
- [Bb]uild[Ll]og.*
-
- *_i.c
- *_p.c
- *.ilk
- *.meta
- *.obj
- *.pch
- *.pdb
- *.pgc
- *.pgd
- *.rsp
- *.sbr
- *.tlb
- *.tli
- *.tlh
- *.tmp
- *.tmp_proj
- *.log
- *.vspscc
- *.vssscc
- .builds
- *.pidb
- *.log
- *.scc
-
- # Visual C++ cache files
- ipch/
- *.aps
- *.ncb
- *.opensdf
- *.sdf
- *.cachefile
-
- # Visual Studio profiler
- *.psess
- *.vsp
- *.vspx
-
- # Guidance Automation Toolkit
- *.gpState
-
- # ReSharper is a .NET coding add-in
- _ReSharper*/
- *.[Rr]e[Ss]harper
|