File: .gitignore

package info (click to toggle)
tntnet 3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,488 kB
  • sloc: cpp: 16,636; javascript: 8,109; ansic: 2,189; makefile: 861; sh: 317; xml: 258; perl: 159; sql: 14
file content (54 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Files generated by autoconf, automake and libtool

/INSTALL
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/missing

/m4/*.m4
!/m4/acx_pthread.m4
!/m4/ax_check_compile_flag.m4
!/m4/ax_compiler_vendor.m4
!/m4/pkg.m4
!/m4/ax_cxx_compile_stdcxx_11.m4

/framework/common/config.h.in

.deps
.libs

Makefile.in
Makefile
config.log
config.status
libtool
stamp-h1

# Files generated or compiled in the build process

**/framework/common/config.h
**/framework/runtime/tntnet
**/misc/tntnet-config
**/misc/tntnet-project
**/sdk/tools/ecppc/ecppc
**/sdk/tools/ecppl/ecppl
**/sdk/tools/ecppll/ecppll
**/etc/tntnet/tntnet.xml
**/test/tntnet-test

*.l[ao]
*.o
*.pc
*.swp

# Other

.dirstamp
*~