"Fossies" - the Fresh Open Source Software Archive

Member "n2n-3.0/.gitignore" (27 Oct 2021, 926 Bytes) of package /linux/misc/n2n-3.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for ".gitignore": 2.8_vs_3.0.

    1 *.o
    2 *.a
    3 *.gz
    4 configure
    5 configure.ac
    6 config.*
    7 /Makefile
    8 tools/Makefile
    9 autom4te.cache
   10 edge
   11 example_edge_embed_quick_edge_init
   12 example_edge_embed
   13 example_sn_embed
   14 supernode
   15 tools/n2n-benchmark
   16 tools/n2n-decode
   17 tools/n2n-keygen
   18 build
   19 .idea
   20 cmake-build-default
   21 packages/debian/debian/changelog
   22 packages/debian/debian/control
   23 packages/debian/debian/files
   24 packages/debian/debian/rules
   25 packages/etc/systemd/system/edge-ntopng@.service
   26 packages/etc/systemd/system/edge.service
   27 packages/etc/systemd/system/edge@.service
   28 packages/etc/systemd/system/supernode.service
   29 *dSYM*
   30 
   31 cmake-build-*/
   32 
   33 # Binaries built to run tests
   34 tools/tests-compress
   35 tools/tests-elliptic
   36 tools/tests-hashing
   37 tools/tests-transform
   38 tools/tests-wire
   39 
   40 # Files generated while running tests
   41 tests/*.out
   42 
   43 # Files generated while running coverage reports
   44 *.gcno
   45 *.gcda
   46 *.gcov
   47 coverage/
   48 
   49 # Files generated while running linting
   50 *.indent
   51 *.unc-backup.md5~
   52 *.unc-backup~