diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-03-20 05:00:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-03-20 05:00:56 (GMT) |
commit | bd6850f6cb4d078cd87c0dcade3d0138e162d9dc (patch) | |
tree | fc4157a8aac5421f43143b014b31d6db9a4234a2 /PC | |
parent | 4ae4f2658bac76dbe66ff92ff5b1bf4a45a8cd24 (diff) | |
download | cpython-bd6850f6cb4d078cd87c0dcade3d0138e162d9dc.zip cpython-bd6850f6cb4d078cd87c0dcade3d0138e162d9dc.tar.gz cpython-bd6850f6cb4d078cd87c0dcade3d0138e162d9dc.tar.bz2 |
Ignore oodles of MSVC-generated files.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/.cvsignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PC/VC6/.cvsignore b/PC/VC6/.cvsignore new file mode 100644 index 0000000..4ee87eb --- /dev/null +++ b/PC/VC6/.cvsignore @@ -0,0 +1,14 @@ +*.WSM +*.bsc +*.dbg +*.dll +*.exe +*.exp +*.ilk +*.lib +*.ncb +*.opt +*.pdb +*.plg +*.pyd +*-temp-* |