Skip to content

Commit

Permalink
Simplify gitignore build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Coman authored and Ben Coman committed Jan 8, 2019
1 parent 0fae80c commit 9219d2e
Showing 1 changed file with 8 additions and 35 deletions.
43 changes: 8 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,14 @@

platforms/unix/config/autom4te.cache/

# Don't track build directories
/build*/**/*
# except do track these files
!branding.gmk
!branding-sed-rules.gmk
!conf.COG
!conf.COG.dbg
!Croquet.def.in
!Croquet.exe.manifest
!Croquet.ico
!Croquet.rc
!GreenCogSqueak.ico
!HowToBuild
!makeall
!makeallclean
!makealldirty
!makeclean
!makeem
!Makefile
!Makefile.plugin
!Makefile.rules
!Makefile.tools
!makeproduct
!makeproductclean
!mkNamedPrims.sh
!mvm
!NotYetImplemented
!plugins.ext
!plugins.int
!Squeak.def.in
!Squeak.exe.manifest
!squeak.ico
!Squeak.rc
!editnewspeakinstall.sh
!/build.linux32ARMv6/asasm
# Track build config files, e.g. /build.platform/dialect.type.mem/files
# but not build directories, e.g. /build.platform/dialect.type.mem/build_directory/
# distiguished by trailing slash
/build*/*/*/
# except specially exclude a few generated files mixed with config files
/build*/*/LOG*
/build*/*/mkNamedPrims.exe
/build*/*/sqNamedPrims.h

# Ignore special Cadence-only build directories
/build*/glue*
Expand Down

0 comments on commit 9219d2e

Please sign in to comment.