structure(gitignore): Added .gitignore with executable code, compiled headers and some folders to ignore.
This commit is contained in:
parent
6150e5dda6
commit
3fd1b69293
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
# IDE/Editor - data
|
||||||
|
.vscode/
|
||||||
|
.eclipse/
|
||||||
|
|
||||||
|
# Folders that should stay local
|
||||||
|
.private/
|
||||||
|
.build/
|
||||||
|
|
||||||
|
# Executable code
|
||||||
|
*.a
|
||||||
|
*.dll
|
||||||
|
*.dmg
|
||||||
|
*.elf
|
||||||
|
*.exe
|
||||||
|
*.lib
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Compiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
Loading…
Reference in New Issue