Skip to content

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
The following files where incorrectly ignored:

./configure.ac
./modules/modpython/znc.py

Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Feb 22, 2011
1 parent 31bbffa commit 1aed330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -5,7 +5,8 @@
# Generated by autogen.sh
/aclocal.m4
/autom4te.cache
/config*
/config.*
/configure
/install-sh
/zncconfig.h.in

Expand All @@ -24,7 +25,7 @@ Makefile
/modules/modpython/compiler
/modules/modpython/functions.cpp
/modules/modpython/swigpyrun.h
/modules/modpython/*.py
/modules/modpython/znc_core.py
/modules/modpython/*.pyc

# Compiled Object files
Expand Down

0 comments on commit 1aed330

Please sign in to comment.