diff options
author | Karl Schultz <[email protected]> | 2010-03-10 15:58:10 -0700 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2010-03-10 15:58:10 -0700 |
commit | 60121c41ce9ee50ff8d8476d4eb04867adf9b8c5 (patch) | |
tree | 62578a388f899f0af8730baf516a82513ad357ae /windows/VC8/progs | |
parent | 7439f39016ca5880d52518aa9fdf5f17d5446ea6 (diff) |
windows: fix compilation errors and warnings
Diffstat (limited to 'windows/VC8/progs')
-rw-r--r-- | windows/VC8/progs/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/windows/VC8/progs/.gitignore b/windows/VC8/progs/.gitignore new file mode 100644 index 00000000000..b1d3677c1b6 --- /dev/null +++ b/windows/VC8/progs/.gitignore @@ -0,0 +1,17 @@ +debug/ +debug static crt/ +release/ +release static crt/ +demos/Debug/ +demos/Debug Static CRT/ +demos/Release/ +demos/Release Static CRT/ +demos/*.user +glut/Debug/ +glut/Debug Static CRT/ +glut/Release/ +glut/Release Static CRT/ +glut/*.user +progs.ncb +progs.suo + |