source:
ThirdParty/CodePatterns/.gitignore
| Last change on this file was 41e8e2, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 330 bytes | |
| Rev | Line | |
|---|---|---|
| [41e8e2] | 1 | # eclipse file |
| 2 | .project | |
| 3 | .cproject | |
| 4 | .settings | |
| 5 | .autotools | |
| 6 | ||
| 7 | # ECUT stuff | |
| 8 | .ecut* | |
| 9 | ||
| 10 | # automake stuff | |
| 11 | configure | |
| 12 | config.h* | |
| 13 | config* | |
| 14 | *.in | |
| 15 | build* | |
| 16 | debug* | |
| 17 | aclocal.m4 | |
| 18 | autom4te.cache | |
| 19 | install-sh | |
| 20 | ||
| 21 | # is created by bootstrap | |
| 22 | ChangeLog | |
| 23 | ||
| 24 | #libtool stuff | |
| 25 | ltmain.sh | |
| 26 | m4/libtool.m4 | |
| 27 | m4/lt* | |
| 28 | ||
| 29 | # miscellaneous stuff | |
| 30 | *.log | |
| 31 | ||
| 32 | # versioning | |
| 33 | version.cpp | |
| 34 | .git-version |
Note:
See TracBrowser
for help on using the repository browser.
