Revision 1,
801 bytes
checked in by mmamonski, 14 years ago
(diff) |
Torque/PBS DRMAA initial commit
|
Rev | Line | |
---|
[1] | 1 | # Project specific: |
---|
| 2 | ^drmaa_utils/conf_tab.c$ |
---|
| 3 | ^drmaa_utils/conf_tab.h$ |
---|
| 4 | ^drmaa_utils/datetime_tab.c$ |
---|
| 5 | ^drmaa_utils/datetime_tab.h$ |
---|
| 6 | ^drmaa_utils/drmaa_attrib.c$ |
---|
| 7 | ^test/test_exception$ |
---|
| 8 | |
---|
| 9 | # Autotools: |
---|
| 10 | ^configure$ |
---|
| 11 | (^|/)config\.(log|status)$ |
---|
| 12 | ^scripts$ |
---|
| 13 | ^aclocal\.m4$ |
---|
| 14 | (^|/)autom4te\.cache($|/) |
---|
| 15 | ^config\.h(\.in)?$ |
---|
| 16 | ^stamp-h1$ |
---|
| 17 | (^|/)Makefile(\.in)?$ |
---|
| 18 | (^|/)\.(deps|libs)$ |
---|
| 19 | ^libtool$ |
---|
| 20 | |
---|
| 21 | # Boring file regexps: |
---|
| 22 | ^project/project.py$ |
---|
| 23 | ^test-results($|/) |
---|
| 24 | \.(o|obj|a|exe|so|lo|loT|la)$ |
---|
| 25 | \.py[co]$ |
---|
| 26 | \.class$ |
---|
| 27 | (^|/)RCS($|/) |
---|
| 28 | ,v$ |
---|
| 29 | (^|/)CVS($|/) |
---|
| 30 | \.cvsignore$ |
---|
| 31 | ^\.# |
---|
| 32 | (^|/)\.svn($|/) |
---|
| 33 | (^|/)\.hg($|/) |
---|
| 34 | (^|/)\.git($|/) |
---|
| 35 | (^|/)\.bzr($|/) |
---|
| 36 | (^|/)BitKeeper($|/) |
---|
| 37 | (^|/)_darcs($|/) |
---|
| 38 | ^\.darcs-temp-mail$ |
---|
| 39 | -darcs-backup[[:digit:]]+$ |
---|
| 40 | ^\.darcs-temp-mail$ |
---|
| 41 | ^darcs-amend-record-[0-9]+$ |
---|
| 42 | \.bak$ |
---|
| 43 | \.BAK$ |
---|
| 44 | \.orig$ |
---|
| 45 | \.swp$ |
---|
| 46 | (^|/|\.)core$ |
---|
| 47 | (^|/)(tags|TAGS)$ |
---|
| 48 | (^|/)Thumbs\.db$ |
---|
| 49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.