blob: 4c33097d69501b80bf6018e7b65005e5aa7b88b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# backup and temporary files
*~
.*.sw[op]
# the build directories
/*/unxlng??
/*/unxlng??.pro
/*/wntmsci??
/*/wntmsci??.pro
# autoconf generated stuff
/ChangeLog
/configure
/aclocal.m4
/*/*.exe
|