Skip to content

Commit 16eac5d

Browse files
authored
Create .gitignore
1 parent 9413652 commit 16eac5d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Process Hacker 2 Extended - Git Exclusions
2+
*.exe
3+
*.dll
4+
*.sys
5+
*.pdb
6+
.vs/
7+
x64/
8+
Debug/
9+
Release/
10+
*.obj
11+
*.log
12+
*.tlog
13+
14+
# Plugin & Config Data
15+
/Plugins/*.dll
16+
settings.xml
17+
*.tmp

0 commit comments

Comments
 (0)