diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-01 21:05:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-01 21:05:35 (GMT) |
commit | 0a946674cc62f45dd247e5a52df430983de4ec6f (patch) | |
tree | 33ab6f099cd1102bccf197d11b192bfd5beb4239 /win | |
parent | 4c7d0a5db69c14fea63dfe1141cf458c86cee562 (diff) | |
download | tcl-0a946674cc62f45dd247e5a52df430983de4ec6f.zip tcl-0a946674cc62f45dd247e5a52df430983de4ec6f.tar.gz tcl-0a946674cc62f45dd247e5a52df430983de4ec6f.tar.bz2 |
Improved list of files to ignore
Diffstat (limited to 'win')
-rw-r--r-- | win/.cvsignore | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/win/.cvsignore b/win/.cvsignore index bcf3b41..72c5007 100644 --- a/win/.cvsignore +++ b/win/.cvsignore @@ -1,17 +1,18 @@ -Debug -Release -*.opt -*.ncb -*.plg -*.00? -*.o -*.obj -*.i -*.asm -Makefile -tcl.hpj -tclConfig.sh -nmakehlp.exe -.#* -tcl.sln -tcl.suo +Debug
+Release
+*.opt
+*.ncb
+*.plg
+*.00?
+*.o
+*.obj
+*.i
+*.asm
+*.dll
+*.exe
+Makefile
+tcl.hpj
+tclConfig.sh
+.#*
+tcl.sln
+tcl.suo
|