-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (51 loc) · 770 Bytes
/
.gitignore
File metadata and controls
58 lines (51 loc) · 770 Bytes
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
55
56
57
58
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# global ignores
.deps
.libs
.dirstamp
*.py[co]
*.o
.*.swp
*~
# /
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/autom4te.cache
/config.h
/config.h.in
/config.log
/config.status
/configure
/stamp-directories
/stamp-h1
/quicknx
/*.patch
/*.tar.bz2
/*.tar.gz
# /autotools
/autotools/install-sh
/autotools/missing
/autotools/py-compile
/autotools/depcomp
/autotools/replace_vars.sed
# /extras
/extras/upload
# /lib
/lib/_autoconf.py
# /src
/src/fdcopy
/src/nxdialog
/src/nxnode
/src/nxnode-wrapper
/src/nxserver
/src/nxserver-login
/src/nxserver-login-wrapper
# /doc
/doc/api
/doc/*.html