Changeset 203
- Timestamp:
- Nov 7, 2017, 7:13:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r63 r203 6 6 #/.gitignore 7 7 8 # Ignore CodeLite Project Files9 /*.project10 11 8 # Ignore Geany Project Files 12 9 /*.geany 13 10 11 # Ignore CodeLite and Eclipse Project Files 12 /*.project 13 14 14 # Ignore prepared commit message 15 / commit.msg15 /.commit.msg 16 16 17 17 # Ignore scratch files and directories 18 18 ... 19 20 # Selectively include the files required to build the manual 21 /manual 22 /manual/* 23 !/manual 24 !/manual/Makefile 25 !/manual/GNUmakefile 26 !/manual/airboot-manual.gmk 27 !/manual/airboot-manual.gmi 28 !/manual/airboot-manual.info 29 !/manual/airboot-manual.his 30 !/manual/airboot-manual.odt 31 !/manual/airboot-manual.pdf 32 !/manual/fc.mnu 33 !/manual/fc?.mnu 34 !/manual/odt2ipf.xsl 35 !/manual/format.xsl 36 !/manual/images 37 /manual/images/* 38 !/manual/images/clips.xcf
Note:
See TracChangeset
for help on using the changeset viewer.