Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Dec 13, 2023
1 parent eaef866 commit bee5d98
Showing 1 changed file with 179 additions and 24 deletions.
203 changes: 179 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
.idea/
*.iml
.DS\_Store
*.code-workspace
tmp/
bin/
output/
ref/
try*/
bash.comp.1/
test_try/
Expand All @@ -18,47 +13,207 @@ man*/
*.6
*.7
*.8
*.bak
.vagrant/
docs/
*.gz
*.zip
*.rar

.tmp.*
*.code-workspace
go.work*
*.local
.env*
*.profile

*-master
*-devel
*-main

.DS\_Store
#*.out
*.pprof
*.prof
*.log
*.tgz
*.tar
*.gz
*.bz2
*.dmg
*.xz
*.zip
*.pkg
*.rar
*.deb
*.rpm
*.dmg
#*.exe
coverage.txt
cover.out
cover.html
.tmp.*
conf.d/
*.local
profile.cov
*___jb_old___
fossa-result.json

bin/
dist/
output/
target/
save/
sav/
SAV/
SAVE/
ref/

*.info.json
*.info.txt
*.webp
*.webm
*.flv
*.mp4
*.vtt
you-dl-1

*.db
*.db3
*.db-journal

### two executable files
*.txt
b.sh
sync.sh

would_like
would_like_n/would_like_n
test/test
##################################################################### Go

### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
# Dependency directories (remove the comment below to include it)
# vendor/

##################################################################### C++

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
#*.so
#*.dylib
#*.dll

# Fortran module files
#*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
#*.exe
#*.out
*.app

##################################################################### CMake

CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
#Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
cmake-*/

##################################################################### 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*

##################################################################### Windows

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

##################################################################### macOS

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

.pid/
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

devops
main
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

0 comments on commit bee5d98

Please sign in to comment.