File tree 1 file changed +85
-30
lines changed
1 file changed +85
-30
lines changed Original file line number Diff line number Diff line change 1
- # Hidden files
2
- . *
3
- ! .git *
4
-
5
- # Backup files
6
1
* ~
7
- \# * \#
2
+
3
+ # # From: https://github.com/github/gitignore/blob/master/C.gitignore
4
+ # Prerequisites
5
+ * .d
8
6
9
7
# Object files
10
8
* .o
11
9
* .ko
10
+ * .obj
11
+ * .elf
12
+
13
+ # Linker output
14
+ * .ilk
15
+ * .map
16
+ * .exp
17
+
18
+ # Precompiled Headers
19
+ * .gch
20
+ * .pch
12
21
13
22
# Libraries
14
23
* .lib
15
24
* .a
25
+ * .la
26
+ * .lo
16
27
17
28
# Shared objects (inc. Windows DLLs)
18
29
* .dll
24
35
* .exe
25
36
* .out
26
37
* .app
27
- # src/redshift*
38
+ * .i * 86
39
+ * .x86_64
40
+ * .hex
41
+
42
+ # Debug files
43
+ * .dSYM /
44
+ * .su
45
+ * .idb
46
+ * .pdb
47
+
48
+ # Kernel Module Compile Results
49
+ * .mod *
50
+ * .cmd
51
+ .tmp_versions /
52
+ modules.order
53
+ Module.symvers
54
+ Mkfile.old
55
+ dkms.conf
56
+
57
+ # # From: https://github.com/github/gitignore/blob/master/Autotools.gitignore
58
+ # http://www.gnu.org/software/automake
28
59
29
- # autotools
30
- /autom4te.cache
31
60
Makefile.in
32
- Makefile
33
- stamp-h1
34
- /config. *
35
- /ABOUT-NLS
61
+ /ar-lib
62
+ /mdate-sh
63
+ /py-compile
64
+ /test-driver
65
+ /ylwrap
66
+
67
+ # http://www.gnu.org/software/autoconf
68
+
69
+ autom4te.cache
70
+ /autoscan.log
71
+ /autoscan- * .log
36
72
/aclocal.m4
73
+ /compile
74
+ /config.guess
75
+ /config.h.in
76
+ /config.log
77
+ /config.status
78
+ /config.sub
37
79
/configure
80
+ /configure.scan
38
81
/depcomp
39
82
/install-sh
40
83
/missing
41
- /py-compile
42
- /compile
43
- * .deps /
44
- /m4 /
45
- libtool
46
- ltmain.sh
84
+ /stamp-h1
47
85
86
+ # https://www.gnu.org/software/libtool/
87
+
88
+ /ltmain.sh
89
+
90
+ # http://www.gnu.org/software/texinfo
91
+
92
+ /texinfo.tex
93
+
94
+ # http://www.gnu.org/software/m4/
95
+
96
+ m4 /libtool.m4
97
+ m4 /ltoptions.m4
98
+ m4 /ltsugar.m4
99
+ m4 /ltversion.m4
100
+ m4 /lt~obsolete.m4
101
+
102
+ # # Redshift specific:
48
103
# generated files
49
- src /redshift-gtk /defs.py
50
- src /redshift-gtk /redshift-gtk
51
- contrib /redshift.spec
52
- src /redshift
53
- src /redshift-gtk /__pycache__ /
54
- /data /systemd /redshift.service
55
- /data /systemd /redshift-gtk.service
104
+ /ABOUT-NLS
105
+ /config.rpath
106
+ /contrib /redshift.spec
107
+ /data /apparmor /usr.bin.redshift
56
108
/data /appdata /redshift-gtk.appdata.xml
57
109
/data /applications /redshift.desktop
58
110
/data /applications /redshift-gtk.desktop
59
- /data /apparmor /usr.bin.redshift
60
-
61
- * .su
62
- * .gch
111
+ /data /systemd /redshift.service
112
+ /data /systemd /redshift-gtk.service
113
+ /m4
114
+ /src /redshift
115
+ /src /redshift-gtk /defs.py
116
+ /src /redshift-gtk /redshift-gtk
117
+ /src /redshift-gtk /__pycache__ /
63
118
64
119
# gettext
65
120
/po /POTFILES
You can’t perform that action at this time.
0 commit comments