Added execl to start a mail client
[rmail.git] / .gitignore
blob0062d65b71e43a9863ffa09ca244df58ea495f50
1 # NOTE! Don't add files that are generated in specific
2 # subdirectories here. Add them in the ".gitignore" file
3 # in that subdirectory instead.
5 # NOTE! Please use 'git ls-files -i --exclude-standard'
6 # command after changing this file, to see if there are
7 # any tracked files which get ignored after the change.
9 # Normal rules
12 *.o
13 *.o.*
14 *.a
15 *.s
18 # git files that we don't want to ignore even it they are dot-files
20 !.gitignore
22 *.orig