Changeset 203


Ignore:
Timestamp:
Nov 7, 2017, 7:13:13 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Updated '.gitignore' to include the manual files [v1.1.1-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r63 r203  
    66#/.gitignore
    77
    8 # Ignore CodeLite Project Files
    9 /*.project
    10 
    118# Ignore Geany Project Files
    129/*.geany
    1310
     11# Ignore CodeLite and Eclipse Project Files
     12/*.project
     13
    1414# Ignore prepared commit message
    15 /commit.msg
     15/.commit.msg
    1616
    1717# Ignore scratch files and directories
    1818...
     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.