source: trunk/CVSROOT/cvsignore@ 10366

Last change on this file since 10366 was 9123, checked in by bird, 23 years ago

Ignore obj dirs.

File size: 276 bytes
Line 
1# cvsignore
2# contains all the files which per default shouldn't be checked
3# for when updateing
4# for more info check the cvs docs.
5*.dll
6*.lib
7*.obj
8.#*
9*.pch
10*.map
11*.exe
12*.res
13.depend
14*exp.def
15resource.asm
16*.lrf
17*.vpj
18*.vtg
19bin
20obj
21*.sym
22*.err
23*.*obj
24makefile.inc
25dummy.c
26
Note: See TracBrowser for help on using the repository browser.