Skip to content

Commit

Permalink
I want this left in here. :)
Browse files Browse the repository at this point in the history
Signed-off-by: Skyfire <admin@projectskyfire.org>
  • Loading branch information
SkyFire committed Jun 12, 2011
1 parent cd732ed commit 7f9528a
Show file tree
Hide file tree
Showing 8 changed files with 1,028 additions and 0 deletions.
16 changes: 16 additions & 0 deletions contrib/git_id/.gitignore
@@ -0,0 +1,16 @@
#
# 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.
#
# Extractor generated files at Windows build
#

*.bsc
*.pdb
Debug
Release
4 changes: 4 additions & 0 deletions contrib/git_id/CMakeLists.txt
@@ -0,0 +1,4 @@
SET(CMAKE_VERBOSE_MAKEFILE ON)
cmake_minimum_required (VERSION 2.6)
ADD_EXECUTABLE (git_id git_id.cpp)

0 comments on commit 7f9528a

Please sign in to comment.