38 lines
829 B
Plaintext
38 lines
829 B
Plaintext
# Pebble
|
|
build
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/linux,direnv,waf
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,direnv,waf
|
|
|
|
### direnv ###
|
|
.direnv
|
|
.envrc
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
### Waf ###
|
|
# For projects that use the Waf build system: https://waf.io/
|
|
# Dot-hidden on Unix-like systems
|
|
.waf-*-*/
|
|
.waf3-*-*/
|
|
# Hidden directory on Windows (no dot)
|
|
waf-*-*/
|
|
waf3-*-*/
|
|
# Lockfile
|
|
.lock-waf_*_build
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/linux,direnv,waf
|