[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/scriptdev2/scriptdev2-tbc/master/.gitignore [Back]  [Original]

#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git-ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.so
*.so.dbg
*.bin
*.gz

#
# Top-level generic files
#
tags
TAGS
INSTALL

!.gitignore
!.gitattributes

#
# Build generated files
#
aclocal.m4
autom4te.cache
compile
config.guess
config.h.in
config.log
config.status
config.sub
configure
depcomp
libtool
install-sh
ltmain.sh
missing
stamp-h1

Makefile.in
Makefile

#
# Editors / debuggers / other output files
#
*~
*.bak
*.orig
callgrind.out.*

#
# Git stuff
#
# stgit directories
patches-*

#
# System-internal temporary files
#
revision.h

#
# VS binaries output
#
bin/*

#
# VS temporary files
#
*.ncb
*.suo
*.sdf
*.opensdf
*.sln.cache
*.vsp
ipch
*.user

*__Win32_Debug*
*__x64_Debug*
*__Win32_Release*
*__x64_Release*

#
# CMake temporary files
#
CMakeFiles
CMakeCache.txt
cmake_install.cmake

#
# OS specific
#
# MacOS
.DS_Store

#
# Special exceptions
#

Web Proxy Viewer  |  New URL  |  Original Page