1.cproject
2.project
3fs.ext2
4
5# IDE: PhpStorm
6.idea
7# VSCODE
8.vscode
9
10# Ignore the below build artifacts from running...
11# `autogen.sh`
12# in the project root
13Makefile.in
14aclocal.m4
15ar-lib
16autom4te.cache/
17compile
18config.log
19config.guess
20config.h.in
21config.sub
22configure
23depcomp
24fuse-ext2/Makefine.in
25install-sh
26ltmain.sh
27missing
28tools/Makefile.in
29tools/macosx/Makefile.in
30
31# Ingore artifacts created by running...
32#
33# env CFLAGS="-idirafter/opt/gnu/include -idirafter/usr/local/include/osxfuse/" LDFLAGS="-L/opt/gnu/lib -L/usr/local//lib" ./configure
34##
35Makefile
36config.h
37config.status
38fuse-ext2.pc
39fuse-ext2/.deps/
40fuse-ext2/Makefile
41libtool
42stamp-h1
43tools/Makefile
44tools/macosx/Makefile
45
46# Ignore build artifacts when running `make` with the project root
47##
48# NOTE: all object files, ie. `.o`'s are placed within `fuse-ext2/fuse-ext2` dir
49##
50**/fuse-ext2
51tools/macosx/prefpane/build
52