-
Notifications
You must be signed in to change notification settings - Fork 130
/
.gitignore
51 lines (47 loc) · 883 Bytes
/
.gitignore
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
48
49
50
51
.cproject
.project
fs.ext2
# IDE: PhpStorm
.idea
# VSCODE
.vscode
# Ignore the below build artifacts from running...
# `autogen.sh`
# in the project root
Makefile.in
aclocal.m4
ar-lib
autom4te.cache/
compile
config.log
config.guess
config.h.in
config.sub
configure
depcomp
fuse-ext2/Makefine.in
install-sh
ltmain.sh
missing
tools/Makefile.in
tools/macosx/Makefile.in
# Ingore artifacts created by running...
#
# env CFLAGS="-idirafter/opt/gnu/include -idirafter/usr/local/include/osxfuse/" LDFLAGS="-L/opt/gnu/lib -L/usr/local//lib" ./configure
##
Makefile
config.h
config.status
fuse-ext2.pc
fuse-ext2/.deps/
fuse-ext2/Makefile
libtool
stamp-h1
tools/Makefile
tools/macosx/Makefile
# Ignore build artifacts when running `make` with the project root
##
# NOTE: all object files, ie. `.o`'s are placed within `fuse-ext2/fuse-ext2` dir
##
**/fuse-ext2
tools/macosx/prefpane/build