Skip to content

Commit

Permalink
Merge 5100 for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-stam committed Sep 24, 2024
2 parents 6970d59 + 862f636 commit 17566dd
Show file tree
Hide file tree
Showing 839 changed files with 195,548 additions and 367 deletions.
87 changes: 87 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,90 @@ debian/ripe-atlas-probe*.debhelper*
debian/ripe-atlas-anchor*.substvars
debian/ripe-atlas-common*.substvars
debian/ripe-atlas-probe*.substvars

# dpkg-buildpackage (repository)
.repo/debian/.debhelper/
.repo/debian/autoreconf.*
.repo/debian/autoreconf.before
.repo/debian/debhelper-build-stamp
.repo/debian/files
.repo/debian/ripe-atlas-repo/
.repo/debian/ripe-atlas-repo*.debhelper*
.repo/debian/ripe-atlas-repo*.substvars
.repo/ripe-atlas.list
.repo/ripe-atlas.pol
.repo/ripe-atlas.pub.gpg
.repo/ripe-atlas.pub.gpg.asc

#
# Kbuild ignores
#
probe-busybox/**/.*
probe-busybox/**/*.o
probe-busybox/**/*.o.*
probe-busybox/**/*.a
probe-busybox/**/*.s
probe-busybox/**/Kbuild
probe-busybox/**/Config.in
.config

#
# Normal output
#
probe-busybox/busybox
probe-busybox/busybox_old
probe-busybox/busybox_unstripped*

#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch

#
# debugging stuff
#
core
.gdb_history
.gdbinit

#
# testing output
#
probe-busybox/busybox.links
probe-busybox/runtest-tempdir-links
probe-busybox/testsuite/echo-ne

#
# cscope output
#
cscope.files
cscope.in.out
cscope.out
cscope.po.out

probe-busybox/libevent-2.0.20-stable/autom4te.cache
probe-busybox/libevent-2.0.20-stable/config.h
probe-busybox/libevent-2.0.20-stable/config.log
probe-busybox/libevent-2.0.20-stable/config.status
probe-busybox/libevent-2.0.20-stable/.deps
probe-busybox/libevent-2.0.20-stable/include/event2/event-config.h
probe-busybox/libevent-2.0.20-stable/include/Makefile
probe-busybox/libevent-2.0.20-stable/*.la
probe-busybox/libevent-2.0.20-stable/.libs
probe-busybox/libevent-2.0.20-stable/libtool
probe-busybox/libevent-2.0.20-stable/*.lo
probe-busybox/libevent-2.0.20-stable/Makefile
probe-busybox/libevent-2.0.20-stable/*.pc
probe-busybox/libevent-2.0.20-stable/sample
probe-busybox/libevent-2.0.20-stable/sample/.libs/*
probe-busybox/libevent-2.0.20-stable/stamp-h1
probe-busybox/libevent-2.0.20-stable/test
probe-busybox/include/atlas_path.h

#
# Never ignore these
#
!.gitignore
Loading

0 comments on commit 17566dd

Please sign in to comment.