Skip to content

Commit

Permalink
gitignore: update file for autotools generated files
Browse files Browse the repository at this point in the history
Update .gitignore to include files and folders generated by autotools
during build.

Signed-off-by: Noor Azura Ahmad Tarmizi <noor.azura.ahmad.tarmizi@intel.com>
  • Loading branch information
AzuraTarmiziIntel authored and vincentxw committed Oct 22, 2020
1 parent c087b25 commit ea1f241
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tags
# Build artifacts
tsq
txrx-tsn
opcua-server

# Skip result files
results-*/
Expand All @@ -27,7 +28,24 @@ a6
# We only save json.i
*.json

opcua-server
src/build-opcua/
# Generated scripts
iperf3-gen-cmd.sh
setup-generated.sh

# OPCUA autotools generated files
json/__pycache__/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.*
configure
depcomp
install-sh
missing
src/.deps/
src/.dirstamp
src/opcua-tsn/.deps/
src/opcua-tsn/.dirstamp
stamp-h*

0 comments on commit ea1f241

Please sign in to comment.