Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitignore #8

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 99 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 1,99 @@
*.a
*.so
*.log
.vagrant
.DS_Store

# misc binaries
bin
bin-debug
build
build-debug
profile

# cmake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake

# ctest
Testing/
DartTestfile.txt
*UTest.cpp
*UTest

# cpack
install_manifest.txt
CPackConfig.cmake
CPackSourceConfig.cmake
_CPack_Packages/
*.tgz
*.tar.gz
*.tar.bz2

# deb packaging
build-stamp
debian/files
debian/libatomspace/
debian/libatomspace-dev/
debian/opencog-core/
debian/opencog-core-dev/
debian/opencog-dbg/
debian/opencog-server/
debian/opencog-server-dev/
debian/tmp/

# CTAGS
TAGS
.TAGS
tags
.tags

# GNU GLOBAL
GPATH
GRTAGS
GSYMS
GTAGS
*.gch

# quilt
.pc
patches

# Python bytecode
*.pyc
*.pyo

# ~
*.py~

# ide
.idea
/cmake-build-debug/

# Stack
.stack-work

# Generated by http://gitignore.io
# Qt-es
CMakeLists.txt.user
*.pro.user
*.pro.user.*
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile
*-build-*

# Eclipse
.cproject
.project
.settings/

### Linux ###
*~
*.autosave

# Vim #
*.swp