mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-09 22:31:40 +00:00
38 lines
288 B
Text
38 lines
288 B
Text
#
|
|
# Project specific
|
|
#
|
|
/build
|
|
/obj
|
|
/doc
|
|
/project
|
|
!easybuild.sh
|
|
/Makefile
|
|
/*.make
|
|
|
|
#
|
|
# OS specific
|
|
#
|
|
|
|
# Linux/KDE
|
|
*~
|
|
*.sh
|
|
/.directory
|
|
*.kdev4
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
#
|
|
# Editor specific
|
|
#
|
|
*.bak
|
|
|
|
# Eclipse
|
|
/.project
|
|
/.settings
|
|
|
|
# CDT-specific
|
|
/.cproject
|
|
|
|
# CMake specific
|
|
CMakeLists.txt.user
|