comparison .hgignore @ 78:fae1d67d8cfd

hg: convert git stuff
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 03:03:29 -0400
parents
children
comparison
equal deleted inserted replaced
77:05d48515b2f5 78:fae1d67d8cfd
1 syntax: glob
2 # Prerequisites
3 *.d
4
5 # Object files
6 *.o
7 *.ko
8 *.obj
9 *.elf
10
11 # Linker output
12 *.ilk
13 *.map
14 *.exp
15
16 # Precompiled Headers
17 *.gch
18 *.pch
19
20 # Libraries
21 *.lib
22 *.a
23 *.la
24 *.lo
25
26 # Shared objects (inc. Windows DLLs)
27 *.dll
28 *.so
29 *.so.*
30 *.dylib
31
32 # Executables
33 *.exe
34 *.out
35 *.app
36 *.i*86
37 *.x86_64
38 *.hex
39
40 # Debug files
41 *.dSYM/
42 *.su
43 *.idb
44 *.pdb
45
46 # Kernel Module Compile Results
47 *.mod*
48 *.cmd
49 .tmp_versions/
50 modules.order
51 Module.symvers
52 Mkfile.old
53 dkms.conf
54
55 # VEGAS Project Files
56 *.veg
57 *.vf