Skip to content

Commit

Permalink
Simplify build directories gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Coman authored and Ben Coman committed Jan 7, 2019
1 parent 0fae80c commit 613dd9f
Showing 1 changed file with 7 additions and 35 deletions.
42 changes: 7 additions & 35 deletions .gitignore
Expand Up @@ -21,41 +21,13 @@

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

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

0 comments on commit 613dd9f

Please sign in to comment.