Skip to content

Commit

Permalink
Remove automake bits from gitignore (project-chip#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
mspang authored Oct 6, 2020
1 parent 6177c48 commit 2a4e6b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,8 @@
.DS_Store

# Build System
Makefile.in
aclocal.m4
autom4te.cache
output/
/build/
examples/**/build
config.log
config.status
configure
src/include/BuildConfig.h.in
src/include/BuildConfig.h.in~
cmake-build-debug/**

# GN build system
out/

# Repos stuff
.repos-warning-stamp

# Example specific rules
examples/**/sdkconfig
examples/**/sdkconfig.old

# ESP32 QEMU build
src/test_driver/esp32/build

# Temporary Directories
.tmp/

Expand Down
1 change: 1 addition & 0 deletions examples/lock-app/nrfconnect/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build/
4 changes: 4 additions & 0 deletions examples/wifi-echo/server/esp32/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
*.vscode

/build/
/sdkconfig
/sdkconfig.old
1 change: 1 addition & 0 deletions src/test_driver/esp32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build/

0 comments on commit 2a4e6b7

Please sign in to comment.