Skip to content

Commit

Permalink
Update .gitignore for build files
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensf committed Oct 22, 2017
1 parent 71a0ad0 commit 8f9bf8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf

# Build files
build/
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcc nfs_fuse.c sshlib.h -I/usr/local/include/fuse3 -L/usr/local/lib/x86_64-linux-gnu -lfuse3 -lpthread -lssh -o nfs_fuse
gcc nfs_fuse.c sshlib.h -I/usr/local/include/fuse3 -L/usr/local/lib/x86_64-linux-gnu -lfuse3 -lpthread -lssh -o build/nfs_fuse

0 comments on commit 8f9bf8a

Please sign in to comment.