forked from Unicorn-Dynamics/hurd
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 716 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*~
*.d
*.o
*.a
*.so
*.so.*
TAGS
autom4te.cache/
/config.log
/config.make
/config.status
/configure
/version.h
/doc/hurd.aux
/doc/hurd.cp
/doc/hurd.cps
/doc/hurd.fn
/doc/hurd.ky
/doc/hurd.log
/doc/hurd.pdf
/doc/hurd.pg
/doc/hurd.sc
/doc/hurd.toc
/doc/hurd.tp
/doc/hurd.vr
#<<<<<<< clone-me
# Exclude cloned repositories' .git directories to maintain monorepo structure
/external/gnu-repos/
/external/hurd-repos/
/external/**/.git/
/external/CLONE_STATUS.txt
#=======
# External repositories - include structure but exclude git repos
#external/*/.*
#external/*/.git/
#external/*/build/
#external/*/dist/
#external/**/node_modules/
#external/**/*.o
#external/**/*.a
#external/**/*.so
#>>>>>>> master
__pycache__/