-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
56 lines (56 loc) · 974 Bytes
/
.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
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: Copyright © 2021 Erez Geva <[email protected]>
#
# @author Erez Geva <ErezGeva2@@gmail.com>
# @copyright © 2021 Erez Geva
#
###############################################################################
# Generic files
*.o
*.o.tmp
*.d
*.so
.sw?
.*.sw?
.phpunit.result.cache
# Files in root
/tags
/config.log
/config.status
/configure
/configure~
/defs.mk
/libptpmgmt-*.txz
/libptpmgmt*.la
/.libs/libptpmgmt*.a
/.libs/libptpmgmt*.la*
/.libs/libptpmgmt*.so.*
/libclkmgr.la
/.libs/libclkmgr.a
/.libs/libclkmgr.la*
/.libs/libclkmgr.so.*
/.null
/libtool
/*.m4
/*.sh
/config.*
/install-sh
# In folders
/m4/
/objs/
/ptp-tools/pmc
/autom4te.cache/
/*/.upgrade_cockie
# In wrappers folder
/wrappers/*/*.h
/wrappers/*/*.cpp
/wrappers/perl/*.pm
/wrappers/tcl/pkgIndex.tcl
/wrappers/php/php.ini
# Doxygen
/tools/doxygen.cfg
/tools/doxygen.*.cfg
# Go lang cache
/obj-*/pkg/mod/cache/lock
/obj-*/go-build
/_site/