Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
239 changes: 145 additions & 94 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<<<<<<< HEAD
### # pattern "*", even when followed by "!*/", was hiding sockets/marfs_obj (IGNORING: isn't that path in erasureUtils?)
*
*.*

!*/
!*.c
Expand Down Expand Up @@ -50,103 +48,118 @@ install-sh
missing
stamp-h1

*.trs
*.deps
*.libs
libtool

.dirstamp

### Rust ###
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

tags

# Created by https://www.gitignore.io/api/c,macos,python,autotools
# KEPT FOR FUTURE REFERENCE
# Edit at https://www.gitignore.io/?templates=c,macos,python,autotools
#
# ### Autotools ###
# # http://www.gnu.org/software/automake
#
# Makefile.in
# /ar-lib
# /mdate-sh
# /py-compile
# /test-driver
# /ylwrap
#
# # http://www.gnu.org/software/autoconf
#
# autom4te.cache
# /autoscan.log
# /autoscan-*.log
# /aclocal.m4
# /compile
# /config.guess
# /config.h.in
# /config.log
# /config.status
# /config.sub
# /configure
# /configure.scan
# /depcomp
# /install-sh
# /missing
# /stamp-h1
#
# # https://www.gnu.org/software/libtool/
#
# /ltmain.sh
#
# # http://www.gnu.org/software/texinfo
#
# /texinfo.tex
#
# # http://www.gnu.org/software/m4/
#
# m4/libtool.m4
# m4/ltoptions.m4
# m4/ltsugar.m4
# m4/ltversion.m4
# m4/lt~obsolete.m4
#
# ### Autotools Patch ###
#
# ### C ###
# # Prerequisites
# *.d
#
# # Object files
# *.o
# *.ko
# *.obj
# *.elf
#
# # Linker output
# *.ilk
# *.map
# *.exp
#
# # Precompiled Headers
# *.gch
# *.pch
#
# # Libraries
# *.lib
# *.a
# *.la
# *.lo
#
# # Shared objects (inc. Windows DLLs)
# *.dll
# *.so
# *.so.*
# *.dylib
#
# # Executables
# *.exe
# *.out
# *.app
# *.i*86
# *.x86_64
# *.hex
#
# # Debug files
# *.dSYM/
# *.su
# *.idb
# *.pdb
#
### Autotools ###
# http://www.gnu.org/software/automake

Makefile.in
ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap

# http://www.gnu.org/software/autoconf

autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1

# https://www.gnu.org/software/libtool/

/ltmain.sh

# http://www.gnu.org/software/texinfo

/texinfo.tex

# http://www.gnu.org/software/m4/

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

### Autotools Patch ###

### C ###
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# # Kernel Module Compile Results
# *.mod*
# *.cmd
Expand Down Expand Up @@ -289,3 +302,41 @@ stamp-h1
# .pyre/
# End of https://www.gitignore.io/api/c,macos,python,autotools

# marfs executables
marfs-verifyconf
dalverify
emerg_reb
test_dal
test_dal_abort
test_dal_fuzzing
test_dal_fuzzing_put
test_dal_migrate
test_dal_noop
test_dal_oflags
test_dal_timer
test_dal_timer_abort
test_dal_timer_migrate
test_dal_verify
marfs-streamutil
marfs-streamwalker
marfs-fuse
test_ioqueue
test_iothreads
marfs_auto_config.h.in
erasurePerf
neutil
test_libne_fuzzing
test_libne_io
test_libne_noop
test_libne_seek
test_libne_timer
wrkdir_errasureTest
marfs-rman
test_threadqueue
test_threadqueue_enqueue
test_threadqueue_getflags
test_threadqueue_getopts
test_threadqueue_mastercons
test_threadqueue_masterprod
test_threadqueue_nocons
test_threadqueue_noprod
Loading