]> git.datanom.net - vcard-parser.git/blob - .gitignore
New function
[vcard-parser.git] / .gitignore
1 # Created by https://www.gitignore.io/api/c,linux
2 # Edit at https://www.gitignore.io/?templates=c,linux
3
4 ### C ###
5 # Prerequisites
6 *.d
7
8 # Object files
9 *.o
10 *.ko
11 *.obj
12 *.elf
13
14 # Linker output
15 *.ilk
16 *.map
17 *.exp
18
19 # Precompiled Headers
20 *.gch
21 *.pch
22
23 # Libraries
24 *.lib
25 *.a
26 *.la
27 *.lo
28
29 # Shared objects (inc. Windows DLLs)
30 *.dll
31 *.so
32 *.so.*
33 *.dylib
34
35 # Executables
36 *.exe
37 *.out
38 *.app
39 *.i*86
40 *.x86_64
41 *.hex
42
43 # Debug files
44 *.dSYM/
45 *.su
46 *.idb
47 *.pdb
48
49 # Kernel Module Compile Results
50 *.mod*
51 *.cmd
52 .tmp_versions/
53 modules.order
54 Module.symvers
55 Mkfile.old
56 dkms.conf
57
58 ### Linux ###
59 *~
60
61 # temporary files which can be created if a process still has a handle open of a deleted file
62 .fuse_hidden*
63
64 # KDE directory preferences
65 .directory
66
67 # Linux trash folder which might appear on any partition or disk
68 .Trash-*
69
70 # .nfs files are created when an open file is removed but is still being accessed
71 .nfs*
72
73 # End of https://www.gitignore.io/api/c,linux
74
75 # autoconf, automake, libtoolize etc
76 COPYING
77 INSTALL
78 Makefile
79 Makefile.in
80 aclocal.m4
81 autom4te.cache/
82 compile
83 config.guess
84 config.h
85 config.h.in
86 config.log
87 config.status
88 config.sub
89 configure
90 debug
91 depcomp
92 example/.deps/
93 example/.libs/
94 example/Makefile
95 example/Makefile.in
96 example/vcard-example
97 gede2.ini
98 install-sh
99 libtool
100 ltmain.sh
101 m4/
102 missing
103 src/.deps/
104 src/.libs/
105 src/Makefile
106 src/Makefile.in
107 src/config.log
108 stamp-h1
109 vcard-parser.geany
110
This page took 0.06345 seconds and 6 git commands to generate.