Gobligine/.gitignore

42 lines
572 B
Text
Raw Normal View History

2021-07-03 05:08:31 -06:00
.cache
2011-01-21 08:21:59 -07:00
debian/*.debhelper
debian/*.log
debian/*.substvars
debian/files
2011-01-21 08:21:59 -07:00
debian/stratagus
2011-03-25 15:19:26 -06:00
debian/stratagus-dbg
2011-08-09 01:34:26 -06:00
debian/stratagus-dev
2011-03-25 15:19:26 -06:00
debian/stratagus-doc
2011-08-09 01:34:26 -06:00
obj-*
./*.filters
./*.user
./*.vcxproj
./CMakeCache.txt
./CMakeFiles
./Debug
./Doxyfile
./Release
./Win32
./cmake_install.cmake
./ipch
./png2stratagus.dir
./stratagus.dir
./stratagus.opensdf
./stratagus.sdf
./stratagus.sln
./stratagus.suo
./tolua.cpp
./tolua.cpp.rule
build
2020-09-20 07:14:39 -06:00
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/scripts
.clangd
compile_commands.json
2020-12-23 10:04:51 -07:00
pytorchenv
2021-11-19 15:32:12 -07:00
**/.DS_Store
2021-11-24 15:32:36 -07:00
**/*~
.*.kate-swp
.swp.*