Changeset 4cbac2 for .gitignore
- Timestamp:
- Sep 28, 2009, 6:44:29 PM (16 years ago)
- Children:
- bb56cf
- Parents:
- 01e6c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r01e6c5 r4cbac2 3 3 bin 4 4 tests 5 6 # ecut 7 .ecut* 5 8 6 9 # exclude generated html … … 18 21 # exclude automake generated stuff 19 22 *.in 20 * .in~23 *~ 21 24 *.swp 22 25 *.bak … … 26 29 autom4te.cache 27 30 missing 31 depcomp 32 install-sh 28 33 INSTALL 29 34 COPYING … … 33 38 README 34 39 40 # exclude compiled stuff 41 *.o 42 35 43 # exclude archives 36 44 *.tgz
Note:
See TracChangeset
for help on using the changeset viewer.