forked from ofiwg/librdmacm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
64 lines (56 loc) · 1 KB
/
.gitignore
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
59
60
61
62
63
64
# - see gitignore(5)
#
# http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
# http://git-scm.com/docs/gitignore.html
#
# - ignore files in this current directory with a leading /
# so that files with the same name is a subdirectory
# would not be ignored by mistake.
#
# per directory .gitignore would be used to ignore specific
# files/patterns
#
# - more examples can be found at
#
# https://github.com/github/gitignore
# http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
#
# global ignore rules:
#
# backup files
#
*~
# local (eg. current directory) rules:
#
# /<pattern>
#
# files created by autoreconf (autoconf, automake, libtool)
#
/INSTALL
/config.guess
/config.sub
/missing
/depcomp
/install-sh
/configure
/aclocal.m4
/autom4te.cache/
/config.h.in
/Makefile.in
/compile
/config
#
# files created by autoscan
#
/autoscan.log
/configure.scan
#
# files created by ./configure
#
/config.h
/config.status
/config.log
/Makefile
/stamp-h1
/libtool
/librdmacm.spec