Initial gitattributes and gitignore
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
a.out
|
||||
gprof.out
|
||||
gmon.out
|
||||
.vsconfig
|
||||
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
*.obj
|
||||
*.o
|
||||
*.dll
|
||||
*.exe
|
||||
*.pdb
|
||||
*.so
|
||||
*.a
|
||||
*.lib
|
||||
*.ilk
|
||||
*.exp
|
||||
*.pdb
|
||||
*.sln
|
||||
*.vcproj
|
||||
|
||||
.vscode/**
|
||||
Saved/**
|
||||
Platforms/**
|
||||
Intermediate/**
|
||||
DerivedDataCache/**
|
||||
Binaries/**
|
||||
.vs/**
|
||||
Reference in New Issue
Block a user