mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add *.pyc and modperl/functions.cpp to .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -18,6 +18,7 @@ Makefile
|
||||
/znc-config
|
||||
|
||||
# modperl and modpython generated code
|
||||
/modules/modperl/functions.cpp
|
||||
/modules/modperl/ZNC.cpp
|
||||
/modules/modperl/ZNC.pm
|
||||
/modules/modperl/swigperlrun.h
|
||||
@@ -27,6 +28,7 @@ Makefile
|
||||
/modules/modpython/swigpyrun.h
|
||||
/modules/modpython/znc_core.py
|
||||
/modules/modpython/*.pyc
|
||||
/modules/*.pyc
|
||||
|
||||
# Compiled Object files
|
||||
*.o
|
||||
|
||||
Reference in New Issue
Block a user