athena/.gitignore

26 lines
247 B
Plaintext
Raw Normal View History

# File types
**/*.o
**/*.a
2014-04-20 09:24:23 +00:00
**/*.autosave
**/*.zip
**/*.html
**/*.tar
**/*.gz
**/*.bz2
**/*.so
**/*.dll
**/*.dylib
**/*.user
**/.directory
2015-12-31 05:02:38 +00:00
**/.DS_Store
PKGBUILD
# Directories
**/doc
**/obj
**/Makefile
2021-04-12 21:28:17 +00:00
/build
/out
/cmake-build-*
2021-06-12 01:05:23 +00:00
/.idea
/.buildcache