Skip to content
Snippets Groups Projects
.gitignore 375 B
Newer Older
##C++
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so

# Compiled Static libraries
*.lai
*.la
*.a

##C
# Object files
*.o
*.d

# Libraries
*.lib

# Shared objects (inc. Windows DLLs)
*.dll
*.so

# Executables
*.exe
*.out

##Qt
*.pro
*.Debug
*.Release
moc_*.cpp
Makefile
CMakeLists.txt.user*

##Build dir
ariotte's avatar
ariotte committed
build
ariotte's avatar
ariotte committed

##working files 
.vscode
*.diff