lammps/.gitignore

58 lines
446 B
Plaintext
Raw Normal View History

*~
*.o
*.so
*.lo
*.cu_o
*.ptx
*_ptx.h
*.a
*.d
*.x
*.exe
*.sif
*.dll
*.pyc
2022-02-27 20:03:02 +08:00
*.whl
a.out
__pycache__
Obj_*
log.lammps
log.cite
*.bz2
*.gz
*.tar
.*.swp
*.orig
*.rej
2018-11-29 10:22:46 +08:00
vgcore.*
.vagrant
\#*#
.#*
2017-08-15 19:38:59 +08:00
.vscode
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2020-10-05 00:26:26 +08:00
.lammps_history
.vs
2017-08-15 19:38:59 +08:00
2017-07-13 05:54:44 +08:00
#cmake
/build*
/CMakeCache.txt
/CMakeFiles/
/Testing
2017-07-13 05:54:44 +08:00
/Makefile
/Testing
2017-07-13 05:54:44 +08:00
/cmake_install.cmake
/lmp
out/Debug
out/RelWithDebInfo
out/Release
out/x86
out/x64