bump version number...
[mtalk.git] / .gitignore
blobb71793dfa793f7cd23ebad54c1d5b00dc7ed92d1
2 #ignore everything in tests
3 tests/*
5 #never ignore C++ files: undoes some of the ignores in tests/*
6 !*.cpp
7 !*.h
9 #always ignore object files:
10 *.o
12 #ignore a scons db file:
13 .sconsign.dblite
15 #ignore config.log : does not need to be in git
16 config.log
18 #ignore vim swp files...
19 *.swp
21 #ignore outputfile mtalk
22 mtalk
24 #ignore my scratchpad
27 #ignore personal mtalk.cfg
28 mtalk.cfg