gitignore
This commit is contained in:
parent
93355df70b
commit
7049fa0a80
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# Build directories
|
||||
/build/
|
||||
|
||||
# Output binaries and folders
|
||||
/output/
|
||||
|
||||
# CMake files
|
||||
CMakeFiles/
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# Editor/OS files
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Compiled objects
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.a
|
||||
*.exe
|
||||
*.dll
|
||||
*.out
|
||||
|
||||
# Generated recreator files (optional, if you want to ignore them)
|
||||
_*.[ch]pp
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user