[go: up one dir, main page]

Menu

[766a1d]: / gitignore  Maximize  Restore  History

Download this file

32 lines (23 with data), 535 Bytes

# NOTE:
#	This file is duplicated under 2 name variants
#
# 1-	gitignore
#			the master (visible) editable file
# 2-	.gitignore
#			Git-active filtering file
#	Once, you are satisfied with your changes, activate the filter file with
#		cp gitignore .gitignore
#


# Ignore binary object directory and CMake utilities
# None with Perl

# Do not mess KDevelop internal settings

*.kdev4
.kdev*


# Generated (in case the working directory also serves as proof-of-concept
# server)
.htaccess
lxr.conf


# Temporaries
custom.d
test*
Test*