libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

.gitignore (348B)


      1 .version
      2 
      3 aclocal.m4
      4 autom4te.cache/
      5 build-aux/
      6 .cache/
      7 
      8 config.log
      9 config.status
     10 configure
     11 configure~
     12 
     13 libtool
     14 m4/
     15 
     16 Makefile.in
     17 Makefile
     18 
     19 # IDE specific files:
     20 .cproject
     21 .project
     22 .settings/
     23 .vscode/
     24 .zed/
     25 
     26 # Binary files:
     27 *.o
     28 *.so
     29 
     30 # Test files:
     31 tests/*.test
     32 
     33 # Tar files
     34 libgnunetchat-*.tar.gz
     35 
     36 # Valgrind
     37 vgcore.*
     38 
     39 # Benchmark
     40 .build_benchmark/