]> git.datanom.net - vcard-parser.git/blame - .gitignore
New function
[vcard-parser.git] / .gitignore
CommitLineData
b198a81e
MR
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/
53modules.order
54Module.symvers
55Mkfile.old
56dkms.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
b782cff0
MR
75# autoconf, automake, libtoolize etc
76COPYING
77INSTALL
78Makefile
79Makefile.in
80aclocal.m4
81autom4te.cache/
82compile
83config.guess
84config.h
85config.h.in
86config.log
87config.status
88config.sub
89configure
90debug
91depcomp
92example/.deps/
93example/.libs/
94example/Makefile
95example/Makefile.in
96example/vcard-example
97gede2.ini
98install-sh
99libtool
100ltmain.sh
101m4/
102missing
103src/.deps/
104src/.libs/
105src/Makefile
106src/Makefile.in
107src/config.log
108stamp-h1
109vcard-parser.geany
110
This page took 0.039986 seconds and 5 git commands to generate.