mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-25 13:31:15 +00:00
add gitignore
This commit is contained in:
parent
7af9423e86
commit
567027e73c
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
*.obj
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.sdf
|
||||||
|
*.suo
|
||||||
|
*.ncb
|
||||||
|
*.pdb
|
||||||
|
*.idb
|
||||||
|
code/freetype/objs/
|
||||||
|
code/freetype/builds/
|
||||||
|
code/win32/msvc*/build/
|
||||||
|
code/win32/msvc*/*user*
|
||||||
|
code/win32/msvc*/*sdf
|
||||||
|
code/win32/winquake.res
|
Loading…
Reference in a new issue