-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (30 loc) · 1.04 KB
/
.gitignore
File metadata and controls
35 lines (30 loc) · 1.04 KB
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
#tempfiles
*~
*#*
!plugins/Makefile
plugins/*
#################################################################################
## Prerequisites
#################################################################################
*.d
#################################################################################
## Compiled Object files / build dirs
#################################################################################
*.o
*.obj
obj/*
#################################################################################
## Compiled Dynamic libraries / lib dir
#################################################################################
*.so
lib/*
#################################################################################
## Executables
#################################################################################
*.exe
#################################################################################
## other outputs
#################################################################################
doc/html
bin
src/BUTool/Version.cc