mirror of
https://github.com/elisspace/autopsy.git
synced 2026-08-29 15:43:50 +00:00
45 lines
400 B
Plaintext
45 lines
400 B
Plaintext
|
|
#ignore thumbnails created by windows
|
|
Thumbs.db
|
|
#Ignore files build by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
obj/
|
|
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
|
|
#Ignore Java class files
|
|
*.class
|
|
build/*
|
|
|
|
*/javadoc/*
|
|
|
|
nbproject/private/*
|
|
|
|
*.hprof
|
|
*.nps
|
|
|
|
|
|
|
|
|