comparison .hgignore @ 8:6e0eb3aa12ab

build: add files to build vec as an external library this is most definitely a double-edged sword, but you can do it now if you *really* want to
author Paper <paper@tflc.us>
date Wed, 23 Oct 2024 20:44:30 -0400
parents
children e26874655738
comparison
equal deleted inserted replaced
7:945d410803f8 8:6e0eb3aa12ab
1 syntax: glob
2
3 # stupid OS X things
4 .DS_Store
5 ._*
6
7 # Prerequisites
8 *.d
9
10 # Compiled Object files
11 *.slo
12 *.lo
13 *.o
14 *.obj
15
16 # Precompiled Headers
17 *.gch
18 *.pch
19
20 # Compiled Dynamic libraries
21 *.so
22 *.dylib
23 *.dll
24
25 # Fortran module files
26 *.mod
27 *.smod
28
29 # Compiled Static libraries
30 *.lai
31 *.la
32 *.a
33 *.lib
34
35 # Executables
36 *.exe
37 *.out
38
39 syntax: regexp
40
41 # Build dir
42 ^build/